aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkPopup.tsx
AgeCommit message (Collapse)Author
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-05-13removed layerProvider functionality.bobzel
2021-08-18added search linkinggeireann
2021-08-17more updatesgeireann
2021-08-17import cleanupgeireann
2021-08-06fixed webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.
2021-07-26Link editor menu UI cleanup + color changes + temp removal of linkpopup for PRdinhanhtruong
2021-07-24In-progress link popupdinhanhtruong
2021-07-10Crude searchbox instantiation in linkpopupdinhanhtruong
added SearchBox to linkpopup. No changes to searchbox css
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