aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentLinksButton.tsx
AgeCommit message (Collapse)Author
2021-08-01Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-08-01made url server references relative.bobzel
2021-07-31fixed linking issues with dragging & updating linking UIgeireann
2021-07-31linking updates and tab updatesgeireann
2021-07-31Merge branch 'master' into tab_updatesgeireann
2021-07-31more updatesgeireann
2021-07-26Link editor menu UI cleanup + color changes + temp removal of linkpopup for PRdinhanhtruong
2021-07-24refreshed linking status bar css, linkmenu cssdinhanhtruong
2021-07-08created front-end link popup on text highlightdinhanhtruong
added button to AnchorMenu marquee selector for showing the link popup after highlighting text. created the front end of the popup. need to fix visibility when clicking out
2021-03-24redid how LinkManager stores links on documents by putting them on the Doc ↵bobzel
itself instead of as a computedFn. This has a signifcant effect on efficiency since adding a link to one document will no longer invalidate every other view that references *any* document's links
2021-03-13cleaned up dropping link button on collections / alternate annotation views ↵bobzel
(eg pdf sidebar) - new docs are created only for internal drops within, say, a PDF. Otherwise links are made.
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-12changed setDocFilter to not take undefined as a modfied & added toggle ↵bobzel
param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons.
2021-03-11added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵bobzel
linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth)
2021-03-09from lastbobzel
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
2021-02-26fixed serialization error handling to not kill Dash - bad list items ↵bobzel
prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields.
2021-02-21fixed compile warnings.bobzel
2021-02-16added doubel tap on links button to enter portal for document + linksbobzel
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-01-12fixed layout of audioBox markersbobzel
2020-12-15simplifying dragging to make links by moving linkDocument to event, instead ↵bobzel
of dragData. moved link anchor and caption styling to default style provider. CURRENTLY, typing text, brushing doc highlights along with a bunch of other things ARE BROKEN ..
2020-12-14minor cleanupbobzel
2020-11-03fixed LinkManager to cache links correctly. fixes issue with linkButton not ↵bobzel
showing the correct number.
2020-10-25fixed placement of link button for scaled text views. fixed document ↵bobzel
decorations for ContentFittingDocViews & fitWidth items. Fixed documentDeocrations for CollectionMulticolumn view.
2020-09-30Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-30cssusodhi
2020-09-29fixed highlighting of link hypertext anchors (was offset very wrongly ↵bobzel
before). fixed setting link mark correctly when linking two hypertext anchors. fixed allowing link to parent collection when parent collection is specified by clicking its link button
2020-09-22made filters apply to links. automatically removes links that have a ↵bobzel
missing endpoint unless you own them.
2020-09-03changed linkMenuItem follow behavior to work when one link is an annotation ↵bobzel
-- now it will follow to the link endpoint that is not an annotation
2020-09-01fixed following link to a doc that is in a hidden tab to show that tab. ↵bobzel
fixed linear view to hit content bounds accurately. fixed editing of text in tabs somewhat. fixed place ment of link anchor boxes for topMost views.
2020-08-23fixed start/end link for text selections on start link. fixed display of ↵bobzel
link target from link text hyperlink
2020-08-20fixed link popup locationbobzel
2020-08-19fixed link label cut offanika-ahluwalia
2020-08-12select fixesanika-ahluwalia
2020-08-08move HypothesisUtils.ts to Utils folderMelissa Zhang
2020-08-08clean up code, fix delete link bugsMelissa Zhang
2020-08-07merge with masterMelissa Zhang
2020-08-06fixed LinkMenu position so that list of links stay with doc when zoomingMelissa Zhang
2020-08-05small bug fixesMelissa Zhang
2020-08-05Merge branch 'master' into menu_restructurebobzel
2020-08-05 lintAndy Rickert
2020-08-04"added invisibleDoc and simulated clicks to load annotations"Melissa Zhang
2020-08-04several UI changes and consistency updates around the systemanika-ahluwalia
2020-08-03made always show link end a contextMenu optionbobzel
2020-08-03merge with masterMelissa Zhang
2020-08-03linking bug fixes, WebDocument size fixesMelissa Zhang
2020-08-03menu button fix and link greyed outanika-ahluwalia
2020-08-03fixed undoing linksbobzel