diff options
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index 2d35b37..b544ec3 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -31,7 +31,15 @@ hx-target="#tab-content" hx-push-url="false" onclick="setActiveTab(this)"> - 📋 Tasks & Planning + ✓ Tasks + </button> + <button + class="tab-button" + hx-get="/tabs/planning" + hx-target="#tab-content" + hx-push-url="false" + onclick="setActiveTab(this)"> + 📋 Planning </button> <button class="tab-button" @@ -41,6 +49,14 @@ onclick="setActiveTab(this)"> 📝 Notes </button> + <button + class="tab-button" + hx-get="/tabs/meals" + hx-target="#tab-content" + hx-push-url="false" + onclick="setActiveTab(this)"> + 🍽️ Meals + </button> </nav> </div> |
