Commit Graph

1259 Commits

Author SHA1 Message Date
Antonella Sgarlatta
ba71b56f00 refactor: revert to passing note uuid to selectNote 2021-05-11 19:19:53 -03:00
Antonella Sgarlatta
8302733a49 feat: add protect option to menu 2021-05-11 17:09:23 -03:00
Antonella Sgarlatta
894e151a7e feat: show menu options according to v4 specs 2021-05-11 15:19:43 -03:00
Antonella Sgarlatta
290c2b305d fix: mantain multiple note selection when streaming items 2021-05-11 15:18:53 -03:00
Antonella Sgarlatta
36bfa4504d styles: add hover state to ellipsis button and unify search options and ellipsis button styles 2021-05-10 18:58:31 -03:00
Antonella Sgarlatta
c2ed6f1913 fix: if multiples notes selected, always select note when clicking on it 2021-05-10 18:29:41 -03:00
Antonella Sgarlatta
a1d636a578 styles: update ui file spacing relative to new base font size 2021-05-10 17:58:26 -03:00
Antonella Sgarlatta
2f77985927 fix: check if single note is already selected before selecting 2021-05-10 17:01:37 -03:00
Antonella Sgarlatta
df5327e638 refactor: pass note as parameter to selectNote 2021-05-10 16:25:43 -03:00
Antonella Sgarlatta
f317d6cb7c fix: select active note 2021-05-10 16:15:21 -03:00
Antonella Sgarlatta
8f7a0858ba fix: sync after changing notes 2021-05-10 15:22:09 -03:00
Antonella Sgarlatta
bbea6813d3 styles: make ellipsis icon grey 2021-05-07 19:58:58 -03:00
Antonella Sgarlatta
8f29b62744 refactor: changes per PR feedback 2021-05-07 19:17:57 -03:00
Antonella Sgarlatta
3906b9a9b4 refactor: add tag method
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
2021-05-07 19:12:35 -03:00
Antonella Sgarlatta
461f3ccfa4 fix: remove locking closeOnBlur 2021-05-07 18:51:49 -03:00
Antonella Sgarlatta
24eb348b08 fix: open menu to the top when at the bottom of the screen 2021-05-07 18:35:02 -03:00
Antonella Sgarlatta
437aa40d7a feat: visual indicator for selected tags and remove them when re-clicking 2021-05-07 18:24:28 -03:00
Antonella Sgarlatta
660525dc18 feat: escape when submenu is open should close it instead of entire menu 2021-05-07 18:08:22 -03:00
Antonella Sgarlatta
dd5873b513 fix: revert closeOnBlur changes 2021-05-07 17:46:08 -03:00
Antonella Sgarlatta
6a6e1708d6 fix: better protected notes handling and allow shift-clicking note up in the list 2021-05-07 16:57:25 -03:00
Antonella Sgarlatta
b89cdde1fc fix: don't show context menu if note is protected 2021-05-07 15:59:09 -03:00
Antonella Sgarlatta
02249ebaca fix: add delete permanently option, restore icon and show alerts for locked notes 2021-05-07 15:56:35 -03:00
Antonella Sgarlatta
9906cd2a20 fix: menu should remain open when showing trash alert 2021-05-07 15:41:00 -03:00
Antonella Sgarlatta
8a9dc14d81 fix: right-click should select note 2021-05-07 12:50:28 -03:00
Antonella Sgarlatta
181e1985fd styles: adjust styling for different themes 2021-05-06 12:06:30 -03:00
Antonella Sgarlatta
1943b34fdf fix: remove confirmation dialog when restoring trashed note 2021-05-06 10:57:57 -03:00
Antonella Sgarlatta
7ed7c7640c styles: fix tags spacing 2021-05-06 10:53:17 -03:00
Antonella Sgarlatta
33d4c7bcb8 styles: fix lower opacity applied to menu when note locked 2021-05-05 17:47:06 -03:00
Antonella Sgarlatta
ecd9dd4324 fix: close tags submenu when closing menu 2021-05-05 17:28:02 -03:00
Antonella Sgarlatta
4308f4e656 fix: hide add tag options if no tags available 2021-05-05 15:31:34 -03:00
Antonella Sgarlatta
323bc34ed6 styles: fix menu spacing and make tag list scrollable 2021-05-05 14:42:33 -03:00
Antonella Sgarlatta
514cc8c051 styles: overwrite Stylekit font variables 2021-05-05 12:53:49 -03:00
Antonella Sgarlatta
366b7fa36d styles: change font weight 2021-05-05 12:05:12 -03:00
Antonella Sgarlatta
d76412df9e styles: change multiple selected notes header font size 2021-05-05 12:03:47 -03:00
Antonella Sgarlatta
b496cb1cba fix: pin note singular when only one note is selected 2021-05-05 11:52:53 -03:00
Antonella Sgarlatta
63cb7195cb styles: fix class names 2021-05-05 11:49:15 -03:00
Antonella Sgarlatta
e5750e88c6 refactor: better format 2021-05-05 11:31:04 -03:00
Antonella Sgarlatta
7b4f784538 fix: icon component check 2021-05-05 10:48:36 -03:00
Antonella Sgarlatta
2293a4a814 styles: add flex-grow to title and tags div 2021-05-04 18:58:25 -03:00
Antonella Sgarlatta
601ece8cbd feat: add 'add tags' option to menu 2021-05-04 18:53:26 -03:00
Antonella Sgarlatta
45357c1976 fix: revert changes to closeOnBlur and add closeOnClickOutside 2021-05-04 15:44:12 -03:00
Antonella Sgarlatta
15db4767f5 feat: use pencil off icon for note bar 2021-05-03 16:42:07 -03:00
Antonella Sgarlatta
c48cc9d7be styles: adjust spacing 2021-05-03 14:53:07 -03:00
Antonella Sgarlatta
0330497d1d fix: change lock mentions to prevent editing 2021-04-30 16:48:56 -03:00
Antonella Sgarlatta
9bf9cc37da feat: shift-click to select range of notes 2021-04-30 14:58:49 -03:00
Antonella Sgarlatta
b70cc0e7e4 feat: add right-click context menu 2021-04-29 17:07:14 -03:00
Antonella Sgarlatta
a1d56abd2e Merge branch 'develop' into feature/multiple-selection 2021-04-28 14:53:15 -03:00
Mo Bitar
b93a35f965 fix: more accurate saving status + dont allow editor change while note is locked 2021-04-20 19:11:44 -05:00
Mo Bitar
64945abbcc fix: race condition when editor values read could belong to newly selected note as opposed to note for which save was triggered 2021-04-17 19:27:16 -05:00
Baptiste Grob
729a1a8dfd feat: focus back on passcode input after failure 2021-04-16 12:20:24 +02:00