* 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
* 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>
* fix: allow users to disable any active cloud integration even if they are not entitled to cloud backups
* chore: better variable naming
* refactor: move css constant away from the global constants file
* refactor: avoid importing a constant css class from non-shared file