aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2023-05-01refactor weightbrynnchernosky
2023-05-01refactor weightbrynnchernosky
2023-05-01add boxbrynnchernosky
2023-05-01add boxbrynnchernosky
2023-05-01add to boxbrynnchernosky
2023-05-01start adding box codebrynnchernosky
2023-05-01start adding box codebrynnchernosky
2023-05-01fixed RecordingBox/View serialization to save docid, not Doc.bobzel
2023-04-28fixed open in lightbox from doc decorations. fixed resizing text docs that ↵bobzel
are not fitWidth => artifact is that pdf's don't preserve aspect until they are resize vertically to establish a nativeHeight unless they are created with nativeHeight set.
2023-04-28added RTF cell type for schema. fixed formatting DateFields so that they ↵bobzel
can be set from kvp/schema. prevented on infinite loop possibility when setting proto to itself.
2023-04-27merged with masterbobzel
2023-04-27fixed some undo issues with schema fill down. added bool cell view. added ↵bobzel
UI for showing/setting values on layout vs data docs.
2023-04-27updated some text shortcuts and enabled selecting regions to make ↵bobzel
footnoes/elided text.
2023-04-27added proper scaling of multi-selections and groups. fixed pinViewport to ↵bobzel
work again.
2023-04-26from lastbobzel
2023-04-26added cheatsheet and shortcut for viewing text shortcuts. changed menu ↵bobzel
organization slightly for viewability.
2023-04-26fixed filters - checkboxes generated when options are less than 20, added ↵bobzel
-undefined- as distinct value option. fixed pointer evcents for docs on pdfs
2023-04-25added shortcuts to text toolbar. changed text hyperlink shortcut to search ↵bobzel
through documents by title before linking to a new document.
2023-04-25fixed text footnotes to not overflow over the left edge of the box. updated ↵bobzel
a few markdown command syntaxes.
2023-04-24added text rule for switching to alternate text.bobzel
2023-04-24add folder for physics boxbrynnchernosky
2023-04-24Merge branch 'physics_simulation' into masterbrynnchernosky
2023-04-24fixed pile view to be resizable.bobzel
2023-04-24resized alternate text iconbobzel
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile ↵bobzel
view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored.
2023-04-20Merge branch 'master' of https://github.com/brown-dash/Dash-Webgeireann
2023-04-20allow repl to edit documentsgeireann
2023-04-19fixed image importing metadata for gpt. fixed showTitle UI to be able to ↵bobzel
turn off titles on templates (like icon views). added ui for choosing primary/alternate image and a drop target for setting alternate.
2023-04-18fixed selection issues: shift does multiselect again, doc decoration ↵bobzel
background isn't drawn anymore for schema view, rotated objects in a multiselect don't cause artifacts, clusters in freeform don't cause images to dim.
2023-04-18cleaning up zip/unzip of filesbobzel
2023-04-17Merge branch 'master' into advanced-trailsbobzel
2023-04-17minor cleanupbobzel
2023-04-17Merge branch 'master' into pres-trail-sophiebobzel
2023-04-17updated to masterbobzel
2023-04-17Merge branch 'master' into pres-trail-sophiebobzel
2023-04-17used stats to detect unnecessary server message when changing css style for ↵bobzel
text notes
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵bobzel
zoom correctly.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-13Compile and make compatible all the scattered code I had for empowering ↵sotech117
trails for dash meeting. Still much to do with ui, but basic functionaltiy is there. Two key things, 1) navigation for branching trails, and 2) ability to runSubroutines on tested trails.
2023-04-13Merge branch 'master' into pres-trail-sophieSophie Zhang
2023-04-13added text editsSophie Zhang
2023-04-12amongus2Eric
2023-04-12amongusEric
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to ↵bobzel
simplify templating.
2023-04-11removed arrangeItems context button for collections to make it a funciton on ↵bobzel
drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs.
2023-04-11Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2023-04-11linechart css fixbobzel
2023-04-10Post-bobEric
2023-04-10Pre-bobEric
2023-04-10fixed linechart marginsgeireann