aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-05-10feat: changed web document to display screenshotA.J. Shulman
2025-05-09fix: making sure the assitant docuemnt manager persistsA.J. Shulman
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-05-08fix: fixed getDocumentMetadata to actually work correctly for getting all ↵A.J. Shulman
documents.
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-22improved document creation and limited context windowA.J. Shulman
2025-04-21feat & fix: citations now scroll to correct page and using OpenAI 4o with ↵A.J. Shulman
structured outputs
2025-04-21improved error handling in agentA.J. Shulman
2025-04-10Revert "adding edit and create at the same time"A.J. Shulman
This reverts commit 9de0e9844d5cbfbb385da34545006e617873b07a.
2025-04-10adding edit and create at the same timeA.J. Shulman
2025-04-10getting rid of single field edits.A.J. Shulman
2025-04-10trying againA.J. Shulman
2025-04-04specifying note document and removing unnecessary toolsA.J. Shulman
2025-04-04feat: create and edit are unifiedA.J. Shulman
2025-04-03better text editing?A.J. Shulman
2025-04-03better editing of textsA.J. Shulman
2025-04-03fix: handles dependent fields and boolean valuesA.J. Shulman
2025-04-03attemptA.J. Shulman
2025-03-14simplified anchorMenu to just have an AskAI button .. then updated ↵bobzel
GPtPopup's summaryBox to have a flashcard option.
2025-03-13cleaned up how Presboxelement finds PresBoxbobzel
2025-03-13fixed clicking on stackedTimeline anchors to call play scriptsbobzel
2025-03-13fixed video timeline drag a region to appear while dragging. fixed timeline ↵bobzel
labels to render title text
2025-03-13pivot doc datetime fix.geireann
2025-03-13updated text markdown helpbobzel
2025-03-13trying to make table cell styles look cleaner. added tab/Enter navigation ↵bobzel
of schema.
2025-03-12made @... create dashField views instead of [@..]. minor cleanup of ↵bobzel
dashFieldView and schemaCellField. made schemaCellField call focus() when SetIsFocused is called so that dashFieldView boxes are editable when clicked. Made overlay of documentIcons appear whenever cells are focused and disappear on blur.
2025-03-12improving how dash field views work in text boxes (layout, tab behavior)bobzel
2025-03-11restored linkbutton to text anchor menubobzel
2025-03-10removed label creation from text's anchor menu. removed label creation from ↵bobzel
pdfs.
2025-03-10from lastbobzel
2025-03-10fixed placing labels over text in images.bobzel
2025-03-10fixed labels to work with words that have apostrophes.bobzel
2025-03-10ignore python venv files. fix mobx assign in stylproviderquizbobzel
2025-03-10fixed compile errorsbobzel
2025-03-10removed unused files.bobzel
2025-03-10Merge branch 'master' into alyssa-starterbobzel
2025-03-10fixed issue with text notes that just have a doc embedded being treated like ↵bobzel
empty notes..
2025-03-09removed simulation doc. fixed empty imageBox uploading. fixed script ↵bobzel
typechecking. fixed metadata doc. fixed setting background colors of docs that have a template.
2025-03-07fixed following text hyperlinks to Docs. fixed using fieldinfos for ↵bobzel
DashFieldViews to get appropriate Schmema cell input. fixed dashFieldView to show correct input editor for field type.
2025-03-07fixed columnWidth settings for sidebar. fixed color picker and other ↵bobzel
dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts.
2025-03-07Merge branch 'aarav_edit'bobzel
2025-03-07changed masonryView so that if column count is set w/o a columnWidth, then ↵bobzel
it stays fixed
2025-03-07made daily journal a tool and removed unneeded explicit mention of it in ':' ↵bobzel
menu
2025-03-07from lastbobzel
2025-03-07cleaned up RTF creation w/ styles. fixed scripting compile bug when unused ↵bobzel
functions were considered not found.
2025-03-07attempted adding formattingaaravkumar