aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-05-09bunch of changes, everything still brokenNathan-SR
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-05-07cleaned up ai metadata on generated drawings.bobzel
2025-05-07fixed dont_center on Docs in gridview. fixed ai view screentolocal in ↵bobzel
docView, and made ai view more streamlined. got rid of ai history sidebar in images. fixed imageeditor to use a mask that doesn't show the original conctents. fixed gptpopup scrolling, turning off of spinner, and improved ability to filter Docs
2025-05-05fixed keeping focus on labelBox when text butons are clicked.bobzel
2025-05-05got rid of dash _xPadding/_yPadding in favor of just using ↵bobzel
_xMargin/_yMargin. cleaned up linearView field names
2025-05-05Merge branch 'master' into joanne-tutorialagentbobzel
2025-05-05Merge branch 'master' into lanyi-branchbobzel
2025-05-05Merge branch 'master' into task_nodes_aaravbobzel
2025-05-05Merge branch 'master' into aarav_editbobzel
2025-05-02fixed up image outpaint dialog and added options for placementt.bobzel
2025-05-01from lastbobzel
2025-05-01cleaned up, a bit, how wheel events are blocked from propagating.bobzel
2025-05-01marquee selectionsharkiecodes
2025-04-30made document options as data doc options ($), and fixed namign conventionsaaravkumar
2025-04-30changing images back to use 100% to work in Safari.bobzel
2025-04-30fixed error where all day reset would move task node to 1 day before actuall ↵aaravkumar
all day date in calendar view
2025-04-30fixed height / width restrictions and added date selector for all day tasksaaravkumar
2025-04-30fixessharkiecodes
2025-04-30Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵sharkiecodes
lanyi-branch
2025-04-30fixessharkiecodes
2025-04-30fixed task boxes from collapsing after being edited in lightbox view.bobzel
2025-04-30Merge branch 'master' into task_nodes_aaravbobzel
2025-04-30Merge branch 'master' into aarav_editbobzel
2025-04-30Merge branch 'master' into lanyi-branchbobzel
2025-04-30fixed clicking to focus on smartDraw input boxbobzel
2025-04-30two way integration -- changes in calendar reflect on task node -- and ↵aaravkumar
changes to node reflect on calendar
2025-04-30made alternate layouts an expert documentbuttonbar featurebobzel
2025-04-30small updatessharkiecodes
2025-04-29imageboxes and rich text boxes are classified automatically by GPT and ↵sharkiecodes
store these tags in tags_chat. When ambiguous (there exist multiple slots of the same type), Scrapbook can determine where to place docs through tags
2025-04-29Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵sharkiecodes
lanyi-branch
2025-04-29Autotagsharkiecodes
2025-04-29fixed closing tabs to not select them first.bobzel
2025-04-29Merge branch 'master' into lanyi-branchbobzel
2025-04-29clean up outpaint code. fix image sizing when outpainting.bobzel
2025-04-28added task nodes calendar intergation, and ability to complete tasks ↵aaravkumar
directly via calendar view
2025-04-28working on autotaggingsharkiecodes
2025-04-28Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵sharkiecodes
lanyi-branch
2025-04-28adding autotaggingsharkiecodes
2025-04-28added task nodes styling, completion, and removal of start/end times upon ↵aaravkumar
all-day click
2025-04-28fixed image croppingbobzel
2025-04-28fix for outpainting alignmentbobzel
2025-04-28cleaned up outpainting and Doc resize code. fixes problems with doc ↵bobzel
resizing of text boxes with ctrl-key.
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-25fixed face collection to show up. fixed pasting text dirextly into ↵bobzel
freeformview to create docs properly. also fixed paste to match source text styling better. fixed copying out of pdf. fixed formatting of gpt (()) calls from text box by using paste handling code.
2025-04-25cNathan-SR