Commit Graph

1885 Commits

Author SHA1 Message Date
Mo
e83b183f78 feat: remove privacy prefs from unfinished features 2022-03-24 14:07:14 -05:00
Aman Harwara
9c74364757 fix: error on aborting file selection (#951)
* chore: update dependencies

* fix: error on abort file selection

* feat: explicitly check if selectedFiles length is 0
2022-03-24 11:55:48 -05:00
Aman Harwara
1bdda366d0 fix: popover closing when renaming file (#950) 2022-03-24 22:07:18 +05:30
Mo
67e0bf0ccf feat: demo token 2022-03-24 08:57:57 -05:00
Aman Harwara
97f14e2a95 feat: show alert if file exceeds classic reader limit (#948) 2022-03-24 01:17:56 +05:30
Aman Harwara
12e3bb0959 feat: add file preview modal (#945) 2022-03-24 00:13:44 +05:30
Aman Harwara
8715a8b8f4 feat: initially focus "create account" if no account (#944) 2022-03-23 10:43:41 -05:00
Mo
0729aa6926 fix: destroy editor component on show protected overlay 2022-03-23 10:28:39 -05:00
Mo
8cd76c1b1f chore: upgrade deps 2022-03-22 12:37:21 -05:00
Aman Harwara
a764987b20 feat: add account switcher menu (#941) 2022-03-22 21:59:06 +05:30
Mo
57469d6b2d feat: vaults (#927)
* feat: vaults
2022-03-21 14:38:05 -05:00
Mo
9f032f13c2 chore: upgrade deps 2022-03-21 14:31:42 -05:00
Mo
5d2469fa7d chore: fix imports 2022-03-21 12:17:07 -05:00
Mo
e1da2be835 fix: import 2022-03-21 12:15:56 -05:00
Mo
cd243f39c6 chore: upgrade deps 2022-03-21 12:13:10 -05:00
Aman Harwara
bd9a6e2ae5 feat: option to toggle adding note to all parent folders (#937) 2022-03-20 00:59:27 +05:30
Aman Harwara
8265d94c86 fix: tag search causing regex exception (#938) 2022-03-19 16:40:55 +05:30
Aman Harwara
105c0cdce9 feat: add delete option to file menu (#936) 2022-03-18 20:08:27 +05:30
Mo
fb9bd37d72 feat: privacy prefs (#935)
* chore: move all components into Components dir with pascal case

* feat: privacy prefs

* chore: upgrade deps
2022-03-17 12:19:07 -05:00
Mo
c29e45795d chore: move all components into Components dir with pascal case (#934) 2022-03-17 11:38:45 -05:00
Mo
28c08a178f chore: upgrade deps 2022-03-16 15:53:47 -05:00
Mo
91163f7925 chore: remove lodash and unused deps (#932) 2022-03-15 14:19:31 -05:00
Mo
bcfb22fef6 feat: remove bugsnag (#931) 2022-03-15 13:53:29 -05:00
Aman Harwara
66c9b26962 feat: use new zip.js module for backup (#929) 2022-03-15 18:56:04 +05:30
Aman Harwara
8caf343176 fix: files popover illustration size (#928) 2022-03-15 18:26:29 +05:30
Aman Harwara
a2a4b6b180 feat: export as zip if multiple notes are selected (#926) 2022-03-15 15:38:22 +05:30
Aman Harwara
6f41577ec9 fix: make search case-insensitive (#925) 2022-03-14 21:47:42 +05:30
Aman Harwara
89c4b9a9f8 fix: file popover not closing when click inside editor (#924) 2022-03-14 17:30:15 +05:30
Aman Harwara
7e67061097 fix: file drag-n-drop issue (#923) 2022-03-14 17:16:25 +05:30
Aman Harwara
a1c7ad7d7e fix: file mimeType related issues (#922) 2022-03-14 01:19:55 +05:30
Mo
0b17b32b0c chore: upgrade deps and remove unused file 2022-03-12 16:43:07 -06:00
Aman Harwara
5b42eedd97 feat: listen to file dnd event on window instead of just popover (#921) 2022-03-12 19:30:51 +05:30
Aman Harwara
fc2a350cca fix: make file renaming consistent with tag & note renaming (#920) 2022-03-12 19:27:07 +05:30
Aman Harwara
772079338f feat: disable autocomplete for search input (#919) 2022-03-12 13:35:59 +05:30
Mo
f2e2ca6451 fix: markdown visual 1.0.2 2022-03-10 11:15:04 -06:00
Mo
7e0e620ab8 fix: move Labs behind unfinished features flag 2022-03-10 10:03:43 -06:00
Mo
ceedaade82 Revert "feat: wrap search option bubbles if not enough space (#918)"
This reverts commit be6a9fdb34.
2022-03-10 09:52:39 -06:00
Mo
8db127b798 fix: allow experimental editors if component is installed regardless of feature state 2022-03-10 09:45:46 -06:00
Aman Harwara
be6a9fdb34 feat: wrap search option bubbles if not enough space (#918) 2022-03-10 20:57:59 +05:30
Aman Harwara
b31afee108 feat: add files popover in note toolbar (#913) 2022-03-10 13:51:28 +05:30
Johnny A
87631dcb0d fix: experimental features not reloading after toggling (#917)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-03-09 16:18:39 -04:00
Myreli
5d49352f93 feat: redesign search filtering experience (#908)
* feat(search): redesign search filters as bubbles like mobile

* fix(search): decouble Bubble component styling

- animate the bubles on search
- decouple the Bubbles styling using utility classes
- improve styling of the new search options

* fix(Bubble): remove duplicated utility classes

* fix(bubble): use color neutral utility

* fix(bubble): increase gaps and justify center

* fix(Bubble): increase height and decrease gap

* fix(search): improve usability on search options

- increase animation timing to match mobile
- properly center cancel button
- only show cancel on text input
- prevent search options from disappearing when clicking with no text

* fix(search-options): improve spacing and auto size

* fix(search-options): improve animation and  decrease gap
2022-03-08 10:50:21 -06:00
Aman Harwara
ab6e5ac367 feat: add Labs pane to preferences (#892)
* feat: add Labs pane to preferences

* feat: use lab_features value for account switcher

* feat: labs pane with experimental features

* fix: use toggleExperimentalFeature from features service

* fix: show premium modal if not entitled for experimental feature

* fix: add isExperimental && isExperimentalEnabled to EditorMenuItem type

* fix: hide experimental editor if not enabled

* chore(deps): update features and snjs

* fix: remove comment

* fix: remove filtering from reloadExperimentalFeatures

* fix: revert Footer.tsx

* chore(deps): bump @standardnotes packages

* fix: change experimental features layout

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
Co-authored-by: Mo <mo@standardnotes.com>
2022-03-08 12:39:37 -04:00
Mo
6d64889aad chore: upgrade deps 2022-03-08 09:07:57 -06:00
Mo
ae5b182ac1 feat: snjs with auto integrity resolution (#912) 2022-03-07 10:34:23 -06:00
Mo
d3ef05d2d6 fix: remove max height on note options menu 2022-03-05 09:41:29 -06:00
Aman Harwara
08fb913b0e feat: close submenu if another submenu is opened (#911) 2022-03-05 20:20:11 +05:30
Aman Harwara
263640d476 fix: toolbar change editor menu not updating (#909)
* fix: toolbar change editor menu not updating

* refactor: rename isOpen prop to isVisible

* style: use better variable naming scheme
2022-03-05 08:19:26 -06:00
Aman Harwara
a17b7e7f46 fix: notes list options menu size regression (#910)
* feat: add new utility class

* fix: notes list options menu sizing

* fix: remove unnecessary class

* feat: remove unnecessary class
2022-03-05 08:18:48 -06:00
Aman Harwara
c150cd6867 feat: close change editor menu once editor is selected (#907) 2022-03-04 18:14:25 +05:30