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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user