mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 15:09:44 +00:00
925 B
925 B
UI Enhancements
1. Home View Header Shortcuts
Add navigation buttons next to specific shelf headlines on the Home view that link to the full library pages with appropriate sorting.
Shelves and Targets
| Shelf ID | Headline | Target Page | Sort Criteria |
|---|---|---|---|
recently-added |
Recently Added | /library/:id/bookshelf |
addedAt Descending |
recent-series |
Recent Series | /library/:id/bookshelf/series |
addedAt Descending |
newest-authors |
Newest Authors | /library/:id/bookshelf/authors |
addedAt Descending |
Implementation Details
- Component:
client/components/app/BookShelfRow.vue - Trigger: New button next to the
h2title in thecategoryPlacard. - Action:
- Update Vuex store settings for the specific sort (e.g.,
orderByfor library,seriesSortByfor series,authorSortByfor authors). - Navigate to the target page.
- Update Vuex store settings for the specific sort (e.g.,