aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2022-08-03Merge branch 'master' into parkerbobzel
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-27got basic scroll focus to workNaafiyan Ahmed
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-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-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
2022-07-25kind of got tooltips workingNaafiyan Ahmed
2022-07-25fixed graph cut off bug - i hate javascript typesNaafiyan Ahmed
2022-07-25made formatttedtextbox annotation handle work the same as pdf/web. prevent ↵bobzel
header from hiding annotation button handle. fixed resizing text boxes.
2022-07-25fixed equationBox width sizingbobzel
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-21fixed dragging preselements by updating dragManger pointerupbobzel
2022-07-21fixed undo for opening/closing sidebar for pdf/web/text. fixed ↵bobzel
lightboxview for pdf's with smaller heights.
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-14got basic numerical line chart workingNaafiyan Ahmed
2022-07-14refactored code into d3 utilsNaafiyan Ahmed
2022-07-13fixed fonticonbox's to use mobx correctlybobzel
2022-07-13got selection and x, y pos to workNaafiyan Ahmed
2022-07-13got basic d3js graph to workNaafiyan Ahmed
2022-07-13fixed slider size for dropdown fonticonboxbobzel
2022-07-13fixed linkdoc preview not going away when clicking outside of it.bobzel
2022-07-12stuck on linkingNaafiyan Ahmed
2022-07-12merged masterNaafiyan Ahmed
2022-07-12merged masterNaafiyan Ahmed
2022-07-12merged masterNaafiyan Ahmed
2022-07-08removed todo commentNaafiyan Ahmed
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07fixed more errors.bobzel
2022-07-07got rid of typings for ReactTextareaAutocomplete to avoid react warnings.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-07-06added support for line graphNaafiyan Ahmed
2022-07-06storing render details in fieldNaafiyan Ahmed
2022-07-06cleaned up code for chartboxNaafiyan Ahmed
2022-07-06added endpoint routes for csv and integrated chartjsNaafiyan Ahmed
2022-07-06Merge branch 'geireann-rotation-borderRadius' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-06Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-06fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵bobzel
right-clicking on text anchors to bring up anchor menu
2022-07-06Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-05Merge branch 'master' into geireann-rotation-borderRadiusGeireann Lindfield Roberts
2022-07-05fixed sidebar annos to be editable (with i-beam cursor) when selected and to ↵bobzel
be active when parent document is active. fixed previewing a sidebar annotation to not open up sidebar
2022-07-05fixed color picker so that dismissing it doesn't lose focus on active text ↵bobzel
box - allows font color to be changed
2022-07-05Merge branch 'master' into parkerbobzel
2022-07-04Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts