aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/chatbot/chatboxcomponents
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-04-27improved consistency across doc types and parsingA.J. Shulman
2025-04-27a bit more consistentA.J. Shulman
2025-04-27new attempt with new citation unificationA.J. Shulman
2025-04-24attempt at linking docs but listing metadata doesn't workA.J. Shulman
2025-04-24Linking docs now works with visible docsA.J. Shulman
2025-04-21feat & fix: citations now scroll to correct page and using OpenAI 4o with ↵A.J. Shulman
structured outputs
2025-04-04specifying note document and removing unnecessary toolsA.J. Shulman
2025-04-03attemptA.J. Shulman
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵bobzel
mostly related to how scss files can be included in each other
2025-02-19more gptpopup cleanup.bobzel
2025-02-12chat box fits width by defaultbobzel
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.
2025-02-10reconciling createDocTool to be superset of createAnyDocToolbobzel
2025-02-10updated from masterbobzel
2025-02-10from lastbobzel
2025-02-10added dictation buttons to chatboxbobzel
2025-02-10more cleanup of createDoc and chatboxbobzel
2025-02-09trying to get assistant to create Docs properlybobzel
2025-01-21more attempts to cleanup typing, etc in chat boxbobzel
2025-01-21trying to cleanup chatBox code and typesbobzel
2025-01-21fixed merge errorbobzel
2025-01-21Merge branch 'master' into alyssa-agentbobzel
2025-01-13commit chatboxalyssaf16
2024-12-20working new toolA.J. Shulman
2024-12-19image generation works betterA.J. Shulman
2024-12-18image creation works but is weirdA.J. Shulman
2024-12-18trying new image generation plus new implementaion of video and audioA.J. Shulman
2024-12-18betterA.J. Shulman
2024-11-26website glitch fixedalyssaf16
2024-11-22added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵bobzel
image and an svg.
2024-11-134 hours later...dashboard i think workingalyssaf16
2024-11-12image doc workingalyssaf16
2024-11-12comparison box with assistant workingalyssaf16
2024-11-12flashcards w assistant finally workgit add -Aalyssaf16
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-11-07making it work even betterA.J. Shulman
2024-11-07trying to add a new create any doc toolA.J. Shulman
2024-11-04Merge branch 'ajs-finalagent' into alyssa-agentalyssaf16
2024-10-31nesting worksalyssaf16
2024-10-30version 5 workingalyssaf16
2024-10-30version 4 of restructuringalyssaf16
2024-10-27redesigning to make structure recursivealyssaf16
2024-10-24create documentsalyssaf16
2024-10-22fixed websearch tool endpoint so it only returns displayable results in ↵A.J. Shulman
Dash; also fixed type checking but needs to be improved
2024-10-20changed to generic addLinkedDocA.J. Shulman
2024-10-17added create text doc tool with font color and background color and fixed no ↵A.J. Shulman
tool
2024-10-17Removed awaits inside loops and made Parameters readonly for better type safetyA.J. Shulman