feat(contacts): add no-category filter, drag-drop to category, and category combo box
- Add 'No Category' sidebar item to filter uncategorized contacts - Categories section now always visible (not just when keywords exist) - Add drag-and-drop support on category items in sidebar to assign keywords - Fix effectAllowed mismatch (move -> copyMove) for category drop targets - Replace plain text categories input with combo box in contact edit form - Shows existing categories as clickable suggestions - Displays assigned categories as removable badges - Supports adding new categories inline - Add translations for all 8 locales
This commit is contained in:
@@ -1482,6 +1482,9 @@
|
||||
"title": "Contatti",
|
||||
"search_placeholder": "Cerca contatti...",
|
||||
"create_new": "Nuovo contatto",
|
||||
"no_category": "Senza categoria",
|
||||
"category_added": "Contatto aggiunto a {name}",
|
||||
"category_added_plural": "{count} contatti aggiunti a {name}",
|
||||
"empty_state": "Nessun contatto",
|
||||
"empty_state_title": "Nessun contatto",
|
||||
"empty_state_subtitle": "Crea il tuo primo contatto o importa da un file vCard",
|
||||
@@ -1625,7 +1628,8 @@
|
||||
"level_low": "Basso",
|
||||
"categories": "Categorie",
|
||||
"categories_placeholder": "es., Famiglia, Amici, Colleghi",
|
||||
"categories_hint": "Separare con virgole",
|
||||
"categories_hint": "Digita per cercare o aggiungere",
|
||||
"category_add": "Aggiungi",
|
||||
"note": "Note",
|
||||
"note_placeholder": "Aggiungi una nota...",
|
||||
"gender": "Genere",
|
||||
|
||||
Reference in New Issue
Block a user