aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Expand)Author
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned t...bobzel
2025-06-19removing references to Box types from documentdecorations - added showBorderR...bobzel
2025-06-11don't autoTag text docs until they're dropped onto a scrapbook. don't re-tag...bobzel
2025-06-10cleanup and streamlining of scrapbook code.bobzel
2025-06-10Merge branch 'master' into lanyi-branchsharkiecodes
2025-06-06clean-upsharkiecodes
2025-06-01reactive backgrounds, tagging of pdfs, group-select and suggested templates, ...sharkiecodes
2025-05-30fixed using empty images in templates to support assigning a new image and ge...bobzel
2025-05-27fixed resetting autoheight by dragging up to work when nativewidth's are set....bobzel
2025-05-19fixed text boxes to calculate height correctly. removed usertag modification...bobzel
2025-05-16changed isGroup to freeform_isGroup to fix issues with groups that are change...bobzel
2025-05-13fixed setting up link anchors for video to be added to Doc. fixed imageTempla...bobzel
2025-05-09fixed reaction exception from accessing props and not _propsbobzel
2025-05-09Merge branch 'master' into lanyi-branchbobzel
2025-05-09added user templates to template_user global field. fixed schemas to not eras...bobzel
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 _xMargin/_yMargin....bobzel
2025-05-05Merge branch 'master' into lanyi-branchbobzel
2025-05-01cleaned up, a bit, how wheel events are blocked from propagating.bobzel
2025-04-29Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into la...sharkiecodes
2025-04-29Autotagsharkiecodes
2025-04-29clean up outpaint code. fix image sizing when outpainting.bobzel
2025-04-28cleaned up outpainting and Doc resize code. fixes problems with doc resizing...bobzel
2025-04-25fixed face collection to show up. fixed pasting text dirextly into freeformv...bobzel
2025-04-22protoype version of scrapboxBox. added rejectDrop prop to prevent drops on c...bobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts by...bobzel
2025-04-11fixed ViewGuid generation to never start with a number (enables text boxes to...bobzel
2025-04-10changed naming of makeDelegates to not add a number at the end. switched data...bobzel
2025-04-10fixed removing predictive prompt. fixed first letter typed after predictive ...bobzel
2025-04-10performance fixes for text boxes to not call screenToLocal unnecessarily. si...bobzel
2025-04-09fixed where height fields are written on text docs (in a template).bobzel
2025-04-08fixed gptImageLabel calls and added ImageCastToNameType to deal with filename...bobzel
2025-04-08changed border color iconbobzel
2025-04-07added multiToggle option to allow popup to stay up until explicitly untoggled...bobzel
2025-04-05fixed sizing of text box annotations sidebar button. cleaned up TagsView to...bobzel
2025-04-01fixed text views to write/read font_<props> from data doc.bobzel
2025-03-31moved audio annotation indicator/playback button to TagsView. cleaned up tag...bobzel
2025-03-30changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ...bobzel
2025-03-26fix so that views use don't use the rootDocument, but rather the current rend...bobzel
2025-03-24Merge branch 'fieldSyntaxUpdate' into aarav_editbobzel
2025-03-23more _props.Document to .Document refactoring. type updates to prosemirrort...bobzel
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2025-03-19fixed focus() on text boxes to scroll into view by hacking around a breaking ...bobzel
2025-03-14simplified anchorMenu to just have an AskAI button .. then updated GPtPopup's...bobzel
2025-03-12made @... create dashField views instead of [@..]. minor cleanup of dashFiel...bobzel
2025-03-10removed label creation from text's anchor menu. removed label creation from ...bobzel
2025-03-10fixed issue with text notes that just have a doc embedded being treated like ...bobzel
2025-03-10Merge branch 'master' into aarav_editbobzel
2025-03-07fixed following text hyperlinks to Docs. fixed using fieldinfos for DashField...bobzel
2025-03-07fixes to daily journal creation.bobzel