Commit Graph

1373 Commits

Author SHA1 Message Date
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
69bbf1f28b fix: improper line-height clipping 2021-04-15 14:51:18 +02:00
Baptiste Grob
e5b3a5a4f9 fix: incorrect search clear button positioning 2021-04-15 14:44:22 +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
157d1a2061 fix: don't validate email inputs which could be something else 2021-04-14 11:54:14 +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
9599f30ad4 fix: show history entry count 2021-04-12 12:33:03 +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
9deb5d13d5 fix: only call auth form method once 2021-04-07 15:03:54 +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
Mo Bitar
fb7ca903df feat: show editor version under selected editor title (#536) 2021-03-30 11:06:08 +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
Baptiste Grob
b1cf0bd515 fix: use more widely compatible css for sign in/register button margins 2021-03-23 18:52:57 +01:00
Baptiste Grob
257c0f6cab feat: add onSignOut bridge hook 2021-03-23 18:52:57 +01:00
Baptiste Grob
52e8e8220b chore(deps): update SNJS 2021-03-23 18:52:57 +01:00
Mo Bitar
cf76e1b42a fix: reload when firefox pinned tab becomes visible (#535)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
2021-03-22 18:42:26 +01:00
Baptiste Grob
232d01795d refactor: remove unused import 2021-03-22 18:34:27 +01:00
Baptiste Grob
ac634333cf style: run prettier 2021-03-22 18:32:50 +01:00
Baptiste Grob
9f5c640bcd feat: show protected warning after protecting a note without protections 2021-03-22 18:32:31 +01:00
Baptiste Grob
bf6cfa398e fix: extend editor area to full height 2021-03-22 18:26:31 +01:00
Baptiste Grob
4f2d442ac1 fix: remove console statement 2021-03-22 17:58:03 +01:00
Baptiste Grob
cc474da0c3 feat: warning for protected note without protection
- Use `.sn-button` everywhere
- Delete permissions modal
- Capitalize "Clear session data"
2021-03-22 16:52:04 +01:00
Baptiste Grob
6c1622f3d3 Revert "fix: sanitize backup file names for windows"
This reverts commit 9d017b5745.
2021-03-12 14:58:41 +01:00
Baptiste Grob
cd7b5cc455 fix: prevent cutting off lines on windows 2021-03-11 15:53:26 +01:00
Baptiste Grob
5bd0db302c fix: remove scrollbars on paragraphs 2021-03-11 15:53:11 +01:00
Baptiste Grob
59dbbcf6fd feat: authorize CloudLink access 2021-03-11 15:41:29 +01:00
Baptiste Grob
93f8d6bbe7 refactor: use setState 2021-03-11 15:07:39 +01:00
Baptiste Grob
757f43971c fix: reload search results when changing protected text search option 2021-03-11 10:55:20 +01:00
Baptiste Grob
14d2109978 fix: only trigger search options animation once 2021-03-11 10:27:04 +01:00
Baptiste Grob
c6c8d842da feat: animate search options entrance 2021-03-10 17:26:21 +01:00
Baptiste Grob
24c5dba4e9 fix: keep search options visible while authorizing 2021-03-10 16:47:44 +01:00