Fix tags not syncing properly (#5387)

* start

* migration

* don't show deleted tags in list

* tag updates (#5389)

* upsert tag to ensure uniqueness

and insert default-tag in migration

* remove ability to change default tag color

---------

Co-authored-by: pogman-code <adrian.maurin@gmail.com>

* tags fixes (#5391)

* better tag validation

* fix typecheck issues

* update note

---------

Co-authored-by: pogman-code <adrian.maurin@gmail.com>
This commit is contained in:
youngcw
2025-07-25 14:32:52 -07:00
committed by GitHub
parent 1861060bda
commit a15ff85c20
11 changed files with 111 additions and 121 deletions

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [youngcw, pogman-code]
---
Fix tags not syncing properly