mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-22 07:06:57 -04:00
* feat: add chip component
* feat: pass search options from state to snjs search
* feat: add keys to chip items
* feat: enable/disable protections chip depending on protections status
* feat: make selecting protected chip a protected action
* feat: change wording
* feat: add horizontal scrolling
* feat: add view protected note screen
* feat: remove protect note alert
* feat: show protected content when chip is selected
* fix: hide horizontal scrollbar
* fix: fix view protected screen wording
* Revert "feat: show protected content when chip is selected"
This reverts commit 367a7e7a14.
* fix: add search filter to query condition
* fix: apply filters only when searching
* fix: change wording for one search result
* fix: automatically re-focus input after enabling protected search
* fix: improve is focusing search
* feat: improve view protected note screen
* fix: use onCancel to hide chips on Android
* fix: use useFocusEffect instead of focus listener
* fix: add margin to chips for Android
* feat: add space between icon and placeholder on Android
* fix: fix Android search bar focus
* fix: fix wording for 0 search results
* feat: better wording for view protected note text
* feat: add search options container animation
* feat: add chips animation
* chore: update search box
* feat: make search options animation faster
* fix: always show all chips except when on archived or trash tag
* fix: add bg color to search container
* feat: make chips animation faster
* fix: only toggle chip when selected has changed
* fix: remove elevation for search bar container
* chore: upgrade search box
* feat: use native driver for chip animation
* feat: add opacity animation to search options
* feat: adjust animations duration
* feat: make chip animation faster