🎨 refactor: UI stlye (#4438)

* feat: Refactor ChatForm and StopButton components for improved styling and localization

* feat: Refactor AudioRecorder, ChatForm, AttachFile, and SendButton components for improved styling and layout

* feat: Add RevokeAllKeys component and update styling for buttons and inputs

* feat: Refactor ClearChats component and update ClearConvos functionality for improved clarity and user experience

* feat: Remove ClearConvos component and update related imports and functionality in Avatar and DeleteCacheButton components

* feat: Rename DeleteCacheButton to DeleteCache and update related imports; enhance confirmation message in localization

* feat: Update ChatForm layout for RTL support and improve component structure

* feat: Adjust ChatForm layout for improved RTL support and alignment

* feat: Refactor Bookmark components to use new UI elements and improve styling

* feat: Update FileSearch and ShareAgent components for improved button styling and layout

* feat: Update ChatForm and TextareaHeader styles for improved UI consistency

* feat: Refactor Nav components for improved styling and layout adjustments

* feat: Update button sizes and padding for improved UI consistency across chat components

* feat: Remove ClearChatsButton test file as part of code cleanup
This commit is contained in:
Marco Beretta 2024-10-19 14:30:52 +02:00 committed by GitHub
parent 20fb7f05ae
commit 8f3de7d11f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 471 additions and 564 deletions

View file

@ -280,6 +280,10 @@ export default {
com_ui_clear: 'Clear',
com_ui_revoke: 'Revoke',
com_ui_revoke_info: 'Revoke all user provided credentials',
com_ui_revoke_keys: 'Revoke Keys',
com_ui_revoke_keys_confirm: 'Are you sure you want to revoke all keys?',
com_ui_revoke_key_endpoint: 'Revoke Key for {0}',
com_ui_revoke_key_confirm: 'Are you sure you want to revoke this key?',
com_ui_import_conversation: 'Import',
com_ui_nothing_found: 'Nothing found',
com_ui_go_to_conversation: 'Go to conversation',
@ -717,10 +721,12 @@ export default {
com_nav_auto_send_prompts: 'Auto-send Prompts',
com_nav_always_make_prod: 'Always make new versions production',
com_nav_clear_all_chats: 'Clear all chats',
com_nav_clear_cache_confirm_message: 'Are you sure you want to clear the cache?',
com_nav_confirm_clear: 'Confirm Clear',
com_nav_close_sidebar: 'Close sidebar',
com_nav_open_sidebar: 'Open sidebar',
com_nav_send_message: 'Send message',
com_nav_stop_generating: 'Stop generating',
com_nav_log_out: 'Log out',
com_nav_user: 'USER',
com_nav_archived_chats: 'Archived chats',