feat: add colored category icons, quantity badges, and remove collapsing in shopping list
All checks were successful
CI / update (push) Successful in 54s

Add Lucide icons and Nord colors per category, parse quantities from item names
(e.g. "10L Milch" → badge "10L" + name "Milch"), and remove category collapse toggling.
This commit is contained in:
2026-04-08 00:12:36 +02:00
parent 738875e89f
commit fc31c208ef
2 changed files with 103 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"type": "module",
"scripts": {