excalidraw/src/actions
Aakansha Doshi efb6d0825b
feat: Add label for name field and use input when editable in export dialog (#3286)
* feat: Add label for name field and use input when editable in export dialog

* fix

* review fix

* dnt allow to edit file name when view mode

* Update src/components/ProjectName.tsx

Co-authored-by: David Luzar <luzar.david@gmail.com>

Co-authored-by: David Luzar <luzar.david@gmail.com>
2021-03-20 21:57:58 +05:30
..
actionAddToLibrary.ts feat: Add separators on context menu (#2659) 2021-01-27 20:11:17 +01:00
actionAlign.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
actionCanvas.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
actionClipboard.tsx fix: allow copying text outside the component (#3275) 2021-03-19 18:36:23 +01:00
actionDeleteSelected.tsx feat: Add separators on context menu (#2659) 2021-01-27 20:11:17 +01:00
actionDistribute.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
actionDuplicateSelection.tsx Add link to the public libraries (#2469) 2020-12-07 19:24:55 +02:00
actionExport.tsx feat: Add label for name field and use input when editable in export dialog (#3286) 2021-03-20 21:57:58 +05:30
actionFinalize.tsx fix: cursor being leaked outside of canvas (#3161) 2021-03-03 14:04:02 +01:00
actionGroup.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
actionHistory.tsx feat: add ctrl-y to redo (#2831) 2021-01-21 16:21:54 +01:00
actionMenu.tsx fix(actionmenu): toggle help dialog when "shift+?" is pressed (#2828) 2021-01-21 13:13:47 +02:00
actionNavigate.tsx feat: allow host to pass color for collaborators (#2943) 2021-02-06 23:33:52 +05:30
actionProperties.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
actionSelectAll.ts refactor: Stop using the deprecated keyCode (#2426) 2020-12-01 22:36:06 +01:00
actionStyles.ts feat: Add separators on context menu (#2659) 2021-01-27 20:11:17 +01:00
actionToggleGridMode.tsx fix: Rename 'Grid mode' to 'Show grid' (#2944) 2021-02-05 23:50:53 +02:00
actionToggleStats.tsx fix: apply initialData appState for zenmode and grid stats and refactor check param for actions (#2871) 2021-01-29 23:38:37 +05:30
actionToggleViewMode.tsx feat: add view mode in Excalidraw (#2840) 2021-02-01 21:56:42 +01:00
actionToggleZenMode.tsx fix: track zenmode and grid mode usage (#2900) 2021-02-02 20:57:22 +05:30
actionZindex.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
index.ts feat: Add separators on context menu (#2659) 2021-01-27 20:11:17 +01:00
manager.tsx feat: Allow host app to update title of drawing (#3273) 2021-03-20 16:08:03 +05:30
register.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
shortcuts.ts feat: add view mode in Excalidraw (#2840) 2021-02-01 21:56:42 +01:00
types.ts feat: Allow host app to update title of drawing (#3273) 2021-03-20 16:08:03 +05:30