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