mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user