feat: add category/tag management UI with ColoredItemCombobox

- ColoredItemCombobox component with search, color swatches, inline creation
- Replace text inputs with combobox dropdowns for category and tag selection
- API methods for categories/tags CRUD
- TypeScript types for NewsCategory, NewsTag
- i18n keys for combobox (ru, en)
This commit is contained in:
Fringg
2026-03-23 15:30:02 +03:00
parent 59d8b66884
commit 2ae01c95ae
7 changed files with 502 additions and 92 deletions

View File

@@ -4514,6 +4514,16 @@
"uploadError": "Upload failed",
"fileTooLarge": "File is too large",
"uploadFeaturedImage": "Upload image",
"combobox": {
"selectCategory": "Select category",
"selectTag": "Select tag",
"create": "Create",
"createNew": "Create new",
"searchOrCreate": "Search or create...",
"noItems": "Nothing found",
"placeholder": "Select...",
"clear": "Clear"
},
"toolbar": {
"bold": "Bold",
"italic": "Italic",