Commit Graph

15 Commits

Author SHA1 Message Date
Aman Harwara
12e3bb0959 feat: add file preview modal (#945) 2022-03-24 00:13:44 +05:30
Mo
cd243f39c6 chore: upgrade deps 2022-03-21 12:13:10 -05:00
Aman Harwara
a2a4b6b180 feat: export as zip if multiple notes are selected (#926) 2022-03-15 15:38:22 +05:30
Aman Harwara
08fb913b0e feat: close submenu if another submenu is opened (#911) 2022-03-05 20:20:11 +05:30
Aman Harwara
209bd99fe5 feat: add "Listed actions" option in note context menu (#891) 2022-02-23 20:51:34 +05:30
Mo
12f4d5f372 chore: move constants file 2022-02-18 08:22:42 -06:00
Aman Harwara
1887d5d01e fix: plain editor revision rendering and revision list sorting (#878) 2022-02-18 19:28:24 +05:30
Aman Harwara
71c7ee1bec feat: new revision history UI (#861) 2022-02-16 19:39:04 +05:30
Mo
453488f752 fix: display full tag path in add tags menu 2022-02-08 22:01:06 -06:00
Aman Harwara
7f5f0d9d17 feat: update line height and width of note size warning text (#852) 2022-02-07 22:12:08 +05:30
Aman Harwara
5605baeb57 feat: add warning to note options menu if note size is >0.5mb (#851) 2022-02-07 20:38:19 +05:30
Aman Harwara
3fb27326fa feat: move change editor up in menu (#847) 2022-02-04 20:00:22 +05:30
Johnny A
528bafde96 fix: spellcheck control for 3rd-party editors (#839)
* fix: spellcheck control for 3rd-party editors

* refactor: spellcheckControllable

* refactor: spellcheckControllable

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-02-01 16:27:28 -04:00
Aman Harwara
7c41cfc3dc feat: make whole menu switch be clickable (#837) 2022-01-31 22:19:27 +05:30
Aman Harwara
b932e2a45e feat: Add new "Change Editor" option to note context menu (#823)
* feat: add editor icon

* refactor: remove 'any' type and format

* refactor: move NotesOptions and add ChangeEditorOption

* refactor: fix type for using regular RefObject<T>

* feat: add hide-if-last-child util class

* feat: add Change Editor option

* feat: make radio btn gray if not checked

* fix: accordion menu header and item sizing/spacing

* feat: add Escape key to KeyboardKey enum

* refactor: Remove Editor Menu

* feat: add editor select functionality

* refactor: move plain editor name to constant

* feat: add premium editors with modal if no subscription

refactor: simplify menu group creation

* feat: show alert when switching to non-interchangeable editor

* fix: change editor menu going out of bounds

* feat: increase group header & editor item size

* fix: change editor menu close on blur

* refactor: Use KeyboardKey enum & remove else statement

* feat: add keyboard navigation to change editor menu

* fix: editor menu separators

* feat: improve change editor menu sizing & spacing

* feat: show alert only if editor is not interchangeable

* feat: don't show alert when switching to/from plain editor

* chore: bump snjs version

* feat: temporarily remove change editor alert

* feat: dynamically get footer height

* refactor: move magic number to const

* refactor: move constants to constants file

* feat: use const instead of magic number
2022-01-28 14:23:39 -06:00