mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
🛡️ feat: Add Role Dropdown to Prompt/Agents Admin Settings (#4922)
* style: update AdminSettings dialog content styles for improved accessibility/theming * style: update icon colors in ExportAndShareMenu for improved theming * feat: enhance DropdownPopup component with additional props for customization * feat: add role selection dropdown to AdminSettings for enhanced user permissions management * feat: add role selection dropdown to AdminSettings for Prompt permission management * style: add gap to button in AdminSettings for improved layout * feat: add warning message for Admin role access in Permissions settings
This commit is contained in:
parent
1c05251826
commit
4640e1b124
5 changed files with 227 additions and 95 deletions
|
|
@ -206,6 +206,9 @@ export default {
|
|||
com_ui_version_var: 'Version {0}',
|
||||
com_ui_advanced: 'Advanced',
|
||||
com_ui_admin_settings: 'Admin Settings',
|
||||
com_ui_admin_access_warning:
|
||||
'Disabling Admin access to this feature may cause unexpected UI issues requiring refresh. If saved, the only way to revert is via the interface setting in librechat.yaml config which affects all roles.',
|
||||
com_ui_role_select: 'Role',
|
||||
com_ui_error_save_admin_settings: 'There was an error saving your admin settings.',
|
||||
com_ui_prompt_preview_not_shared: 'The author has not allowed collaboration for this prompt.',
|
||||
com_ui_prompt_name_required: 'Prompt Name is required',
|
||||
|
|
@ -381,6 +384,7 @@ export default {
|
|||
com_ui_unarchive: 'Unarchive',
|
||||
com_ui_unarchive_error: 'Failed to unarchive conversation',
|
||||
com_ui_more_options: 'More',
|
||||
com_ui_more_info: 'More info',
|
||||
com_ui_preview: 'Preview',
|
||||
com_ui_upload: 'Upload',
|
||||
com_ui_connect: 'Connect',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue