aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkDocPreview.tsx
AgeCommit message (Collapse)Author
2022-07-26fixed clicking linkDocPreview to follow links. switched target drag ↵bobzel
behavior from title to preview
2022-07-13fixed linkdoc preview not going away when clicking outside of it.bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-06-06fixed giving webDocuments a nativeWidth in link previewsbobzel
2022-06-05fixed up drawing link lines to be less jittery and smoother looking. ↵bobzel
changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top.
2022-06-03fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵bobzel
to webBox's without opening sidebar. Made linkDoc preview always open
2022-05-13removed layerProvider functionality.bobzel
2022-04-28made sharing menu a developer feature. made link relationships support ↵bobzel
non-symmetry
2022-04-27fixed links to ink being computed correctly on the inkStroke's links field. ↵bobzel
fixed interacting with iconified ink. fixed cycling through links on linkDocPreivew to not deselect
2022-04-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-13added images to treeView bullets for docs with icons. fixed following ↵bobzel
pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates.
2022-04-07added multiple target capability for autoLinks. added wiki:<link>bobzel
2022-04-06uses linkMenu in propertiesWindow now. updated linkMenu api, changed ↵bobzel
layout, made groups collapsible
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not ↵bobzel
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels
2022-03-31added autoLinks to formattedTextBoxes. Set auto link target by titling ↵bobzel
documents with a prefix '@'.
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-09-20changed link previews to show document, not context, unless document is a ↵bobzel
marker. de select documentViews when unmounted.
2021-08-01made url server references relative.bobzel
2021-04-06minor cleanup + style across filesusodhi
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-05from lastbobzel
2021-03-05fixed linked doc preview of imagesbobzel
2021-02-16added getAnchor() to freeformView to capture viewtype & filters. fixed ↵bobzel
setPanIntoView bug. added setViewSpec componentView method to allow anchor to set view specs.
2021-02-12fixed previewing/scrollingto targets in web boxes and PDFs. fixed following ↵bobzel
link to textanchor when rtf doc is not displayed.
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-11more focus refactoring and some bug fixes - resetting target document when ↵bobzel
recursively focusing.
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-10from lastbobzel
2021-02-10fixes for removing individual overlapping textanchors in a textBox. ↵bobzel
Hopefully near final cleanup of linkDocPreview and FormattedTextComment
2021-02-09fixed following links to web page references.bobzel
2021-02-09cleanup of formattedtextboxcomment and linkDocPreviewbobzel
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2020-12-16cleaned up some link following code. fixed problem following links from ↵bobzel
LinkAnchorBox's
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-10fixed infinite loop in treeView. changed styleProvider signature back to ↵bobzel
have an optional 'props'
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-12-07fixed lists to allow multiple null-value entries & be able to edit in ↵bobzel
KeyValuePane. cleaned up a lot of stuff with animation frames and got working again. fixed previews of links to text selections to preview properly.
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-11-09fixed autoHeight for formattedTextSidebars when the text document has been ↵bobzel
scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF).