diff --git a/CHANGELOG.md b/CHANGELOG.md index 590dd76..5cbd1cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.5] - 2026-04-22 + +### Changed +- Dashboard: each widget now uses its module accent color (green for tasks, violet for calendar, orange for meals, pink for shopping, amber for notes) for its header icon, badge, and link instead of the global indigo accent +- Dashboard: meal slots now display their type-specific color (amber for breakfast, green for lunch, indigo for dinner, orange for snack) on icon and label when a meal is planned +- Dashboard: pinned note cards now show a subtle background tint matching the note's color +- Dashboard: widget and card hover lift increased from 1 px to 2 px for more perceptible feedback on desktop +- Navigation: active bottom-nav tab now shows a pill-shaped highlight behind the icon for a clearer location indicator +- Shopping widget: progress bar height increased from 4 px to 6 px for better visual weight +- Empty state icons inside widgets now use the tertiary text color instead of the disabled color for improved visibility + ## [0.23.4] - 2026-04-22 ### Changed diff --git a/package-lock.json b/package-lock.json index 39a0ce0..38c1c1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.23.4", + "version": "0.23.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.23.4", + "version": "0.23.5", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index 57729f8..2a794f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.23.4", + "version": "0.23.5", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module", diff --git a/public/pages/dashboard.js b/public/pages/dashboard.js index ade8d1f..b318ede 100644 --- a/public/pages/dashboard.js +++ b/public/pages/dashboard.js @@ -215,7 +215,7 @@ function renderGreeting(user, stats = {}) { function renderUrgentTasks(tasks) { if (!tasks.length) { - return `