mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add delete buttons for categories and tags in combobox dropdown
- Add onDelete prop to ColoredItemCombobox with X button per item - Wire up deleteCategory/deleteTag API calls in AdminNewsCreate - Auto-clear selection if the deleted item was selected - Spinner on delete, haptic feedback, i18n aria-label
This commit is contained in:
@@ -4522,7 +4522,8 @@
|
||||
"searchOrCreate": "Search or create...",
|
||||
"noItems": "Nothing found",
|
||||
"placeholder": "Select...",
|
||||
"clear": "Clear"
|
||||
"clear": "Clear",
|
||||
"delete": "Delete {{name}}"
|
||||
},
|
||||
"toolbar": {
|
||||
"bold": "Bold",
|
||||
|
||||
Reference in New Issue
Block a user