excalidraw/src
Jed Fox c6a0cfc2b1
Refactor (#862)
* Initial factoring out of parts of the LayerUI component

2360 → 2224 LOC

* Create a Section component

* Break up src/index.tsx

* Refactor actions to reduce duplication, fix CSS

Also consolidate icons

* Move scene/data.ts to its own directory

* Fix accidental reverts, banish further single-character variables

* ACTIVE_ELEM_COLOR → ACTIVE_ELEMENT_COLOR

* Further refactoring the icons file

* Log all errors

* Pointer Event polyfill to make the tests work

* add test hooks & fix tests

Co-authored-by: dwelle <luzar.david@gmail.com>
2020-03-07 16:20:38 +01:00
..
actions Refactor (#862) 2020-03-07 16:20:38 +01:00
components Refactor (#862) 2020-03-07 16:20:38 +01:00
data Refactor (#862) 2020-03-07 16:20:38 +01:00
element Refactor (#862) 2020-03-07 16:20:38 +01:00
locales New Crowdin Translations (#845) 2020-03-07 01:01:01 +02:00
renderer Improve scrollbar-mouse interaction (#667) 2020-03-01 21:43:35 +01:00
scene Refactor (#862) 2020-03-07 16:20:38 +01:00
tests Refactor (#862) 2020-03-07 16:20:38 +01:00
appState.ts Undo/Redo buttons, refactor menu toggles (#793) 2020-03-01 20:39:03 +01:00
bug-issue-template.js fix: typos (#540) 2020-01-24 21:02:55 +01:00
clipboard.ts Refactor (#862) 2020-03-07 16:20:38 +01:00
constants.ts Refactor (#862) 2020-03-07 16:20:38 +01:00
gesture.ts Refactor (#862) 2020-03-07 16:20:38 +01:00
global.d.ts support export canvas to clipboard (#232) 2020-01-09 17:37:08 +01:00
history.ts Undo/Redo buttons, refactor menu toggles (#793) 2020-03-01 20:39:03 +01:00
i18n.ts New Crowdin Translations (#845) 2020-03-07 01:01:01 +02:00
index-node.ts SVG export (#598) 2020-01-28 12:25:13 -08:00
index.tsx Refactor (#862) 2020-03-07 16:20:38 +01:00
is-mobile.tsx Add touch support (#788) 2020-02-21 08:17:20 -05:00
keys.ts Panning with space key (#579) 2020-01-30 17:08:59 -03:00
math.ts Reintroduce multi-point arrows and add migration for it (#635) 2020-02-01 15:49:18 +04:00
react-app-env.d.ts TS, Prettier, Eslint (#39) 2020-01-02 11:03:48 -08:00
setupTests.ts Write integration tests (#719) 2020-02-11 23:19:43 +01:00
shapes.tsx Improve pasting (#723) 2020-02-07 18:42:24 +01:00
styles.scss Add cursor pointer style to hidden radio buttons (#810) 2020-02-22 20:26:06 +01:00
theme.css Use relative CSS units (#484) 2020-01-20 14:59:00 -08:00
types.ts Undo/Redo buttons, refactor menu toggles (#793) 2020-03-01 20:39:03 +01:00
utils.ts Refactor (#862) 2020-03-07 16:20:38 +01:00
zindex.test.ts Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
zindex.ts fix: typos (#540) 2020-01-24 21:02:55 +01:00