excalidraw/src/components
Panayiotis Lipiridis 1eb8920bc3 Merge branch 'master' of github.com:excalidraw/excalidraw into cleanipp
* 'master' of github.com:excalidraw/excalidraw: (37 commits)
  feat: Add toast (#2772)
  docs: Update readme with documentation (#2788)
  fix: allow text-selecting in dialogs & reset cursor (#2783)
  chore: Update translations from Crowdin (#2742)
  fix: broken Individuals link (#2782)
  refactor: Converting span to kbd tag (#2774)
  fix: don't render due to zoom after unmount (#2779)
  fix: Track the chart type correctly (#2773)
  chore(deps-dev): bump terser-webpack-plugin in /src/packages/excalidraw (#2750)
  chore(deps-dev): bump webpack in /src/packages/utils (#2768)
  fix: delay version logging & prevent duplicates (#2770)
  chore(deps-dev): bump webpack in /src/packages/excalidraw (#2769)
  chore(deps-dev): bump ts-loader in /src/packages/excalidraw (#2749)
  chore(deps-dev): bump ts-loader in /src/packages/utils (#2753)
  chore(deps): bump nanoid from 2.1.11 to 3.1.20 (#2581)
  feat: Track current version (#2731)
  chore(actions): Use cancel workflow action (#2763)
  chore(deps): bump @testing-library/react from 11.2.2 to 11.2.3 (#2755)
  chore(deps-dev): bump firebase-tools from 9.1.0 to 9.1.2 (#2761)
  chore(deps-dev): bump eslint-plugin-prettier from 3.3.0 to 3.3.1 (#2754)
  ...
2021-01-15 18:30:11 +02:00
..
Actions.tsx chore: Remove tracking (#2722) 2021-01-05 19:06:14 +01:00
App.tsx feat: Add toast (#2772) 2021-01-15 16:02:46 +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 chore: Remove tracking (#2722) 2021-01-05 19:06:14 +01:00
ButtonIconCycle.tsx function 2020-12-28 01:26:38 +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 refactor: Consistent variable names, remove duplicates/unused in css 2020-12-28 01:05:44 +02:00
CollabButton.tsx chore: Remove tracking (#2722) 2021-01-05 19:06:14 +01:00
ColorPicker.scss 0px 2020-12-28 03:56:39 +02:00
ColorPicker.tsx refactor: Stop using the deprecated keyCode (#2426) 2020-12-01 22:36:06 +01:00
ContextMenu.scss Merge branch 'master' of github.com:excalidraw/excalidraw into cleanipp 2021-01-15 18:30:11 +02:00
ContextMenu.tsx refactor: Converting span to kbd tag (#2774) 2021-01-14 09:24:32 +02:00
DarkModeToggle.tsx refactor: Remove the word toggle from labels (#2648) 2020-12-21 14:58:43 +01:00
Dialog.scss Merge branch 'master' of github.com:excalidraw/excalidraw into cleanipp 2021-01-15 18:30:11 +02:00
Dialog.tsx improvement: Make dialogs look more like dialogs (#2686) 2021-01-03 10:50:41 +01:00
ErrorDialog.tsx feat: Require use of a preset dialog size; adjust dialog sizing (#2684) 2020-12-28 00:07:05 +02:00
ExportDialog.scss refactor: Media queries (#2680) 2020-12-27 23:27:25 +02:00
ExportDialog.tsx chore: Remove tracking (#2722) 2021-01-05 19:06:14 +01: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 chore: Remove tracking (#2722) 2021-01-05 19:06:14 +01:00
HelpIcon.tsx Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
HintViewer.scss refactor: Consistent variable names, remove duplicates/unused in css 2020-12-28 01:05:44 +02:00
HintViewer.tsx improvement: change hint for 2-point lines on resize (#2655) 2020-12-22 11:00:51 +01:00
IconPicker.scss Merge branch 'master' of github.com:excalidraw/excalidraw into cleanipp 2021-01-15 18:30:11 +02:00
IconPicker.tsx More Arrowheads: dot, bar (#2486) 2020-12-11 18:17:28 +01:00
icons.tsx feat: Add tooltip with icon for embedding scenes (#2532) 2020-12-14 14:24:54 +01:00
InitializeApp.tsx feat: add langCode and renderFooter props (#2644) 2021-01-03 21:51:52 +01:00
Island.scss Merge 2021-01-03 20:27:54 +02:00
Island.tsx Fix padding in the library loading buttons (#2331) 2020-11-04 11:05:12 +01:00
LayerUI.scss Merge 2021-01-03 20:27:54 +02:00
LayerUI.tsx chore: Remove tracking (#2722) 2021-01-05 19:06:14 +01:00
LibraryUnit.scss scope css under name space excalidraw (#1983) 2020-09-25 23:18:45 +02:00
LibraryUnit.tsx feat: Add line chart and paste dialog selection (#2670) 2020-12-27 18:26:30 +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 chore: Remove tracking (#2722) 2021-01-05 19:06:14 +01:00
Modal.scss Merge 2021-01-03 20:27:54 +02:00
Modal.tsx improvement: Make dialogs look more like dialogs (#2686) 2021-01-03 10:50:41 +01:00
PasteChartDialog.scss fix(css): Fix compile error (#2685) 2020-12-27 23:42:23 +02:00
PasteChartDialog.tsx fix: Track the chart type correctly (#2773) 2021-01-13 15:23:14 +02: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 refactor: Converting span to kbd tag (#2774) 2021-01-14 09:24:32 +02:00
ShortcutsDialog.tsx docs: Update readme with documentation (#2788) 2021-01-14 18:31:52 +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
Stats.scss .excalidraw 2021-01-03 20:28:20 +02:00
Stats.tsx feat: Add line chart and paste dialog selection (#2670) 2020-12-27 18:26:30 +02:00
TextInput.scss refactor: Consistent variable names, remove duplicates/unused in css 2020-12-28 01:05:44 +02:00
Toast.scss feat: Add toast (#2772) 2021-01-15 16:02:46 +01:00
Toast.tsx feat: Add toast (#2772) 2021-01-15 16:02:46 +01:00
ToolButton.tsx Add and use clsx (classnames alternative) (#2249) 2020-10-19 16:14:28 +02:00
ToolIcon.scss refactor: Media queries (#2680) 2020-12-27 23:27:25 +02:00
Tooltip.scss feat: Add tooltip with icon for embedding scenes (#2532) 2020-12-14 14:24:54 +01:00
Tooltip.tsx feat: Add tooltip with icon for embedding scenes (#2532) 2020-12-14 14:24:54 +01: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