aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Collapse)Author
2025-08-08fixed sizing of arrows and dashes to relate to stroke width. Made link's ↵bobzel
use fill to set color and default to backgorundColor
2025-07-16fixed placement of Docs on views that are modified as the result of the AI ↵bobzel
componentUI view being display
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned ↵bobzel
to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls.
2025-06-13fix for docButtonBar placementbobzel
2025-05-16changed isGroup to freeform_isGroup to fix issues with groups that are ↵bobzel
changed into other collection types. fixed toggleTarget links to work when opening in a light box (previously they flickered on, then off). fixed text boxes with a number field as data to act like a number input box.
2025-05-13fixed setting up link anchors for video to be added to Doc. fixed ↵bobzel
imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly..
2025-05-10added an imageTemplate ui button.bobzel
2025-05-09added user templates to template_user global field. fixed schemas to not ↵bobzel
erase field values when setting a new column name. fixed templates to render properly when switching by fixing contentsRef to be observable. fixed templates with fields in stacks to autoHeight update correctly by . fixed images in templates to set their nativeDim after rendering. fixed text views of descriptions to auto-updated by setting the modification date of the description field.
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-05got rid of dash _xPadding/_yPadding in favor of just using ↵bobzel
_xMargin/_yMargin. cleaned up linearView field names
2025-04-17fix for resizing docs with native width and modify native dim set (fixes ↵geireann
dailyjournal resizing).
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-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-10performance fixes for text boxes to not call screenToLocal unnecessarily. ↵bobzel
simplifications to template data docs
2025-04-09more color template fixes.bobzel
2025-04-09cleaned up color setting for templates so that instances can override ↵bobzel
template default color.
2025-04-05fixed sizing of text box annotations sidebar button. cleaned up TagsView ↵bobzel
to not overlap button bar below doc decorations or bottom resize handle
2025-04-03fixed image box button sizing. made drawing ai regen a little faster by not ↵bobzel
creating icons when there are no annotqations.
2025-03-31moved audio annotation indicator/playback button to TagsView. cleaned up ↵bobzel
tagsview colors and unobscured by bottom resizer
2025-03-30changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵bobzel
card view. fixed css scaling for styleprovider icons and annotation resizer
2025-03-27fixed tag label height. fixed dropbox authorization for firefly.bobzel
2025-03-26fix so that views use don't use the rootDocument, but rather the current ↵bobzel
rendering document. got rid of resolvedDataDoc -- just use rootDocument[DocData]
2025-03-26fixes to field access on root doc, not data docbobzel
2025-03-24fix onclick disablingbobzel
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-21from lastbobzel
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
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-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2025-03-05added:hover mode for images to make primary image fade in instead of alternate.bobzel
2025-02-27prevent tagsview from appeqring in spreadsheet. set default fill color only ↵bobzel
if nothing is selected. place column divider at top of stacking/card views. move card view flashcard view to top left independent of margin settings.
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-24added borders (width, color, and style) for DocumentViews. fixed dropdown ↵bobzel
slider buttons to show text labels.
2025-02-03fixed pres animation of colection that's progresivized by removing ↵bobzel
dataTransition assignments that made no sense.
2025-02-03fixed defaults for roll animations effect. fixed hideBefore pres effect to ↵bobzel
not show Doc before effect starts
2025-01-27fixed placement of widget decorationsbobzel
2025-01-19from lastbobzel
2025-01-19css fixes for ai editor views.bobzel
2025-01-17changed to generating 4 images for each firefly request.bobzel
2025-01-13changing ai for images and collections to work mostly the same way. fixes ↵bobzel
for document view/collection/images to keep things working when the ai editor view reduces the rendered document size. fixed so that freeform views overlaid on images/vieos/etc have the ui menu items of collections.
2025-01-10fixed scrolling when ai editor is open. rearranged items in ImageBox ai ↵bobzel
editor to be more compact. added error catch handler to queryFireflyImage
2025-01-09added ai editor to collectionseleanor-park
2025-01-07imagebox now has basic ai functionalitieseleanor-park
2025-01-06started a previous images displayeleanor-park
2025-01-05added AI image editoreleanor-park
2025-01-02tags can now be used as style presetseleanor-park
2024-12-16fixed api for creating an image using another image as a structure reference.bobzel
2024-11-14changed isScribble related code to be more robust at determine cusps and ↵bobzel
deciding if cusps amount to a scribble. enabled undo of scribble erase without undoing scribble. added cusp visualizer for debugging, and cleaned up downDocView to be downFfview on CollectionFreeformView.