aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkMenuGroup.tsx
AgeCommit message (Collapse)Author
2025-04-23lots of typechecking fixes.bobzel
2024-08-09a bunch more typing fixes.bobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-24completing eslint passbobzel
2024-03-27changed dashFieldViews to support Tab'ing between other dashFieldviews, ↵bobzel
changed deleting links to clear out the anchors so that linkBoxes will go away more easiliy. changed funcitonPlot to plot the equations that are linked to it. changed equations to link to functions. changed undo and other console logging to only happen when undo docked buttons are expanded (visible)
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30final rootDoc refactoringbobzel
2023-08-28trying to fix more colorsbobzel
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-05-14major overhaul of field naming conventions.bobzel
2022-11-29changes to streamline link editing UI (got rid of LinkEditor). cleaned up ↵bobzel
link (un)highlighting.
2022-11-21working cleaned up version of link editor properties in propertiesViewbobzel
2022-04-28fixed linkEditor to work when invoked from documentButtonsBar and properties ↵bobzel
sidebar is up.
2022-04-06uses linkMenu in propertiesWindow now. updated linkMenu api, changed ↵bobzel
layout, made groups collapsible
2021-10-07link menu ui tweaking. edge case checks for linkrelationship stuff. ↵bobzel
default links to have linkAutoMove
2021-08-23matched link group header background to color of relationshipdinhanhtruong
2021-07-24refreshed linking status bar css, linkmenu cssdinhanhtruong
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2020-12-16fixed errors with linkmenu propsbobzel
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).
2020-10-05got rid of link group stuff. fixed sidebar popping out when properties pops ↵bobzel
out. got rid of Layout from properties because it caused PDFs to scroll.
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