* feat: toggleable extensions
* fix: return all themes for quick settings
* chore: bump snjs deps
* feat: Use Switch component for toggle in Quick Settings Menu
* feat: Add toggleableComponents to footer_view
* refactor: Change "components" to "toggleableComponents"
* feat: Add checked state to component toggle in quick settings menu
* feat: Add Listed pane in preferences
* feat: Add list of blogs in Listed preferences
feat: Allow custom classnames in LinkButton
feat: Add mt-0 class
* fix: Don't show non-Listed Action Extensions
* fix: Use streamItems()
* fix: Re-render UI when item is deleted
* feat: Remove hardcoded margin-top for LinkButton
* fix: Fix ESLint exhaustive-deps error
* fix: Use useCallback hook
feat: Disconnect shows state "Disconnecting..." when deleting item
* fix: Remove unused imports
* fix: Simplify disconnect function
fix: Use key in the correct place
* feat: Add confirmation dialog when deleting a blog
feat: Show Blog/Blogs in the title depending on the
number of items
* style: Revert file to original formatting
* refactor: Use preact instead of react
refactor: Use FunctionalComponent type
* feat: Show alert when disconnecting errors out
fix: Set state to false even if errors
refactor: Use ternary operator for Getting
Started section
* feat: Load Listed blog actions asynchronously
* feat: Only fetch actions if not already available
* refactor: Use async/await for disconnecting
Co-authored-by: Mo Bitar <mo@standardnotes.org>
* feat(preferences): not logged in segment
* Update app/assets/javascripts/preferences/panes/account/Authentication.tsx
Co-authored-by: Mo Bitar <mo@standardnotes.org>
* Update app/assets/javascripts/preferences/panes/account/Authentication.tsx
Co-authored-by: Mo Bitar <mo@standardnotes.org>
Co-authored-by: Mo Bitar <mo@standardnotes.org>