Commit Graph

1239 Commits

Author SHA1 Message Date
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
Baptiste Grob
465a6b55a0 feat: label new note button 2021-04-15 16:16:36 +02:00
Baptiste Grob
b56ba17867 feat: adjust search options defaults (include archived notes by default) 2021-04-15 16:12:57 +02:00
Baptiste Grob
ebf6e69ef7 fix: prevent editor column overflow 2021-04-15 12:57:30 +02:00
Baptiste Grob
6a52721ea7 feat: delete local backups when signing out 2021-04-14 15:05:33 +02:00
Baptiste Grob
abfc588368 feat: multiple selected notes panel 2021-04-13 14:43:48 +02:00
Baptiste Grob
0f53361689 feat: select multiple notes in list 2021-04-12 14:54:43 +02:00
Baptiste Grob
622963d04e fix: display session & remote history entries 2021-04-12 11:58:12 +02:00
Baptiste Grob
369b748b97 fix: remove focus outline artifacts 2021-04-09 14:22:33 +02:00
Baptiste Grob
e12b9ecac8 fix: excessive autorun calls 2021-04-08 18:49:48 +02:00
Baptiste Grob
4242021dca fix: support refactored SNJS history 2021-04-08 12:19:21 +02:00
Baptiste Grob
af3de36361 fix: decrypted backup import file name 2021-04-07 13:13:54 +02:00
Baptiste Grob
a4e4381b0a refactor: rename parameter 2021-04-06 16:52:37 +02:00
Baptiste Grob
ed69680295 feat: search options (#540)
* feat: search options

* feat: sanitize folder names

* fix: add cursor: pointer to switch

* fix: explicitly make the search bar a text input

* refactor: remove magic number

* refactor: extract Switch component to its own file

* refactor: split AppState into multiple files

* refactor: review comments
2021-04-06 16:48:25 +02:00
Baptiste Grob
275c8cbd1f feat: improve filename sanitizing 2021-04-05 18:00:08 +02:00
Mo Bitar
57ddeb3e09 feat: show offline status in saving indicator (#539)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
2021-04-05 14:27:32 +02:00
Baptiste Grob
52f8acfb0e fix: correctly check for pushState function
fixes #523
2021-03-30 11:29:40 +02:00
Baptiste Grob
5cd3a7cb09 fix: restore permissions modal 2021-03-26 12:24:36 +01:00
Baptiste Grob
15efaec8a8 Merge branch 'release/3.6.3' into main 2021-03-25 11:04:59 +01:00
Baptiste Grob
3111dc4c0b fix: export decrypted backup for desktop in some cases
Mainly, when a backup is requested and no protection sources are
available.
2021-03-24 11:53:29 +01:00
Baptiste Grob
7c9b684c83 fix: move onSignOut bridge hook call later in the deinit lifecycle 2021-03-24 10:22:55 +01:00