excalidraw/src/components
Christopher Chedeau 2b6d1470f9
Remove native gesture "support" from iOS (#2457)
We were processing both the touch move and gesture on iOS which was first firing twice as many set state, but also caused issues:
- The gesture implementation didn't support zooming on the center
- Touching down on a circle and then on the bottom chrome would freak out because initialScale was null

Touching down on the menu still isn't perfect as it shifts the shape around but doesn't completly break the zoom
2020-12-06 00:47:03 +01:00
..
Actions.tsx Add library events (#2448) 2020-12-04 19:18:20 +02:00
App.tsx Remove native gesture "support" from iOS (#2457) 2020-12-06 00:47:03 +01:00
Avatar.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Avatar.tsx Add border to the Avatars (#2428) 2020-11-29 20:19:06 +02:00
BackgroundPickerAndDarkModeToggle.tsx Add basic event actions to analytics (#2375) 2020-12-02 23:57:51 +02:00
ButtonIconSelect.tsx Update ESLint rules (#2342) 2020-11-06 21:06:30 +01:00
ButtonSelect.tsx Update ESLint rules (#2342) 2020-11-06 21:06:30 +01:00
CollabButton.scss Factor out collaboration code (#2313) 2020-12-05 15:30:53 +01:00
CollabButton.tsx Factor out collaboration code (#2313) 2020-12-05 15:30:53 +01:00
ColorPicker.scss enable ColorPicker keyboard shortcuts if using custom color (#2288) 2020-10-27 11:01:57 +01:00
ColorPicker.tsx refactor: Stop using the deprecated keyCode (#2426) 2020-12-01 22:36:06 +01:00
ContextMenu.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
ContextMenu.tsx remove eslint two disabled rules & fix (#2309) 2020-10-28 20:53:27 +01:00
DarkModeToggle.tsx Dark mode (#2006) 2020-08-13 13:35:31 +02:00
Dialog.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Dialog.tsx fix modal island ref init (#2341) 2020-11-05 22:05:58 +02:00
ErrorDialog.tsx Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
ExportDialog.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
ExportDialog.tsx Add more events for sharing and refactor I/O, dialogs (#2443) 2020-12-03 17:03:02 +02:00
FixedSideContainer.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
FixedSideContainer.tsx Add and use clsx (classnames alternative) (#2249) 2020-10-19 16:14:28 +02:00
GitHubCorner.tsx Add basic event actions to analytics (#2375) 2020-12-02 23:57:51 +02:00
HelpIcon.tsx Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
HintViewer.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
HintViewer.tsx feat: Add hint for double click to insert text (#2056) 2020-08-20 22:55:44 +03:00
icons.tsx RTL updates (#2416) 2020-11-26 01:21:33 +02:00
InitializeApp.tsx Dynamicaly import locales (#1793) 2020-06-27 12:02:54 +01:00
Island.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Island.tsx Fix padding in the library loading buttons (#2331) 2020-11-04 11:05:12 +01:00
LanguageList.tsx Add and use clsx (classnames alternative) (#2249) 2020-10-19 16:14:28 +02:00
LayerUI.scss RTL updates (#2416) 2020-11-26 01:21:33 +02:00
LayerUI.tsx Factor out collaboration code (#2313) 2020-12-05 15:30:53 +01:00
LibraryUnit.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
LibraryUnit.tsx Add and use clsx (classnames alternative) (#2249) 2020-10-19 16:14:28 +02:00
LoadingMessage.tsx make loading message account for dark mode & add i18n (#2033) 2020-08-14 13:27:41 +02:00
LockIcon.tsx Add and use clsx (classnames alternative) (#2249) 2020-10-19 16:14:28 +02:00
MobileMenu.tsx Factor out collaboration code (#2313) 2020-12-05 15:30:53 +01:00
Modal.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Modal.tsx Fix padding in the library loading buttons (#2331) 2020-11-04 11:05:12 +01:00
Popover.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Popover.tsx chore: Minor refactoring for consistency (#2425) 2020-11-29 17:32:51 +01:00
ProjectName.tsx Revert "Remove unused project name from export dialog (#2427)" (#2436) 2020-12-01 14:00:13 +01:00
Section.tsx Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
ShortcutsDialog.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
ShortcutsDialog.tsx Add basic event actions to analytics (#2375) 2020-12-02 23:57:51 +02:00
Stack.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Stack.tsx Fix padding in the library loading buttons (#2331) 2020-11-04 11:05:12 +01:00
TextInput.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
ToolButton.tsx Add and use clsx (classnames alternative) (#2249) 2020-10-19 16:14:28 +02:00
ToolIcon.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Tooltip.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Tooltip.tsx Add user list component + snap to user functionality (#1749) 2020-06-19 12:36:49 +02:00
TopErrorBoundary.tsx Show error message when canvas to export is too big (#1256) (#2210) 2020-10-28 20:52:53 +01:00
UserList.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
UserList.tsx Add and use clsx (classnames alternative) (#2249) 2020-10-19 16:14:28 +02:00