mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-12 12:34:24 +01:00
🛒 feat: Implement Marketplace Permissions Management UI
- Added MarketplaceAdminSettings component for managing marketplace permissions. - Updated roles.js to include marketplace permissions in the API. - Refactored interface.js to streamline marketplace permissions handling. - Enhanced Marketplace component to integrate admin settings. - Updated localization files to include new marketplace-related keys. - Added new API endpoint for updating marketplace permissions in data-service.
This commit is contained in:
parent
a434d28579
commit
d07c2b3475
10 changed files with 297 additions and 29 deletions
|
|
@ -592,6 +592,10 @@
|
|||
"com_ui_people_picker_allow_view_users": "Allow viewing users",
|
||||
"com_ui_people_picker_allow_view_groups": "Allow viewing groups",
|
||||
"com_ui_people_picker_allow_view_roles": "Allow viewing roles",
|
||||
"com_ui_marketplace": "Marketplace",
|
||||
"com_ui_marketplace_allow_use": "Allow using Marketplace",
|
||||
"com_ui_marketplace_admin_settings": "Marketplace Admin Settings",
|
||||
"com_ui_marketplace_admin_settings_description": "Configure which roles can access the Agent Marketplace.",
|
||||
"com_ui_all": "all",
|
||||
"com_ui_all_proper": "All",
|
||||
"com_ui_analyzing": "Analyzing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue