diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-08-24 06:20:52 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-08-24 06:20:52 +0000 |
| commit | 5c659d9046add8c77bd7699961a910505dcb4bc2 (patch) | |
| tree | 8bde9a62d98d2a21f030d4c6cbd3ceecb9a7adf8 /web/templates/partials/error-banner.html | |
| parent | c46c135f52090a082660cb06131282796f5cd592 (diff) | |
From the sitemap audit: /tabs/meals (same dead-tab pattern as the
removed /tabs/conditions, only reachable via ?tab=meals with no nav
button), /partials/lists (superseded by inline .Lists rendering in
trello-board.html), /shopping/toggle and /shopping/mode/{store}/toggle
(superseded by the one-way complete/filter model), plus the orphaned
trello-boards.html and error-banner.html templates that nothing
rendered or included. Rewrote the meals grouping test to exercise
groupMeals() directly since that logic is still live via the timeline.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017GMEkHeqKz6FLkmizowBTK
Diffstat (limited to 'web/templates/partials/error-banner.html')
| -rw-r--r-- | web/templates/partials/error-banner.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/templates/partials/error-banner.html b/web/templates/partials/error-banner.html deleted file mode 100644 index 628424f..0000000 --- a/web/templates/partials/error-banner.html +++ /dev/null @@ -1,12 +0,0 @@ -{{define "error-banner"}} -{{if .Errors}} -<div class="bg-red-900/50 border border-red-500/30 text-red-300 px-4 py-3 rounded-lg mb-6"> - <p class="font-medium">Errors:</p> - <ul class="list-disc list-inside"> - {{range .Errors}} - <li>{{.}}</li> - {{end}} - </ul> -</div> -{{end}} -{{end}} |
