diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-26 17:00:30 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-26 17:00:30 -1000 |
| commit | bbf12fc441ca36c423e865107d34df178e3d26de (patch) | |
| tree | 44525ff1c846c1b4099f4c08c6ce88f6028ea5d2 /web/templates/index.html | |
| parent | fd2524eacd51f523998734f869b3343441e55b93 (diff) | |
Fix multiple UI issues and shopping completion bug
- #54: Fix shopping item completion - now works for all sources
(trello, plantoeat, user) with state stored in local DB
- #48: Hide 12:00am times in timeline (all-day items)
- #49: Remove "Task" type label from timeline items for cleaner UI
- #51: Combine multiple PlanToEat meals for same date+mealType
- #52: Change Conditions tab to standard link to standalone page
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index 1dc433b..6bc513c 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -64,14 +64,9 @@ onclick="setActiveTab(this)"> 🛒 Shopping </button> - <button - class="tab-button {{if eq .ActiveTab "conditions"}}tab-button-active{{end}}" - hx-get="/tabs/conditions" - hx-target="#tab-content" - hx-push-url="?tab=conditions" - onclick="setActiveTab(this)"> + <a href="/conditions" class="tab-button"> 🌋 Conditions - </button> + </a> <!-- Details Dropdown --> <div class="relative" id="details-dropdown"> |
