aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/chatbot/chatboxcomponents/MessageComponent.tsx
AgeCommit message (Collapse)Author
2025-05-08improve: enhance ChatBox UI with consistent styling and better accessibilityA.J. Shulman
• Fixed dictation button styling to match send button dimensions and colors • Created dedicated DictationButton.scss for better button styling • Removed vertical movement animations from all buttons for a more stable UI • Fixed empty space issue below the "Show Agent Thoughts/Actions" button • Implemented consistent hover effects across all interactive elements • Ensured font size scaling works for agent thoughts/actions content • Used Dash blue colors (#487af0, #3b6cd7) for consistent branding • Improved microphone button state visualization with pulse animation
2025-02-11enabled multi-select modification of text documents from topBar buttons. ↵bobzel
fixed diagram box layout and scrolling. fixed problem with createDoc tool where it would fail when it got an array. fixed formatting of chat box errors.
2024-11-08Displays markdown again nowA.J. Shulman
2024-11-08displays much better with citations inlineA.J. Shulman
2024-11-08looks better still some things to work outA.J. Shulman
2024-10-17Removed awaits inside loops and made Parameters readonly for better type safetyA.J. Shulman
2024-10-10added new file header comments and fixed some error handlingA.J. Shulman
2024-09-07completely restructured, added comments, and significantly reduced the ↵A.J. Shulman
length of the prompt (~72% shorter and cheaper)