Commit Graph

1446 Commits

Author SHA1 Message Date
Baptiste Grob
730c81646a chore(deps): update package-lock.json 2020-08-26 17:33:14 +02:00
Baptiste Grob
5b72f4e88f feat: prevent refreshing when setting passcode 2020-08-26 17:32:08 +02:00
Johnny A
c4506a5407 fix: incremental loading for actions (#449)
* fix: incremental loading for actions

* fix: simplify loadingExtensions initialization

* fix: loading spinner per extension

* refactor: minor changes

* fix: loading and hidden state should not be persisted

* chore(deps): update snjs

* fix: keep === comparison operator

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2020-08-26 09:35:54 -04:00
Baptiste Grob
a63bfd8c0a fix: correctly set/change passcode 2020-08-26 14:51:32 +02:00
Baptiste Grob
696f34b788 fix: use register/deregister for editors instead of activate/deactivate 2020-08-25 17:57:35 +02:00
Radek Czemerys
b1cde8308f fix: unsubscribe streamItems on deinit (#453) 2020-08-25 17:36:01 +02:00
Baptiste Grob
da78399567 style: rename platform to bridge (#452)
* style: rename platform to bridge

* chore: tsc
2020-08-25 16:56:32 +02:00
Baptiste Grob
b2511455dd chore(deps): update snjs 2020-08-25 16:47:21 +02:00
Baptiste Grob
ee8b8fec4d fix: Show SmartTag status in sidebar 2020-08-24 17:31:44 +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
Johnny A
d96b058133 fix: proper names for actions and history menus (#450)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2020-08-21 22:57:23 -04:00
Baptiste Grob
3679fc0eca fix: stream SmartTags 2020-08-21 12:54:59 +02:00
Baptiste Grob
d09a75d4f7 chore(deps): update snjs 2020-08-21 12:01:34 +02:00
Baptiste Grob
f43087bff4 fix: improve empty notes list style 2020-08-21 10:49:49 +02:00
Baptiste Grob
65468a1a72 fix: prevent infinite loop while switching between notes with editors 2020-08-20 13:11:11 +02:00
Baptiste Grob
572e2ce371 feat: add empty notes list view 2020-08-20 12:33:12 +02:00
Baptiste Grob
518063829f fix: close history menu when other menu item is clicked 2020-08-20 12:09:03 +02:00
Baptiste Grob
7521847444 fix: correctly switch between editors 2020-08-20 12:03:10 +02:00
Johnny A
4b173bdf64 fix: actions not loading (#448)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2020-08-19 13:53:57 -04:00
Baptiste Grob
9f255cb74f chore(deps): update snjs 2020-08-19 16:34:14 +02:00
Baptiste Grob
5acaa062f0 refactor: remove unused parameter 2020-08-19 12:32:04 +02:00
Baptiste Grob
ee837ea077 fix: correctly switch between editors 2020-08-19 12:31:42 +02:00
Baptiste Grob
e201d438c1 fix: consistent alignment for inputs in modals 2020-08-19 11:24:33 +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
5c7bc32306 style: remake updateUI into flushUI 2020-08-18 18:14:24 +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
fd26bde812 chore(deps): update snjs 2020-08-18 16:31:39 +02:00
Baptiste Grob
6a63cccec2 fix: remove erroneous merge artifact 2020-08-18 14:05:46 +02:00
Baptiste Grob
57643eeded fix: use SNApplication.toggleComponent 2020-08-17 17:26:10 +02:00
Baptiste Grob
d93d057864 chore(deps): update snjs 2020-08-17 17:25:39 +02:00
Baptiste Grob
7b070b789e fix: point to correct JS/CSS files in webpack-dev-server 2020-08-17 16:23:33 +02:00
Baptiste Grob
2b6ea792ae style: trim trailing whitespace 2020-08-17 12:20:44 +02:00
Baptiste Grob
12d77afd91 fix: consistent challenge/privileges modal centering 2020-08-17 12:20:29 +02:00
Baptiste Grob
7ca8d87324 chore: update dependencies 2020-08-17 11:42:29 +02:00
Baptiste Grob
57f2b924bf chore: tsc 2020-08-14 18:14:31 +02:00
Baptiste Grob
6d41ff6849 chore(deps): upgrade snjs 2020-08-14 18:14:19 +02:00
Baptiste Grob
d1bfb49ead fix(CI): Use better typescript job name 2020-08-14 18:07:50 +02:00
Baptiste Grob
bc253c466d chore(CI): add Typescript check 2020-08-14 18:01:15 +02:00
Baptiste Grob
7bad225691 Merge branch '004-server-history-support' into develop 2020-08-14 17:55:25 +02:00
Baptiste Grob
257d713d39 fix: show placeholder note in notes list 2020-08-14 17:18:41 +02:00
Johnny Almonte
39f3fb930e fix: not necessary to check for undefined 2020-08-14 11:16:13 -04:00
Johnny Almonte
07bbd0e6b2 fix: rename session related functions 2020-08-14 11:12:41 -04:00
Baptiste Grob
11ed5bc0b5 style: trim whitespace 2020-08-14 16:38:58 +02:00
Baptiste Grob
4e86a2e1cb fix: do not recreate template note unnecessarily 2020-08-14 16:38:40 +02:00
Baptiste Grob
27ec6f9b99 fix: always create a template note 2020-08-14 15:23:53 +02:00
Baptiste Grob
8bd2f0e499 chore(deps): upgrade snjs 2020-08-14 14:55:13 +02:00
Johnny Almonte
ee49d80ceb fix: use confirmDialog 2020-08-13 13:10:52 -04:00
Johnny Almonte
ef651298e3 wip: server history support 2020-08-13 12:47:14 -04:00
Baptiste Grob
8938bf7d3b chore(deps): upgrade node-sass 2020-08-13 15:14:07 +02:00