fix: show neutral badge for categories without assigned colors

- Categories without colors now show gray badge instead of no badge
- Categories with colors show colored badge as before
- Bump version to 0.2.0
This commit is contained in:
drelich
2026-03-25 20:08:47 +01:00
parent 4dbf0233b7
commit 4f13b0d57f
3 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "nextcloud-notes-tauri",
"private": true,
"version": "0.1.5",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",