David Luzar c08e9c4172 fix: use rgba instead of shorthand alpha (#3688) 4 years ago
..
Actions.tsx 49c6bdd520 feat: improved freedraw (#3512) 4 years ago
App.tsx 035c7affff fix: color pickers not opening on mobile (#3676) 4 years ago
Avatar.scss d4e12a2962 reuse scss variables in js for SSOT (#2867) 4 years ago
Avatar.tsx bdb1fb2dae Add border to the Avatars (#2428) 4 years ago
BackgroundPickerAndDarkModeToggle.tsx bc0b6e1888 refactor: rename UIOptions.canvasActions.saveScene to UIOptions.canvasActions.saveToActiveFile (#3657) 4 years ago
ButtonIconCycle.tsx 722e5ca845 refactor: Use arrow function where possible (#3315) 4 years ago
ButtonIconSelect.tsx e05acd6fd9 Update ESLint rules (#2342) 4 years ago
ButtonSelect.tsx e05acd6fd9 Update ESLint rules (#2342) 4 years ago
Card.scss 790c9fd02e feat: exporting redesign (#3613) 4 years ago
Card.tsx 790c9fd02e feat: exporting redesign (#3613) 4 years ago
CheckboxItem.scss abebf9aff8 fix: small UI issues around image export dialog (#3642) 4 years ago
CheckboxItem.tsx 790c9fd02e feat: exporting redesign (#3613) 4 years ago
CollabButton.scss 9dd2257932 chore: Consistent CSS variable names and general housekeeping of styles (#2947) 4 years ago
CollabButton.tsx 09dfd16b17 feat: use component dimensions to break to mobile (#3414) 4 years ago
ColorPicker.scss 790c9fd02e feat: exporting redesign (#3613) 4 years ago
ColorPicker.tsx 6c3e4417e1 feat: Add shortcuts for stroke and background color picker (#3318) 4 years ago
ContextMenu.scss 09dfd16b17 feat: use component dimensions to break to mobile (#3414) 4 years ago
ContextMenu.tsx 9733ecb3df fix: popover positioning (#3399) 4 years ago
DarkModeToggle.tsx 790c9fd02e feat: exporting redesign (#3613) 4 years ago
Dialog.scss 09dfd16b17 feat: use component dimensions to break to mobile (#3414) 4 years ago
Dialog.tsx c0047269c1 fix: focus on last active element when dialog closes (#3447) 4 years ago
ErrorDialog.tsx c0047269c1 fix: focus on last active element when dialog closes (#3447) 4 years ago
ExportDialog.scss c08e9c4172 fix: use rgba instead of shorthand alpha (#3688) 4 years ago
FixedSideContainer.scss bac76778ce feat: add `renderTopRight` prop & remove GH corner from core (#3539) 4 years ago
FixedSideContainer.tsx b50c54f855 Add and use clsx (classnames alternative) (#2249) 4 years ago
HelpDialog.scss d4e12a2962 reuse scss variables in js for SSOT (#2867) 4 years ago
HelpDialog.tsx 6c3e4417e1 feat: Add shortcuts for stroke and background color picker (#3318) 4 years ago
HelpIcon.tsx 40656c70d1 fix: Make help toggle tabbable (#3310) 4 years ago
HintViewer.scss 09dfd16b17 feat: use component dimensions to break to mobile (#3414) 4 years ago
HintViewer.tsx 49c6bdd520 feat: improved freedraw (#3512) 4 years ago
IconPicker.scss 09dfd16b17 feat: use component dimensions to break to mobile (#3414) 4 years ago
IconPicker.tsx d126d04d17 feat: Bind keyboard events to the current excalidraw container and add handleKeyboardGlobally prop to allow host to bind to document (#3430) 4 years ago
ImageExportDialog.tsx abfc58eb24 feat: save exportScale in AppState (#3580) 4 years ago
InitializeApp.tsx 73cba59d2d feat: Updates to Collaboration and RTL UX (#2994) 4 years ago
Island.scss 12e8cc853f feat: remove `backdrop-filter` to improve perf (#3506) 4 years ago
Island.tsx facde7ace0 Fix padding in the library loading buttons (#2331) 4 years ago
JSONExportDialog.tsx d63b6a3469 feat: support custom UI rendering inside export dialog (#3666) 4 years ago
LayerUI.scss d201d0be1b fix: disable pointer-events on footer-center container (#3629) 4 years ago
LayerUI.tsx abfc58eb24 feat: save exportScale in AppState (#3580) 4 years ago
LibraryUnit.scss f1daff2437 refactor: Rename appearance to theme (#3237) 4 years ago
LibraryUnit.tsx dd12abc583 refactor: remove watermark code (#3639) 4 years ago
LoadingMessage.tsx 930813387b make loading message account for dark mode & add i18n (#2033) 4 years ago
LockIcon.tsx b50c54f855 Add and use clsx (classnames alternative) (#2249) 4 years ago
MobileMenu.tsx 790c9fd02e feat: exporting redesign (#3613) 4 years ago
Modal.scss 12e8cc853f feat: remove `backdrop-filter` to improve perf (#3506) 4 years ago
Modal.tsx 793b69e592 fix: Apply theme to only to active excalidraw component (#3446) 4 years ago
PasteChartDialog.scss 09dfd16b17 feat: use component dimensions to break to mobile (#3414) 4 years ago
PasteChartDialog.tsx dd12abc583 refactor: remove watermark code (#3639) 4 years ago
Popover.scss 9733ecb3df fix: popover positioning (#3399) 4 years ago
Popover.tsx b21fd49412 chore: Minor refactoring for consistency (#2425) 4 years ago
ProjectName.scss 790c9fd02e feat: exporting redesign (#3613) 4 years ago
ProjectName.tsx 790c9fd02e feat: exporting redesign (#3613) 4 years ago
Section.tsx c427aa3cce Prefer arrow functions and callbacks (#1210) 5 years ago
Stack.scss a61b212220 scope css under name space excalidraw (#1983) 4 years ago
Stack.tsx facde7ace0 Fix padding in the library loading buttons (#2331) 4 years ago
Stats.scss 790c9fd02e feat: exporting redesign (#3613) 4 years ago
Stats.tsx 09dfd16b17 feat: use component dimensions to break to mobile (#3414) 4 years ago
TextInput.scss 9dd2257932 chore: Consistent CSS variable names and general housekeeping of styles (#2947) 4 years ago
Toast.scss f295ba98c5 feat: Add export info on copy PNG to clipboard toast message (#3159) 4 years ago
Toast.tsx 543c624405 feat: Add toast (#2772) 4 years ago
ToolButton.tsx 790c9fd02e feat: exporting redesign (#3613) 4 years ago
ToolIcon.scss 790c9fd02e feat: exporting redesign (#3613) 4 years ago
Tooltip.scss 790c9fd02e feat: exporting redesign (#3613) 4 years ago
Tooltip.tsx 357266e9ab feat: auto-position tooltip and suport overflowing container (#3631) 4 years ago
TopErrorBoundary.tsx c77c9ce65a fix: cursor being leaked outside of canvas (#3161) 4 years ago
UserList.scss bac76778ce feat: add `renderTopRight` prop & remove GH corner from core (#3539) 4 years ago
UserList.tsx b50c54f855 Add and use clsx (classnames alternative) (#2249) 4 years ago
icons.tsx abebf9aff8 fix: small UI issues around image export dialog (#3642) 4 years ago