* feat(api/hashtag): add any, all, and none parameter
* feat(timeline/hashtag): load with any, all and none parameter
* feat(timeline/hashtag): save any, all and none in timeline definition
* feat: set hastag parameter in UI
* feat: move strings to string res
* feat: show hint for tags
* refactor: use method for setting up tags text
* improve edit dialog, allow creating hashtag timelines
* add chips for hashtags
* add option for displaying only local posts in hashtag
* improve layout and wording
---------
Co-authored-by: sk <sk22@mailbox.org>
* Only open account if domain matches
Akkoma will seemingly show results that don't match well. This checks if the domain matches before continuing
* Add "RE:" for quotes where it's missing
* Fix no hashtag history in search
* Skip not implemented discovery and select search on Pleroma
* Set proper max account fields for Pleroma
* Use Pleroma's non-standard poll limits
* Mark notifications as read properly on Pleroma
* Akkoma bubble timeline
* Respect Reply Visibility preference on all timelines
* vertically center if hashtag has no history
* only open account search result if uri equals
* add getInstance and isPleroma methods
* change timelines api, support compatibility checks
---------
Co-authored-by: sk <sk22@mailbox.org>
* Akkoma content types
* Default content type preference
* per-account content types, compatible with glitch
* disable content types by default, change icon
* persist content type to state
* update string
* fall back to plain text if formatting enabled
---------
Co-authored-by: sk <sk22@mailbox.org>