aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2025-05-30cNathan-SR
2025-05-30lintingNathan-SR
2025-05-30Merge branch 'master' into Template-ChangesNathan-SR
2025-05-30couple more component refactorsNathan-SR
2025-05-27canceling image outpaiting cancels outpaint ui from showing up now.bobzel
2025-05-27fixed image rengerate to hide ui buttons first.bobzel
2025-05-27fixed resetting autoheight by dragging up to work when nativewidth's are ↵bobzel
set. fixed autoheight on text to work properly when native dims are set. fixed templates to support native witdths and heights.
2025-05-19fixed text boxes to calculate height correctly. removed usertag ↵bobzel
modification time in text. fixed masonry and stacking views with pivots.
2025-05-16made pdf buttons maintain scren size.bobzel
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-15scroll wheel fixes for calendarBoxbobzel
2025-05-15cleaned up calendarBox to have a more reactive UI and to fix some bugs with ↵bobzel
selecting and autoscroling.
2025-05-15fixed web box clicks on TEXTareasbobzel
2025-05-14fixed selecting allDay for calendar. fixed turning off allDay when moving ↵bobzel
calendar events. fixed undoing calendar drags.
2025-05-14Merge branch 'master' into aarav_editbobzel
2025-05-14moved calendar button to expert. fixed context menu for dash field views.bobzel
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-12conditionalsNathan-SR
2025-05-12cNathan-SR
2025-05-12cNathan-SR
2025-05-12styleref working hackilyNathan-SR
2025-05-12data fieldsNathan-SR
2025-05-11many changes to firefly UI (options added) and starting work on finalizing ↵Nathan-SR
conditionals
2025-05-11menubutton componentNathan-SR
2025-05-11a million and one thingsNathan-SR
2025-05-11text and images are no longer messed upNathan-SR
2025-05-11firefly templates correctly loadingNathan-SR
2025-05-11working on firefly integrationNathan-SR
2025-05-10changed how we corsProxy web pages to be simpler and work better. changed ↵bobzel
dragging off annotations after text selections to only create a text doc whent the drop target is the parent collection -- otherwise links are created.
2025-05-10docpreviews resize (mostly) appropriatelyNathan-SR
2025-05-10cNathan-SR
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-09bunch of changes, everything still brokenNathan-SR
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 aarav_editbobzel
2025-05-02fixed up image outpaint dialog and added options for placementt.bobzel
2025-05-01cleaned up, a bit, how wheel events are blocked from propagating.bobzel
2025-04-30changing images back to use 100% to work in Safari.bobzel
2025-04-30Merge branch 'master' into aarav_editbobzel
2025-04-29clean up outpaint code. fix image sizing when outpainting.bobzel
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-25cNathan-SR
2025-04-23Merge branch 'master' into aarav_editbobzel