excalidraw/src/components
Aakansha Doshi a18342b5b5
Refactor LayerUI (#1434)
* chore(gitignore): add .idea to gitignore

* refactor(layerui): pass named function to react.memo so that in dev tools the name shows up

This makes debugging easier as well

* refactor(layerui): break the functional component into multiple render methods
2020-04-17 22:24:19 +02:00
..
Actions.tsx feat/ability to change the alignment of the text (#1213) 2020-04-08 22:00:27 +02:00
App.tsx Refactor LayerUI (#1434) 2020-04-17 22:24:19 +02:00
ButtonSelect.tsx Bump prettier from 1.19.1 to 2.0.1 (#1060) 2020-03-23 13:05:07 +02:00
ColorPicker.scss Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
ColorPicker.tsx Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
ContextMenu.scss Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
ContextMenu.tsx Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
Dialog.scss [POC] use serviceWorker from create-react-app (#1286) 2020-04-13 16:08:39 +02:00
Dialog.tsx Fix 'Dialog' keydown event and prop type warning (#1305) 2020-04-08 15:31:40 +03:00
ErrorDialog.tsx Warn on invalid JSON file (#1159) 2020-04-03 13:50:51 +02:00
ExportDialog.scss [POC] use serviceWorker from create-react-app (#1286) 2020-04-13 16:08:39 +02:00
ExportDialog.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
FixedSideContainer.css Proper RTL support (#1154) 2020-04-02 12:21:19 -04:00
FixedSideContainer.tsx Add more ESLint rules and change the formatting scripts (#626) 2020-02-02 18:04:35 +00:00
GitHubCorner.tsx Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
HelpIcon.tsx Fixes in Shortcuts dialog and minor refactor (#1297) 2020-04-07 14:39:06 +03:00
HintViewer.scss [POC] use serviceWorker from create-react-app (#1286) 2020-04-13 16:08:39 +02:00
HintViewer.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
icons.tsx Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
Island.css fix bg color picker rendered behind shape menu (#1445) 2020-04-16 21:31:20 +02:00
Island.tsx fix bg color picker rendered behind shape menu (#1445) 2020-04-16 21:31:20 +02:00
LanguageList.tsx Proper RTL support (#1154) 2020-04-02 12:21:19 -04:00
LayerUI.tsx Refactor LayerUI (#1434) 2020-04-17 22:24:19 +02:00
LoadingMessage.tsx Add rule banning literal text in JSX (#1367) 2020-04-10 12:58:46 -04:00
LockIcon.tsx Fixes in Shortcuts dialog and minor refactor (#1297) 2020-04-07 14:39:06 +03:00
MobileMenu.tsx Store username for every room (#1381) 2020-04-11 19:13:10 +03:00
Modal.scss tweak blurry bg for legibility & remove from modals (#1436) 2020-04-15 21:20:35 +02:00
Modal.tsx Fix mobile dialog styling (#1363) 2020-04-10 18:13:31 +03:00
Popover.css Redesign idea (#343) 2020-01-15 07:42:02 -08:00
Popover.tsx Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
Portal.tsx refactor(app.tsx): move Portal to new file and some refactoring (#1398) 2020-04-12 12:54:52 +02:00
ProjectName.tsx Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
RoomDialog.scss [POC] use serviceWorker from create-react-app (#1286) 2020-04-13 16:08:39 +02:00
RoomDialog.tsx Close sharing dialog on Enter when changing the username (#1437) 2020-04-16 22:02:59 +02:00
Section.tsx Refactor (#862) 2020-03-07 16:20:38 +01:00
ShortcutsDialog.tsx Alt drag to shortcuts for duplicate (#1389) 2020-04-11 23:04:53 +02:00
Stack.css Redesign idea (#343) 2020-01-15 07:42:02 -08:00
Stack.tsx Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
TextInput.scss [POC] use serviceWorker from create-react-app (#1286) 2020-04-13 16:08:39 +02:00
ToolButton.tsx Fixes in Shortcuts dialog and minor refactor (#1297) 2020-04-07 14:39:06 +03:00
ToolIcon.scss Use open-color directly (#1371) 2020-04-11 01:09:29 +03:00
TopErrorBoundary.tsx Wrap localStorage API Access in try-catch (#1241) 2020-04-07 13:09:37 +03:00