users: turn the four modals into a per-user page at #users/{id}
Nightly Build / build (push) Successful in 6m58s
Nightly Build / build (push) Successful in 6m58s
The connectors-assignment dialog was the fourth modal on the Users page and the first to break: a checkbox list taller than the viewport with no scroll. Same failure the connector activation and manual-add dialogs had, same fix — a page. The list stays a table, but rows are clickable and open the user's own page with three sections: - Profile: the old edit form (username, display name, role, directory fields, active switch) with a saved tick; - Connectors: the grant checklist as the Connectors page's row list (icon, name, description, search, global/personal groups), one Save; - Security: password reset (disabled with an explanation for encrypted users) and the delete action. Only user creation stays a modal — three fields and a role fit.
This commit is contained in:
+8
-6
@@ -1041,12 +1041,16 @@ export default {
|
||||
'users.badge.active': 'Attivo',
|
||||
'users.badge.inactive': 'Inattivo',
|
||||
|
||||
'users.action.reset_pw': 'Reimposta password',
|
||||
'users.action.edit': 'Modifica',
|
||||
'users.action.connectors': 'Connettori',
|
||||
'users.action.delete': 'Elimina',
|
||||
|
||||
'users.modal.connectors_title': 'Connettori — {username}',
|
||||
'users.detail.back': 'Utenti',
|
||||
'users.detail.profile': 'Profilo',
|
||||
'users.detail.connectors': 'Connettori',
|
||||
'users.detail.security': 'Sicurezza',
|
||||
'users.detail.saved': 'Salvato',
|
||||
'users.detail.delete_hint': 'Elimina questo utente, il suo database e tutta la cronologia delle conversazioni.',
|
||||
'users.detail.no_such': 'Utente non trovato.',
|
||||
|
||||
'users.conn.globals': 'Connettori condivisi',
|
||||
'users.conn.catalog': 'Connettori personali',
|
||||
'users.conn.hint_global': 'Disponibile per questo utente non appena lo abiliti.',
|
||||
@@ -1055,8 +1059,6 @@ export default {
|
||||
'users.conn.disabled': 'disabilitato',
|
||||
|
||||
'users.modal.create_title': 'Nuovo utente',
|
||||
'users.modal.edit_title': 'Modifica {username}',
|
||||
'users.modal.reset_title': 'Reimposta password — {username}',
|
||||
'users.modal.username': 'Nome utente',
|
||||
'users.modal.display_name': 'Nome visualizzato',
|
||||
'users.modal.optional': '(opzionale)',
|
||||
|
||||
Reference in New Issue
Block a user