Turn "Feed" button to a dropdown if multiple feeds are avaiable (fixes #72)

This commit is contained in:
daudix
2024-09-14 04:02:11 +03:00
parent a1946ae0b2
commit 7df26217f8
3 changed files with 25 additions and 2 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add active state to footer's "Powered by" links.
- Add active state to footnotes' go back button.
- Add active state to slider thumb.
- Add Bahasa Melayu translation (#78).
- Add fading on top/bottom of the search results container.
- Add loading animation to "Load Comments" button.
- Add margin between comment author name and timestamp.
@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add zoom-on-hover to custom comment emojis.
- Return the scrollbar styling.
- Style mentions and hashtags in comments.
- Turn "Feed" button to a dropdown if multiple feeds are avaiable (#72).
### Changed