aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-09added audio annotation play option for following linksbobzel
2022-08-09fixed presbox pinning from crashing/failing by making it a prefetchproxy. ↵bobzel
update user cache when switching active page.
2022-08-08fixed recent bug where dragging actions wasn't undoable. changed closing an ↵bobzel
icon to deiconify it first so that following a link to it won't show the icon.
2022-08-08moved 5 sec anno recording button to documentButtonsBar. made recording ↵bobzel
button appear only when there is one & click to play recording.
2022-08-08fixed autolinking to not match partial word substrings. restored textbox ↵bobzel
dictation.
2022-08-08cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵bobzel
link lines work when in lightboxview.
2022-08-08made props.showTitle = '' override doc.showTitle. fixed de-autoLinking when ↵bobzel
text box is empty
2022-08-05fixed undoing aborted notetaking view drags.bobzel
2022-08-05fix for adding groups to update schema headers properlybobzel
2022-08-05fix for deleting columns to properly trigger reactions and avoid index of ↵bobzel
out bounds
2022-08-05fixed crash with dropping from filesystem onto notetaking view.bobzel
2022-08-05from lastbobzel
2022-08-05fixed undo of adding column in notetaking viewbobzel
2022-08-05fixed dragging over bottom of notetaking columns.bobzel
2022-08-05stashing to look at masterljungster
2022-08-04fixed undo/redo for notetaking view. fixed list undo/redo for ↵bobzel
schemaheaderfields -- not very elegant though.
2022-08-04adding loading barrier before the poll is complete. now polls on open of ↵Michael Foiani
modal instead of app.
2022-08-04add way to view the issues and search them (but with poor styling)Michael Foiani
2022-08-04fixed notetaking view to have an 'unset' category for unassigned notes. ↵bobzel
fixed pivot view to not fail when docs have no width.
2022-08-03fixed dragging external documents onto notetaking viewbobzel
2022-08-03ok some final refactoringMichael Foiani
2022-08-03fix title bug and api key removedMichael Foiani
2022-08-03got the label and resetting form to work for issue feature.Michael Foiani
2022-08-03basic interface for reporting bugMichael Foiani
2022-08-03add new icon and modal for reporting.Michael Foiani
2022-08-03fixes for dragging notes so that they highlight properly and go to the right ↵bobzel
place when embedded in freeform views.
2022-08-03more cleanup of parker branchbobzel
2022-08-03from lastbobzel
2022-08-03from lastbobzel
2022-08-03fixing styles on parker branchbobzel
2022-08-03from lastbobzel
2022-08-03Merge branch 'master' into parkerbobzel
2022-08-03from lastbobzel
2022-08-02Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to ↵bobzel
create a scriptField even for scripts that don't compile. Updated CurrentUserUtils setup functions for clicks. Fixed TemplateMenu to work again.
2022-07-29fixed autoHeight for texdtviews embedded in text views. fixed doc ↵bobzel
decorations for sidebar items in lightbox view. added 'tree' as sidebar type for text. fixed text sidebar to show same annotations whether in stacking or tree view. fixed linkDescription pop to go away on click outside of it.
2022-07-28from lastbobzel
2022-07-28fixed video thumbnail generation to have a lock that prevents multiple ↵bobzel
attempts to create the thumbnails at the same time. fixed ImageUpload to catch resize errors and not crash the server.
2022-07-28fixed an issue with tab closing not being serialized correctly causing ↵bobzel
incorrect state on reload
2022-07-27got basic scroll focus to workNaafiyan Ahmed
2022-07-27fixed document leak related to capturedVariables in scripts. changed ↵bobzel
capturedVariables to be a string encoding the captured variables instead of a Doc.
2022-07-27this.addDocument does not existNaafiyan Ahmed
2022-07-26fixed clicking linkDocPreview to follow links. switched target drag ↵bobzel
behavior from title to preview
2022-07-26fixed color fill box to show fill of current selection.bobzel
2022-07-26fixed error selecting svg elements.bobzel
2022-07-26fixed dragging webBoxes within a gridView to not marquee select.bobzel
2022-07-26avoid crashes when urlfield is undefined. prevent multiple views from ↵bobzel
setting thumbnail for same doc at same time. prevent unregistered views from creating thumbnails.
2022-07-26fixed stray ; getting rendered on dashboard view.bobzel
2022-07-26made width a playground field so shared views can open annotation pane. ↵bobzel
made title shrink for annotation button only when title doesn't add a margin. Fixed closing annotation view in lightbox not to make docuent shrink to minimum size by using percents, not pixels.
2022-07-26turned off resetriting text box resizing to max of scroll height. fixed ↵bobzel
placement/behavior of sidebar anno button for text.
2022-07-25cleaned up code and moved files aroundNaafiyan Ahmed