diff --git a/templates/components/README.md b/templates/components/README.md index e945635..e62570a 100644 --- a/templates/components/README.md +++ b/templates/components/README.md @@ -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 ``) | -| 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 diff --git a/templates/components/dropdown.gohtml b/templates/components/dropdown.gohtml deleted file mode 100644 index 3b1420f..0000000 --- a/templates/components/dropdown.gohtml +++ /dev/null @@ -1,21 +0,0 @@ -{{define "dropdown"}} - -
- {{template "dropdown_trigger" .}} -
- - -
-{{end}} - -{{define "dropdown_trigger"}} - {{with .Trigger}}{{.}}{{end}} -{{end}} - -{{define "dropdown_children"}} - {{with .Children}}{{.}}{{end}} -{{end}} diff --git a/templates/components/footer.gohtml b/templates/components/footer.gohtml deleted file mode 100644 index df789fc..0000000 --- a/templates/components/footer.gohtml +++ /dev/null @@ -1,16 +0,0 @@ -{{define "footer"}} - -{{end}}