diff options
Diffstat (limited to 'web/templates/partials/shopping-tab.html')
| -rw-r--r-- | web/templates/partials/shopping-tab.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/templates/partials/shopping-tab.html b/web/templates/partials/shopping-tab.html index 345549b..e3742d9 100644 --- a/web/templates/partials/shopping-tab.html +++ b/web/templates/partials/shopping-tab.html @@ -1,5 +1,9 @@ {{define "shopping-tab"}} -<div class="space-y-6 text-shadow-sm" id="shopping-tab-container"> +<div class="space-y-6 text-shadow-sm" id="shopping-tab-container" + hx-get="/tabs/shopping" + hx-trigger="refresh-tasks from:body" + hx-target="#tab-content" + hx-swap="innerHTML"> <!-- Header with View Toggle --> <div class="flex items-center justify-between"> |
