aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkMenu.tsx
AgeCommit message (Collapse)Author
2024-08-09a bunch more typing fixes.bobzel
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-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
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-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-03-11changed links from being a computed field on documents to being accessed by ↵bobzel
a function call on LinkManager
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-07-13fixed linkdoc preview not going away when clicking outside of it.bobzel
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
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-08-17in-progress link relationship color associationdinhanhtruong
created list fields for link relationships and their associated colors. Need to implement colors in front end
2021-06-28linkMenu commentsdinhanhtruong
added linkMenu comments
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2020-12-16fixed errors with linkmenu propsbobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
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-09-09fixed linkEditor menu to show up in the right place. fixed linklines to ↵bobzel
attach properly.
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-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-23added settings for default text titles. fixed image audio annotatoins. ↵bobzel
fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings.
2020-08-06put LinkMenu above document toolbar so that it doesn't get blockedMelissa Zhang
2020-08-06fixed LinkMenu position so that list of links stay with doc when zoomingMelissa Zhang
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-12fixed display of linkMenuBob Zeleznik
2020-07-08restructured textbox comment, cleaned menu UIanika-ahluwalia
2020-07-07adding apply for descriptions, author, creation dateanika-ahluwalia
2020-07-07UI change to menuanika-ahluwalia
2020-07-07fixing bugs and adding consistencyanika-ahluwalia
2020-07-05following dropdown UIanika-ahluwalia
2020-07-04redesigned editing menu, added link descriptions and popup on createdanika-ahluwalia
2020-07-03link created popupanika-ahluwalia
2020-07-01started clicking mode popupanika-ahluwalia
2020-06-30Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-06-30working with linked textanika-ahluwalia
2020-06-30preview and movement adjustmentanika-ahluwalia
2020-06-25fixed placement of menus and interaction with input boxes.Bob Zeleznik
2020-06-24made persistent link Icon in bottom left of documentBob Zeleznik
2020-06-23fixed coloring linksBob Zeleznik
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-02-20more link editor fixes. fixed border rounding.Bob Zeleznik
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-01-22basic cleanup for warningsbob