Commit Graph

50 Commits

Author SHA1 Message Date
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
24c5dba4e9 fix: keep search options visible while authorizing 2021-03-10 16:47:44 +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
ed7f093e02 feat: make "Protected" flag more subtle 2021-02-22 11:40:43 +01:00
Baptiste Grob
a0909399f8 fix: lint errors 2021-01-22 11:52:24 +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
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
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
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
Mo Bitar
dee164f4a2 fix: editor status after changing note 2020-04-24 12:55:23 -05:00
Mo Bitar
fa831f775b fix: timing of editor component view unloading 2020-04-23 20:20:56 -05:00
Mo Bitar
35434f8af3 fix: select first note on sign in 2020-04-21 12:30:43 -05:00
Mo Bitar
f9733f8dac fix: deregister stream observers on editor deinit 2020-04-21 12:17:01 -05:00
Mo Bitar
84de39375c Use SNJS's built-in display sorting and filtering 2020-04-18 21:54:07 -05:00
Mo Bitar
851269200b Fixes 2020-04-17 16:41:51 -05:00
Mo Bitar
8050c9cccd Remove notes tags display 2020-04-17 13:57:43 -05:00
Mo Bitar
0c6b5cbeb7 mv services/state > ui_models/app_state 2020-04-17 13:31:47 -05:00
Mo Bitar
2083ce763f Fixes smart tags, toggling archive, and toggling trashed 2020-04-17 09:28:58 -05:00
Mo Bitar
4451832c9e Fixes user prefs sync race condition 2020-04-16 10:17:19 -05:00
Mo Bitar
a2303aa7af Fixes 2020-04-14 19:59:31 -05:00
Mo Bitar
d91b7bc449 Tags fixes 2020-04-14 18:16:46 -05:00
Mo Bitar
9cf99896a5 Remove dummy concept in favor of editor group and editors 2020-04-14 15:03:22 -05:00