excalidraw/src/components
2023-05-06 10:36:42 +02:00
..
__snapshots__ fix: fix brave error i18n string and remove unused (#6561) 2023-05-06 10:36:42 +02:00
dropdownMenu feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
footer feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
hoc feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
live-collaboration feat: new Live Collaboration Component API (#6104) 2023-01-12 23:28:57 +05:30
main-menu feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
Sidebar feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
welcome-screen feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
Actions.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
Actions.tsx fix: hide text align for labelled arrows (#6339) 2023-03-14 17:21:46 +05:30
ActiveConfirmDialog.tsx fix: use jotai scope for editor-specific atoms (#6308) 2023-03-03 11:58:36 +00:00
App.test.tsx fix: show error message when measureText API breaks in brave (#6336) 2023-03-13 19:46:09 +05:30
App.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
Avatar.scss fix: Avatar outline on safari & center (#5997) 2022-12-16 18:18:34 +01:00
Avatar.tsx feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
BraveMeasureTextError.tsx feat: Add Trans component for interpolating JSX in translations (#6534) 2023-05-05 21:35:18 +05:30
Button.scss fix: remove overflow hidden from button (#6110) 2023-01-13 15:44:33 +05:30
Button.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
ButtonIconCycle.tsx refactor: Use arrow function where possible (#3315) 2021-03-29 17:09:20 +03:00
ButtonIconSelect.tsx feat: zigzag fill easter egg (#6439) 2023-04-10 15:38:50 +02:00
ButtonSelect.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
Card.scss feat: image support (#4011) 2021-10-21 22:05:48 +02:00
Card.tsx chore: upgrade to React 18 (#5450) 2022-07-22 11:20:36 +05:30
CheckboxItem.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
CheckboxItem.tsx chore: upgrade to React 18 (#5450) 2022-07-22 11:20:36 +05:30
ColorPicker.scss style: fix font family inconsistencies (#6501) 2023-04-25 17:20:19 +05:30
ColorPicker.tsx fix: ColorPicker getColor (#5949) 2022-12-22 12:53:49 +00:00
ConfirmDialog.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
ConfirmDialog.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
ContextMenu.scss style: fix font family inconsistencies (#6501) 2023-04-25 17:20:19 +05:30
ContextMenu.tsx fix: stale appState of MainMenu defaultItems rendered from Actions (#6074) 2023-01-06 14:32:55 +01:00
DarkModeToggle.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
DefaultSidebar.test.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
DefaultSidebar.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
Dialog.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
Dialog.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
DialogActionButton.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
DialogActionButton.tsx feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
ErrorDialog.tsx fix: show error message when measureText API breaks in brave (#6336) 2023-03-13 19:46:09 +05:30
ExportDialog.scss fix: ensure export preview is centered (#6337) 2023-03-14 13:03:55 +01:00
FixedSideContainer.scss fix: mobile tools positioning (#6107) 2023-01-13 00:57:25 +05:30
FixedSideContainer.tsx Add and use clsx (classnames alternative) (#2249) 2020-10-19 16:14:28 +02:00
HandButton.tsx feat: add hand/panning tool (#6141) 2023-01-23 16:12:28 +01:00
HelpButton.tsx fix: provide HelpButton title prop (#6209) 2023-03-03 12:50:18 +00:00
HelpDialog.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
HelpDialog.tsx fix: split "Edit selected shape" shortcut (#6457) 2023-04-14 21:34:26 +00:00
HintViewer.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
HintViewer.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
IconPicker.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
IconPicker.tsx feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
icons.tsx feat: zigzag fill easter egg (#6439) 2023-04-10 15:38:50 +02:00
ImageExportDialog.tsx feat: constrain export dialog preview size (#6475) 2023-04-18 15:27:51 +02:00
InitializeApp.tsx fix: default light theme splash 🔧 (#5660) 2022-09-16 13:59:03 +00:00
Island.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
Island.tsx Fix padding in the library loading buttons (#2331) 2020-11-04 11:05:12 +01:00
JSONExportDialog.tsx feat: new Menu Component API (#6034) 2023-01-05 22:04:23 +05:30
LayerUI.scss feat: new Menu Component API (#6034) 2023-01-05 22:04:23 +05:30
LayerUI.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
LibraryMenu.scss feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
LibraryMenu.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
LibraryMenuBrowseButton.tsx feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
LibraryMenuControlButtons.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
LibraryMenuHeaderContent.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
LibraryMenuItems.scss feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
LibraryMenuItems.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
LibraryUnit.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
LibraryUnit.tsx fix: exporting labelled arrows via export utils (#6443) 2023-04-13 17:19:46 +05:30
LoadingMessage.tsx fix: default light theme splash 🔧 (#5660) 2022-09-16 13:59:03 +00:00
LockButton.tsx feat: add hand/panning tool (#6141) 2023-01-23 16:12:28 +01:00
MobileMenu.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
Modal.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
Modal.tsx feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
PasteChartDialog.scss feat: use component dimensions to break to mobile (#3414) 2021-04-08 19:54:50 +02:00
PasteChartDialog.tsx feat: sidebar tabs support (#6213) 2023-05-04 17:33:31 +00:00
PenModeButton.tsx feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
Popover.scss fix: fixing popover overflow on small screen (#6433) 2023-04-11 23:23:36 +02:00
Popover.tsx fix: color picker keyboard handling not working (#6464) 2023-04-16 15:33:30 +02:00
ProjectName.scss feat: exporting redesign (#3613) 2021-05-25 21:37:14 +02:00
ProjectName.tsx feat: Allow publishing libraries from UI (#4115) 2021-11-17 23:53:43 +05:30
PublishLibrary.scss refactor: inline SingleLibraryItem into PublishLibrary (#6462 2023-04-16 11:57:13 +02:00
PublishLibrary.tsx refactor: inline SingleLibraryItem into PublishLibrary (#6462 2023-04-16 11:57:13 +02:00
Section.tsx chore: upgrade to React 18 (#5450) 2022-07-22 11:20:36 +05:30
Spinner.scss feat: image support (#4011) 2021-10-21 22:05:48 +02:00
Spinner.tsx feat: image support (#4011) 2021-10-21 22:05:48 +02:00
Stack.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
Stack.tsx feat: add sidebar for libraries panel (#5274) 2022-06-21 17:03:23 +02:00
Stats.scss feat: add sidebar for libraries panel (#5274) 2022-06-21 17:03:23 +02:00
Stats.tsx feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
TextInput.scss feat: Allow publishing libraries from UI (#4115) 2021-11-17 23:53:43 +05:30
Toast.scss feat: make toast closable and allow custom duration (#5308) 2022-07-05 21:43:59 +05:30
Toast.tsx feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
Toolbar.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
ToolButton.tsx feat: add hand/panning tool (#6141) 2023-01-23 16:12:28 +01:00
ToolIcon.scss feat: editor redesign 🔥 (#5780) 2022-11-01 17:29:58 +01:00
Tooltip.scss style: fix font family inconsistencies (#6501) 2023-04-25 17:20:19 +05:30
Tooltip.tsx feat: Support hyperlinks 🔥 (#4620) 2022-02-03 20:34:59 +05:30
TopErrorBoundary.tsx chore: Update Typescript to 4.4.4 (#4188) 2021-11-02 14:24:16 +02:00
Trans.test.tsx feat: Add Trans component for interpolating JSX in translations (#6534) 2023-05-05 21:35:18 +05:30
Trans.tsx feat: Add Trans component for interpolating JSX in translations (#6534) 2023-05-05 21:35:18 +05:30
UserList.scss fix: Avatar outline on safari & center (#5997) 2022-12-16 18:18:34 +01:00
UserList.tsx feat: new Menu Component API (#6034) 2023-01-05 22:04:23 +05:30