aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.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-21cleaning up server warnings/errorsbobzel
2025-07-16fixed undo of property number sliders.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-04-22protoype version of scrapboxBox. added rejectDrop prop to prevent drops on ↵bobzel
child documentviews
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-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-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-05fixed gridView to have margins. fixed gridView rowslider.bobzel
2025-02-27added x and y margins for card view.bobzel
2025-02-06overhaul of presbox properties ui + fixing bugs with progressivize highlight ↵bobzel
expanding
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-08get drawing prompt for firefly from title, then from gpt. fix rendering ↵bobzel
freeform icons to ignore tags and other docview chrome. fixed refStrength for creating images from properties view.
2025-01-08minor cleanupbobzel
2025-01-08Merge branch 'master' into eleanor-gptdrawbobzel
2025-01-01monorepo setupGeireann Lindfield Roberts
2024-12-30created image regeneration with dialogueeleanor-park
2024-12-16fixed api for creating an image using another image as a structure reference.bobzel
2024-12-08frontend and image creation working for drawingToImage()eleanor-park
2024-12-04Merge branch 'master' into eleanor-gptdraweleanor-park
2024-12-04created drawing fill handlereleanor-park
2024-11-12updated equationBox to support margins/padding like text. fixed initial ↵bobzel
undo of newly typed equation.
2024-11-12made equation background same as text. fixed dflt stroke/link width to both ↵bobzel
be 1. made function plot axis ranges get saved to Doc. marked equation->function links as being svgs. fixed initial size of equation boxes..
2024-11-05 fixed display of where control point will be added on mouse moves. fixed ↵bobzel
clickable ink line to not select fill area unless its actually painted. added end cap properties to ink stroke ui. enabled more than one ink stroke to show editable control points when multiselected.
2024-10-10Merge branch 'master' into alyssa-starterbobzel
2024-10-10Merge branch 'master' into nathan-starterbobzel
2024-10-08modified how buttons are laid out on carousel and comparison views so that ↵bobzel
text boxes can reflow around them. extracted flashcard pratice into its own component and applied it to carousel3D and carousel
2024-10-07Merge branch 'master' into alyssa-starterbobzel
2024-10-07fixed import cycle by making addHotKey a propbobzel
2024-10-04more lint fixes to schema view changes.bobzel
2024-10-01Merge branch 'master' into nathan-starterbobzel
2024-10-01Merge branch 'master' into alyssa-starterbobzel
2024-10-01changed how smoothing curves works - got rid of simplify.js dependencybobzel
2024-10-01fixed setting ink multiselections in properties viewbobzel
2024-10-01fixed some lint errors. fixed how drawings are added to pdfs. fixed ↵bobzel
testing for ink in propertiesView.
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-22Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2024-09-22small bug fixes for smart draweleanor-park
2024-09-19merged with masterbobzel
2024-09-19merged with master -- updated filtering from cardView branchbobzel
2024-09-19changed backend for filtering buttons to store only one list - the list of ↵bobzel
icon buttons in Doc.MyFilterHotKeys.
2024-09-17done with comments-- pull requestaidahosa1
2024-09-06added margins for carousel view. allow fordoc decorations to be turned off ↵bobzel
for carousel items.
2024-09-02minor cleanupbobzel
2024-08-29from last cleanupbobzel
2024-08-27still trying to resolve merge issueseleanor-park
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-27pulling from mastereleanor-park