aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
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
2023-09-11usercolor cleanupbobzel
2023-09-11moved edit on click script to developer. fixed highlight options for My ↵bobzel
text. enabled chromeHidden for all doc types and applied it to RTF text boxes. updated sliders in properties view to undo properly and to autorange, and cleaned up ode.
2023-09-10once morebobzel
2023-09-10once morebobzel
2023-09-10from lastbobzel
2023-09-10from lastbobzel
2023-09-10fixes for file uploads: restored progress for youtube videos, fixed info ↵bobzel
display on loadingBoxes, stop client from asking for progress on failed uploads. attempt to catch stream errors on webpages. fixed dataFieldView in text to print out layout document's field, not field of document that contains the field definition.
2023-09-08from lastbobzel
2023-09-08don't remove current recording from overlay, added closeOnSelect option for ↵bobzel
dropdown. place recording box on screen. fixe overlayView to keep views on screen. fixed schema view checkboxes. don't cause tab to rerender when colelctoin type changes. add dropdown to filter indicator to find filters.
2023-09-08added cancel trim and revert buttons to audioboxbobzel
2023-09-07added deleted links to myRecentlyClosed. added drag out of comparison box ↵bobzel
doc. added all links to Doc.UserDoc().links
2023-09-07fixed removing map pins to not reappear. updated config anchors to not be ↵bobzel
added to annotations list. fixed imageBox to not pass its configs on to its parent collection when focusing.
2023-09-07truncate link descriptions over link lines. Fix schema view issues with ↵bobzel
multiline inputs. fix '#' field assignment for title bar of docs. fixed dashFieldView to read fields from texstbox by fixing FindDocByTitle to not match undefind. Don't end link_description input on Enter to allow multiline inputs.
2023-09-06from lastbobzel
2023-09-06fixed reszing/dragging annotations over webBoxbobzel
2023-09-06fixed up audio annotation to add dictation to sidebar note.bobzel
2023-09-06fixes for pres prop colorsbobzel
2023-09-05fixed dragging marquees on web boxesbobzel
2023-09-05change getAnchor to honor addAsAnnotation so that pinning docs doesn't add ↵bobzel
to annotation list. fixed dragging anchor menu icons so that they appear.
2023-09-05added ui for specifying wehther to play a/v when following links, and ↵bobzel
cleaned up ui/etc for pres trails. fixed a bunch of colors in pres properties. fixed a/v anchors to be configs when not adding them to the doc, otherwise labels.
2023-09-04improved setting font size on lists.bobzel
2023-09-04fixed undoing highlighting text.bobzel
2023-09-02restored some cors server code to allow bing and google searches to work. ↵bobzel
adjusted webBox to change nativeWidth when navigating to a wider page (eg., from google search to target). enabled scripts for google and bing pages. enabled entering web page url through documents title.
2023-09-02switched web default to wikipedia from bing since bing search requires ↵bobzel
scripts. change link doc preview to use showDocument instead of addDocTab so that existing docs can be found.
2023-08-31fixed compile errors and switched to use_azure = false for server.bobzel