excalidraw/src/components
Christopher Chedeau e4919e2e6c
Replace i18n by a custom implementation (#638)
There are two problems with the current localization strategy:
- We download the translations on-demand, which means that it does a serial roundtrip for nothing.
- withTranslation helper actually renders the app 3 times on startup, instead of once (I haven't tried to debug it)
2020-01-31 21:06:06 +00:00
..
ButtonSelect.tsx Some a11y fixes (#534) 2020-01-25 09:52:03 -08:00
ColorPicker.css lowercase pasted color (#594) 2020-01-27 19:51:11 +01:00
ColorPicker.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
ContextMenu.css Adjust context menu and use open colors (#553) 2020-01-26 11:19:21 +01:00
ContextMenu.tsx Adjust context menu and use open colors (#553) 2020-01-26 11:19:21 +01:00
ExportDialog.css Minor redesign of Export Dialog (#604) 2020-01-29 02:25:47 +02:00
ExportDialog.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
FixedSideContainer.css Use relative CSS units (#484) 2020-01-20 14:59:00 -08:00
FixedSideContainer.tsx Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
icons.tsx Show labels instead of icons for PNG, SVG (#606) 2020-01-29 02:30:02 +02:00
Island.css Redesign idea (#343) 2020-01-15 07:42:02 -08:00
Island.tsx Redesign idea (#343) 2020-01-15 07:42:02 -08:00
LanguageList.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
LockIcon.tsx Add landmarks (#564) 2020-01-26 17:14:31 -03:00
Modal.css Wider export dialog (#603) 2020-01-29 02:26:02 +02:00
Modal.tsx Accessible modals (#560) 2020-01-25 19:37:58 -03:00
Popover.css Redesign idea (#343) 2020-01-15 07:42:02 -08:00
Popover.tsx Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
ProjectName.css Minor redesign of Export Dialog (#604) 2020-01-29 02:25:47 +02:00
ProjectName.tsx Minor redesign of Export Dialog (#604) 2020-01-29 02:25:47 +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
StoredScenesList.test.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
StoredScenesList.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
ToolButton.tsx Revert "Fix keyboard shortcut (#587)" (#617) 2020-01-30 10:40:49 +01:00
ToolIcon.scss Show labels instead of icons for PNG, SVG (#606) 2020-01-29 02:30:02 +02:00