aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkMenuGroup.tsx
AgeCommit message (Collapse)Author
2020-09-10fixed following links on text hyperlink to use same code as linkMenu. fixed ↵bobzel
hyperlink delete button
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-07-14fixed onClickHandler stuff to use functions properly. fixed several linking ↵Bob Zeleznik
to annotations/pushpins problems.
2020-07-09trying to add linked text in menuanika-ahluwalia
2020-07-04redesigned editing menu, added link descriptions and popup on createdanika-ahluwalia
2020-06-29UI changes to menu & prevanika-ahluwalia
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-03extended documentBox's to support drag and drop of style. reorganized ↵Bob Zeleznik
imports to avoid some cycles
2020-03-09fixed showing links only to doculink boxes. changed field names for links ↵bob
to be more readable.
2020-02-20cleaned up a whole bunch of linking stuff. link menu / link types / link ↵bob
default behaviors / added LinkBox
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-13deleted old Session folder and fixed linter errorsSam Wilkins
2019-12-12fixed warnings. Limited the size of pasted text boxesBob Zeleznik
2019-12-12major changes to drag and dropbob
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-09-19switche calls to COllectionDockingView... to addDocTabs. fixed following ↵bob
links to navigate/restore properly.
2019-09-15changed moveDocument to move the draggedDoc -- its up to the caller to add ↵Bob Zeleznik
the droppedDoc if it wants to. cleaned up some old code related to passing dataDoc along with doc's to drag and other functinos
2019-08-21moved links to own foldermonikahedman