Antonella Sgarlatta
f84d789b16
Merge branch 'develop' into feature/account-menu-react
2021-07-12 12:26:51 -03:00
Gorjan Petrovski
a9870214ea
feat: implement preferences pane
2021-07-05 16:57:37 +02:00
VardanHakobyan
1e7dbb9b14
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-06-09 11:06:42 +04:00
Antonella Sgarlatta
c44c7348e9
Merge branch 'develop' into feature/autocomplete-tags
2021-06-07 14:36:29 -03:00
VardanHakobyan
7f11e25e63
refactor: migrate account-menu to react - implement functionality
...
- remove all Angular code related to `account-menu`
- rename React component to AccountMenu so that many parts of old code remain unchanged
- code cleanup
2021-06-07 20:30:49 +04:00
VardanHakobyan
3d454dc175
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-06-07 17:43:07 +04:00
Karol Sójko
8dde06b93b
feat: add alternative server for purposes of switching to API v1 ( #571 )
...
* feat: add alternative server for purposes of switching to API v1
* fix: naming of next version sync server host variable
2021-06-07 15:19:26 +02:00
Antonella Sgarlatta
684a3fb0bf
feat: add delete tag button and refactor NoteTag to separate component
2021-06-01 20:55:54 -03:00
VardanHakobyan
09f62b68ae
refactor: migrate account-menu to react - implement functionality
...
- implement different handlers, such as set/change/remove passcode, etc.
- setup correct initial values
- rename React component
2021-05-31 22:15:49 +04:00
VardanHakobyan
844b43e2fb
refactor: migrate account-menu to react - initial UI
2021-05-26 22:30:32 +04:00
Antonella Sgarlatta
90250d22a3
feat: modify current tags to v4 style
2021-05-20 17:09:11 -03:00
Antonella Sgarlatta
15db4767f5
feat: use pencil off icon for note bar
2021-05-03 16:42:07 -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
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
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
5cd3a7cb09
fix: restore permissions modal
2021-03-26 12:24:36 +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
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
c084268f51
feat: display warning banner when using the app with no account
2021-02-02 15:40:20 +01:00
Baptiste Grob
42a7cb418c
refactor: remove privileges in favor of SNJS protections
2021-01-18 13:40:10 +01:00
Baptiste Grob
3fa8cc103b
fix: reload document once if tab is hidden in firefox
2021-01-12 18:17:34 +01:00
Baptiste Grob
2c0f215409
feat: (wip) sessions management
2020-12-16 17:27:26 +01:00
Baptiste Grob
b0ccecbd96
fix: show the beta warning on web
2020-11-20 12:14:39 +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
016b73028d
feat: improve bridge and exported types
2020-11-10 16:09:02 +01:00
Baptiste Grob
b2c7afb482
fix: notify beta period end
2020-11-09 12:43:31 +01:00
Baptiste Grob
a6991b140f
fix: wait for angular document ready
2020-11-03 19:32:29 +01:00
Baptiste Grob
63233fcd52
fix: convert bugsnag to static import
2020-11-03 19:12:15 +01:00
Baptiste Grob
6cd4b8707a
feat: add error reporting
2020-11-03 18:55:25 +01:00
Baptiste Grob
0e9cdba215
feat: (wip) add error reporting
2020-11-03 16:52:13 +01:00
Baptiste Grob
b6dace049c
fix: dev helpers
2020-09-17 15:16:44 +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
57aa942c91
feat: reduce number of steps needed to get going for local development ( #454 )
...
* feat: reduce number of steps to get going for local development
* fix: set default sync server in SNJS
* chore: keep --force in submodules command
2020-09-02 17:37:50 +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
7bad225691
Merge branch '004-server-history-support' into develop
2020-08-14 17:55:25 +02:00
Baptiste Grob
78031eed24
feature: add platform layer
2020-08-12 21:21:38 +02:00
Johnny Almonte
50f45547a4
wip: server history support
2020-07-13 03:18:49 -04:00
Baptiste Grob
d2af65c337
feat: add dev-only utilities
2020-06-01 18:08:39 +02:00
Mo Bitar
6be8fa93f8
fix: select on focus, wait for value
2020-04-21 14:05:11 -05:00
Mo Bitar
851269200b
Fixes
2020-04-17 16:41:51 -05:00
Mo Bitar
9cf99896a5
Remove dummy concept in favor of editor group and editors
2020-04-14 15:03:22 -05:00
Mo Bitar
b7b01ecd70
More directive TS
2020-04-12 18:26:51 -05:00
Mo Bitar
16bde8d1d4
More TypeScript
2020-04-10 09:21:45 -05:00