Commit Graph

66 Commits

Author SHA1 Message Date
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
369b748b97 fix: remove focus outline artifacts 2021-04-09 14:22:33 +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
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
Baptiste Grob
99e26c8270 fix: improve search options top margin 2021-03-10 16:47:20 +01:00
Baptiste Grob
c2ba11238c feat: show/hide search options based on focused element 2021-03-10 16:14:22 +01:00
Baptiste Grob
56665b2315 feat: search protected notes text 2021-03-10 14:38:24 +01:00
Mo Bitar
af1a369e63 fix: smart tag selection issue 2021-03-06 11:25:12 -06:00
Mo Bitar
e0ab938ccf feat: notes display criteria (#530)
* feat: notes display criteria

* chore: remove unused code

* chore: update names

* chore: update snjs version
2021-03-04 12:22:14 -06:00
Baptiste Grob
6a3e070ea6 fix: remove inconsistencies between protected note label and date 2021-02-22 17:41:45 +01:00
Baptiste Grob
944d5db9b7 fix: only match protected note title 2021-02-22 12:01:29 +01:00
Baptiste Grob
ed7f093e02 feat: make "Protected" flag more subtle 2021-02-22 11:40:43 +01:00
Baptiste Grob
c084268f51 feat: display warning banner when using the app with no account 2021-02-02 15:40:20 +01:00
Baptiste Grob
a0909399f8 fix: lint errors 2021-01-22 11:52:24 +01:00
Baptiste Grob
9343b928de fix: restore note display options 2020-12-31 15:18:32 +01:00
Baptiste Grob
57901b6844 fix: handle legacy "client_updated_at" 2020-12-10 16:01:50 +01:00
Baptiste Grob
aca5ad0dfa feat: SNJS preferences 2020-12-10 14:58:00 +01:00
Baptiste Grob
3a16140699 chore(deps): upgrade snjs & sncrypto-web to npm package versions 2020-11-19 13:37:49 +01:00
Baptiste Grob
5cd7aa908b fix: do not display single note tags when viewing said tag 2020-10-26 15:50:44 +01:00
Baptiste Grob
54ed0bdabb fix: restore showing tags in the notes view 2020-10-23 11:17:17 +02:00
Mo Bitar
507223c5b7 fix: associate note with selected tag when saving with editor 2020-10-08 11:44:08 -05:00
Mo Bitar
02ccc2d8a6 feat: create placeholder only in All view 2020-10-08 10:03:36 -05:00
Mo Bitar
48a9038167 fix: note tags component not reloading on note change 2020-10-06 16:24:32 -05:00
Baptiste Grob
40df75dff9 fix: show trashed notes that are also archived 2020-10-06 10:53:07 +02:00
Baptiste Grob
4ae680e936 fix: always show archived notes when active tag is archive tag 2020-09-28 10:52:28 +02:00
Mo Bitar
b3e5ca340d feat: improve strings, challenges, and template readiness 2020-09-23 22:34:18 -05:00
Baptiste Grob
5c986338a8 fix: wait for CompletedFullSync before showing "No Notes." 2020-09-23 13:46:18 +02:00
Baptiste Grob
2ba43a01ed fix: prevent undefined access 2020-09-17 14:28:52 +02:00
Mo Bitar
2b6abeebfc feat: snjs app groups (#468)
* feat: snjs app groups

* fix: update snjs version to point to wip commit

* wip: account switcher

* feat: rename lock manager to auto lock service

* fix: more relevant sign out copy

* chore(deps): update snjs

* fix: use setTimeout instead of setImmediate

* feat: make account switcher expiremental feature

* chore(deps): upgrade snjs
2020-09-15 10:55:32 -05:00
Baptiste Grob
90d1814d68 fix: do not switch notes while in the trash view 2020-09-11 13:13:44 +02:00
Baptiste Grob
f7e9b0ec0c fix: exception when locking app 2020-09-10 17:28:24 +02:00
Baptiste Grob
cef1934a81 fix: remove unused values 2020-09-10 17:28:24 +02:00
Baptiste Grob
9a9d2c4085 fix: smart tags 2020-09-10 17:28:24 +02:00
Baptiste Grob
80ce5800a8 fix: don't show empty notes view when the database is loading 2020-08-24 17:31:44 +02:00
Baptiste Grob
f43087bff4 fix: improve empty notes list style 2020-08-21 10:49:49 +02:00
Baptiste Grob
572e2ce371 feat: add empty notes list view 2020-08-20 12:33:12 +02:00
Baptiste Grob
aeafe8c7c1 fix: always show placeholder note in empty "all notes" list on start 2020-08-18 18:15:02 +02:00
Baptiste Grob
2609cb07b7 fix: do not show placeholder notes in smart tags 2020-08-18 18:06:23 +02:00
Baptiste Grob
5bd35a5797 fix: correctly select displayable note 2020-08-18 17:32:50 +02:00
Baptiste Grob
2b6ea792ae style: trim trailing whitespace 2020-08-17 12:20:44 +02:00
Baptiste Grob
257d713d39 fix: show placeholder note in notes list 2020-08-14 17:18:41 +02:00
Baptiste Grob
11ed5bc0b5 style: trim whitespace 2020-08-14 16:38:58 +02:00
Baptiste Grob
db914ee4bf fix: remove app observer on controller deinit 2020-06-27 13:27:26 +02:00
Radek Czemerys
0928e3944c fix: typo in function name 2020-06-15 12:23:33 +02:00
Mo Bitar
78e4ae0a16 fix: use snjs proper types location 2020-04-30 11:23:02 -05:00