aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-04-30Merge branch 'master' into lanyi-branchbobzel
2025-04-30fixed clicking to focus on smartDraw input boxbobzel
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-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-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-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-24fixed reauthorizing dropboxtoken.bobzel
2025-04-23lots of typechecking fixes.bobzel
2025-04-23from lastbobzel
2025-04-23fix for bad mergebobzel
2025-04-23fixed outpainting to get authorization for dropboxbobzel
2025-04-23fixing bad mergebobzel
2025-04-23fixed how pdf worker is copied and accessed.bobzel
2025-04-22protoype version of scrapboxBox. added rejectDrop prop to prevent drops on ↵bobzel
child documentviews
2025-04-22from lastbobzel
2025-04-22Merge branch 'master' into lanyi-branchbobzel
2025-04-22Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵bobzel
lanyi-branch
2025-04-22adding drop handling code for scrapbookBoxbobzel
2025-04-22trying to push scrapbook changes to gitsharkiecodes
2025-04-22Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵sharkiecodes
lanyi-branch
2025-04-21scrapbookssharkiecodes
2025-04-21attempting to integrate scrapbookssharkiecodes
2025-04-21warning fixes.bobzel
2025-04-21added undo for outpaintbobzel
2025-04-21merged with master and cleaned up outpainting a bit.bobzel
2025-04-17fix for resizing docs with native width and modify native dim set (fixes ↵geireann
dailyjournal resizing).
2025-04-16fixed authorizing dropbox.bobzel
2025-04-16use explicit atribute to mark summarizedtext. fix getAttrs for vaiours font ↵bobzel
marks.
2025-04-15fixing summary/elision text node to work better with lists or hierarchical ↵bobzel
text nodes.
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts ↵bobzel
by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs.
2025-04-11fixed ViewGuid generation to never start with a number (enables text boxes ↵bobzel
to have css specific to a single Doc). cleaned up '%' style rules for text boxes. cleaned up custom style sheets in text boxes to only be created when needed and to improve highlighting bold text with context.
2025-04-10fixed instantiate from : menu to delgate templates instead of copying.bobzel
2025-04-10changed naming of makeDelegates to not add a number at the end. switched ↵bobzel
dataNote to MetaNote and cleaned up initialization of it. fixed sidebar/stacking view to not grab wheel evebnts when not active. fixed dashfieldview to vcenter labels. fixed height and scrolling of templae menu. simplified formattedtextbox menu
2025-04-10fixed dashfieldviews in text boxes to show ellipsis for long lines and to ↵bobzel
hide dropdown menu when field is not editable. fixed pasting from pdf's to work and to display the entire text box.
2025-04-10fixed removing predictive prompt. fixed first letter typed after predictive ↵bobzel
prompt
2025-04-10Merge branch 'master' into aarav_editbobzel
2025-04-10from lastbobzel
2025-04-10performance fixes for text boxes to not call screenToLocal unnecessarily. ↵bobzel
simplifications to template data docs
2025-04-09cleaned up codesharkiecodes