ktutak1337 / Stellar-Chat

A versatile multi-modal chat application that enables users to develop custom agents, create images, leverage visual recognition, and engage in voice interactions. It integrates seamlessly with local LLMs and commercial models like OpenAI, Gemini, Perplexity, and Claude, and allows to converse with uploaded documents and websites.
https://docs.stellar-chat.com/
GNU Affero General Public License v3.0
107 stars 6 forks source link

Enhanced Chat and Layout Features #1

Closed ktutak1337 closed 2 months ago

ktutak1337 commented 2 months ago

πŸ’» Change Type

πŸ”€ Description

This pull request introduces several enhancements to the chat and layout components, focusing on improving user experience and interface design.

πŸ”„ Changes

  1. Distinguish User Messages: User messages in chat are now distinguished by changing the background color instead of using a hover effect.
  2. Toggle Text Width Modes: Added a button in the app bar to toggle between full and normal width text modes.
  3. Highlight Chat Messages: Chat messages are highlighted on hover by changing the background color.
  4. Enhanced Layout Design: Enhanced the main layout design and updated the style of the prompt input component.
  5. Improved ActionForm Descriptions: Improved the descriptions for metaprompt and webhook URL fields in the ActionForm.
  6. Improved AssistantForm Descriptions: Improved the description for the metaprompt field in the AssistantForm.

πŸ–ΌοΈ Screenshots (optional)

πŸ“ Additional Notes