aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
AgeCommit message (Collapse)Author
2024-02-07added back shiftkey to drag and embed. got rid of overlayplane link view. ↵bobzel
got rid of auto arrange. fixed text edit color for linkBox's
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed ↵bobzel
link description editing popup. fixed showing link editor in property view - still some weirdness in what is selected. fixed dragging tree view items to set dragData.treeview and be able to drop at bottom of tree. fixed addFolder menu option for TreeViews to add locally.. added a function to collect all docs of a given tag into a collection. fixed setting default font size to update autolayouts. changed dropping link onto same collection to not leave pushpin. fixed minimap thumb updating. added fieldvalue dropdown for dashFieldViews in text.
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()
2024-01-03cleaned up screenToLocalTransform in several places by making it additional ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-12fixed props => _props refernecesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01cleaning up documentview props. got rid of special cases for keyValueBox. ↵bobzel
made fitToContents work cleanly for native scaled docs.
2023-11-30final rootDoc refactoringbobzel
2023-11-07Changed how selection works to avoid invalidations. Fixed Cast problem with ↵bobzel
ProxyFields that caused renameEmbedding to infinite loop.. Changed brushing for the same reason. Cleaned up a few things with filter code.
2023-09-14turn off link anchor dot display when link arrows are showngeireann
2023-09-07truncate link descriptions over link lines. Fix schema view issues with ↵bobzel
multiline inputs. fix '#' field assignment for title bar of docs. fixed dashFieldView to read fields from texstbox by fixing FindDocByTitle to not match undefind. Don't end link_description input on Enter to allow multiline inputs.
2023-09-06made link sizes a developer featurebobzel
2023-08-24from lastgeireann
2023-08-22Merge branch 'master' into sophie-ai-imagesgeireann
2023-08-22global showLinkLines toggleSophie Zhang
2023-07-27changesSophie Zhang
2023-07-20Merge branch 'sophie-report-manager' into sophie-ai-imagesSophie Zhang
2023-07-10filters and better uiSophie Zhang
2023-07-06just saving progressSophie Zhang
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-06-06more Symbol updating.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-17used stats to detect unnecessary server message when changing css style for ↵bobzel
text notes
2023-02-23fixed display of link linesbobzel
2023-01-20removed tour map from lightbox. added option to create anchors without ↵bobzel
adding thm as annotations. made zoom of text an option for pres and links
2023-01-17fixed linkint to trail to follow trail immediately in lightbox and show ↵bobzel
trail ui in minimized mode. fixed overlay of pres box to not disappear when lightbox appears. closing /ending trail hackily restores collecftion to prior pan/zoom.
2022-12-18improved link line geometry. fixed 2 finger swiping to not change Chrome ↵bobzel
tabs. don't display link lines for cropped docs. fixed two finger drag to pan.
2022-12-06added long press to select documents. fixed/reactivated link size/colors. ↵bobzel
fixed stackedTimelineItems so that they don't get pointer events until container content is active.
2022-12-05cleaning up following links and pres item following so that view transitions ↵bobzel
don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel.
2022-11-29fixed docDecoration appearance after following link and clicking before ↵bobzel
highlight times out. fixed selection of links to allow setting background color of link line and link text box. added background for link description text and highlighting of link when clicked/selected.
2022-11-21working cleaned up version of link editor properties in propertiesViewbobzel
2022-11-18migration of link properties to propertiesViewbobzel
2022-08-08cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵bobzel
link lines work when in lightboxview.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-05fixed up drawing link lines to be less jittery and smoother looking. ↵bobzel
changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top.
2022-06-04fixed searching to highlight in text notes and to unhighlight when search ↵bobzel
string changes. fixed links to update when text boxes scroll (hackily)
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
2021-12-02Merge pull request #49 from brown-dash/lauren-linkingGeireann Lindfield Roberts
Directed selectable links with editing ability in properties panel
2021-11-18change arrow colorLauren Choi
2021-11-18remove console.log statementLauren Choi
2021-11-18added arrow toggling functionalityLauren Choi
2021-11-17changed link line curves a bit. fixed formatted text box not to center text ↵bobzel
for typed notes.
2021-11-11color arrow headLauren Choi
2021-11-09added arrowheadLauren Choi
2021-11-04change color of line, remove inputLauren Choi