aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2023-10-16center text + scrolling covers whole table heightsrichman333
2023-10-16Merge branch 'master' into dataViz-annotationssrichman333
2023-10-16from lastsrichman333
2023-10-16cleaned up css and cursor pointer for tableboxes. prevent links being drawn ↵bobzel
to keyvaluebox.
2023-10-16added auto reset view option for collections.bobzel
2023-10-12Merge branch 'master' into dataViz-annotationssrichman333
2023-10-12fix for tableBox scrollingbobzel
2023-10-12performance fixes to reduce re-rendering : moved link brushing out of Doc's ↵bobzel
highlighting and into Annotation.tsx, stopped freeformview from rerendering whenever its invalidated by not always setting layoutElements to a new list.
2023-10-10mergedsrichman333
2023-10-10merge?srichman333
2023-10-10startsrichman333
2023-10-10made tablebox row height a css variable. fixed panmode so that left drag ↵bobzel
selects w/ marquee and two finger vertical pan isn't clamped.
2023-10-10more fixes for virtual scrolling and added keeps scroll pos on dragbobzel
2023-10-10fixes for scrolling large datasets in TableBoxbobzel
2023-10-10merged with masterbobzel
2023-10-04from last -- test font color to determine which blend mode for clippings.bobzel
2023-10-04from lastbobzel
2023-10-04using hard-light instead of multiply for blend mode of web clippings to ↵bobzel
better handle white text
2023-10-04several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed ↵bobzel
sliderbox. reduce uses of scriptContext fixed web clipping annotations to be in correct spot and not to crash because of using a url that it doesn't have. fixed pdf/web links to not use anchor from other end of link. because of sharing of GetAnchor global. added a backup when presbox overwrites a doc's data field. removed sliderBox. fixed fontIcon dropdowns to not call click script twice. removed scriptContext where it wasn't needed which is everywhere except TreeViews.
2023-10-02better scrolling in data tablessrichman333
2023-09-29fixed deleting map pins to remove their associated child filter.bobzel
2023-09-29fixed autoHeight text scrolling in its own tab and elsewhere. update ↵bobzel
ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon.
2023-09-28header fix + more consistent bar heightsrichman333
2023-09-28smoother scrollingsrichman333
2023-09-28doesn't lag / glitch system but scrolling can be kinda funkysrichman333
2023-09-21fixed following links from things with Configs to read the link following ↵bobzel
properties correctly (fixes zooming to target). fixed server stats background. fixed undoing clicking on a annotaiton button after making a text selection. fixed dropping link annotation onto text box to make a link. removed toggle sidebar type from novice.
2023-09-21better fix for show pathsgeireann
2023-09-20added carousel3D to novice and fixed it's button positions and its focus so ↵bobzel
that it works with trails. added dragging documents within single collection for rearranging order of docs in a tab collection. fixed freeform views set to fitWidth to show decorations properly. turned off scaling of tree views. updated lightbox buttons. fixed tooltips on properties toggles.
2023-09-19turned off document decorations and context menus in explore mode.bobzel
2023-09-19fixed tree view hierarchy opening iconsbobzel
2023-09-19fixed issue with clicking at end of text range selecting list_item, not text ↵bobzel
causing bulleted items to behave weirdly.
2023-09-19made goldenlayout tabs/buttons follow color scheme + added hover highlights. ↵bobzel
got rid of old color scheme code.
2023-09-18revised how to do filtering by links.bobzel
2023-09-18maybe maps are finally working now?bobzel
2023-09-16last chance at fixing maps startup.bobzel
2023-09-16another try at maps.bobzel
2023-09-14from lastgeireann
2023-09-14turned off pointer events in dataviz boxes when not active.geireann
2023-09-14turn off link anchor dot display when link arrows are showngeireann
2023-09-14fixed exceptionbobzel
2023-09-13removed leading/trailing spaces from published termsbobzel
2023-09-13fixed carouselView to not pass setContentView to child layouts which prevent ↵bobzel
linkFollowing from never terminating. fixed clipped videos to have the right start/end bounds on the timeline.
2023-09-13fixed copying entire text box when nothing is selected.bobzel
2023-09-13fixed text filters to be removable, have the right colors, and update when ↵bobzel
selected doc changes. updated filter dropdown to only show parents with filters. fixed colors of link doc preview.
2023-09-13another fix for adding config anchors to docs when creating a note annobobzel
2023-09-13fixed zindex of videobox controlsbobzel
2023-09-13need to honor 'addAsAnnotation' flag getting anchors so that docs know when ↵bobzel
they are a target of config.
2023-09-12fixed video box scrolling when fit widthbobzel
2023-09-12dropping link button on same collection makes a pushpin. fixed broken undo ↵bobzel
typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders.
2023-09-11clean up some runtime warnings about missing keys/valuesbobzel