feat: show shopping list items in cards
This commit is contained in:
parent
f596a923d9
commit
6c704828ce
14 changed files with 396 additions and 85 deletions
|
|
@ -72,14 +72,12 @@ templ SpaceOverviewPage(space *model.Space, lists []*model.ShoppingList, tags []
|
|||
}
|
||||
}
|
||||
</ul>
|
||||
if len(lists) > 5 {
|
||||
<a
|
||||
href={ templ.URL("/app/spaces/" + space.ID + "/lists") }
|
||||
class="block text-sm text-muted-foreground hover:text-foreground transition-colors mt-2 px-3"
|
||||
>
|
||||
View all shopping lists
|
||||
</a>
|
||||
}
|
||||
<a
|
||||
href={ templ.URL("/app/spaces/" + space.ID + "/lists") }
|
||||
class="block text-sm text-muted-foreground hover:text-foreground transition-colors mt-2 px-3"
|
||||
>
|
||||
View all shopping lists
|
||||
</a>
|
||||
} else {
|
||||
<p class="text-sm text-muted-foreground">No shopping lists yet.</p>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue