chore: remove unused template files

- delete dropdown.gohtml (unused — codebase uses <ui-dropdown> directly)
- delete footer.gohtml (never referenced)
- update components/README.md to reflect actual files
This commit is contained in:
2026-06-09 19:09:10 +02:00
parent 49512a6708
commit bd89715ea0
3 changed files with 9 additions and 48 deletions

View File

@@ -4,17 +4,15 @@ Reusable Go template components.
## Available Templates
| Component | File | Purpose |
| ----------------- | -------------------------- | -------------------------------------------- |
| Anime Card | `anime_card.gohtml` | Poster card with hover reveal |
| Continue Watching | `continue_watching.gohtml` | Continue watching row |
| Dropdown | `dropdown.gohtml` | Dropdown wrapper (also uses `<ui-dropdown>`) |
| Filter Bar | `filter_bar.gohtml` | Search + filters for browse |
| Header | `header.gohtml` | Sticky header with nav |
| Navigation | `navigation.gohtml` | Sidebar navigation |
| Video Player | `video_player.gohtml` | Episode video container |
| Watchlist Actions | `watchlist_actions.gohtml` | Add/remove watchlist button |
| Watch Order | `watch_order.gohtml` | Watch order queue |
| Component | File | Purpose |
| ----------------- | -------------------------- | ----------------------------- |
| Anime Card | `anime_card.gohtml` | Poster card with hover reveal |
| Continue Watching | `continue_watching.gohtml` | Continue watching row |
| Filter Bar | `filter_bar.gohtml` | Search + filters for browse |
| Navigation | `navigation.gohtml` | Sidebar navigation |
| Video Player | `video_player.gohtml` | Episode video container |
| Watchlist Actions | `watchlist_actions.gohtml` | Add/remove watchlist button |
| Watch Order | `watch_order.gohtml` | Watch order queue |
## Usage