aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-12fixed opening a collection in lightboxbobzel
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-10ugh...from lastbobzel
2023-09-10from lastbobzel
2023-09-10added upload percent feedbackbobzel
2023-09-10turning off command line progress printout to make log more readable.bobzel
2023-09-10added progress for pdf uploadsbobzel
2023-09-10instrumented pdf uploadsbobzel
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-08made schema close/preview buttons real buttons.bobzel
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-08fixed tab title flickering when hovering over a sidebar hyperlink when tab ↵bobzel
isn't selected.
2023-09-08added cancel trim and revert buttons to audioboxbobzel
2023-09-07another popup fixbobzel
2023-09-07added deleted links to myRecentlyClosed. added drag out of comparison box ↵bobzel
doc. added all links to Doc.UserDoc().links
2023-09-07removed unused reaction in tabdocbobzel
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-07hide schema chrome when chromeHidden is set. ignore showTitle in schemaViewbobzel
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-06disabled expand button for header context linear menu. moved input for ↵bobzel
stacking view to right-hand side to avoid overlap with undo/redo
2023-09-06updated header view to show tooltips. added initial tab to header.bobzel
2023-09-06cleanup dashboardview code and disable delete dashbaord since it's not ↵bobzel
easily undoable.
2023-09-06fixed up audio annotation to add dictation to sidebar note.bobzel
2023-09-06fixed undo of link anchor togglebobzel
2023-09-06made link sizes a developer featurebobzel
2023-09-06added undo for removing dashboards and add to recently closed. fixed link ↵bobzel
menu to open up link editor more direclty
2023-09-06fixes for pres prop colorsbobzel
2023-09-05fixed dragging marquees on web boxesbobzel
2023-09-05small fixes for web pages to get more to loadbobzel
2023-09-05changed tree view drag behaviorbobzel
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-04fixed strokes reappearing after undoing when in write mode.bobzel
2023-09-04improved setting font size on lists.bobzel
2023-09-04fixed video import after youtube changes to urlsbobzel
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-02from lastbobzel