style: format remaining files

This commit is contained in:
2026-05-10 19:25:51 +02:00
parent 3703bbfcfe
commit b152e246ff
6 changed files with 43 additions and 44 deletions

View File

@@ -2,17 +2,17 @@
## 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 |
| 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 |
## Usage
@@ -27,6 +27,7 @@ All components are exposed as Go templates. Import by name:
## Props Convention
Components accept a `dict` with named keys:
- `dict "Key" .Value "Key2" .Value2`
This keeps prop names explicit and self-documenting.
This keeps prop names explicit and self-documenting.