feat(dashboard): add shopping list widget
Show shopping lists with open items directly on the dashboard. Each list displays a progress bar, the first few unchecked items, and a "+N more" overflow indicator. Widget only appears when there are lists with open items. Backend: new shoppingLists query in /api/v1/dashboard (up to 3 lists, 6 open items each). Frontend: renderShoppingLists() widget following existing widget pattern. CSS: compact list/progress/item styles. i18n: shoppingMore key added to de/en/it. Requested in discussion #9
This commit is contained in:
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.8.0] - 2026-04-04
|
||||
|
||||
### Added
|
||||
- Shopping list widget on dashboard - shows lists with open items, progress bar, and item preview (discussion #9)
|
||||
|
||||
## [0.7.7] - 2026-04-04
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user