aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2024-05-10fixed exception when text templates have no inherited data, and when text vie...bobzel
2024-05-10added an always option for OpenWhere lightbox. cleaned up/fixed making colle...bobzel
2024-05-10fixed clicking on template text when template is not selected to get focus ri...bobzel
2024-05-08fixed text selection on web pages. cleaned up gptSummarize to work on any text.bobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-07lint cleanup for schemaviewbobzel
2024-05-06eslint cleanupbobzel
2024-05-03merged with new version of masterbobzel
2024-05-03Merge branch 'master' into nathan-starterbobzel
2024-05-03reverting unnecessary changesbobzel
2024-05-02removed console.logsNathan-SR
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-05-02arrow selection fixedNathan-SR
2024-05-02lots more dependency cycle unwinding.bobzel
2024-05-02selected cell moves with col; jitter on col move index 0 fixedNathan-SR
2024-05-01more cycle import removal. fixed ndollar bugs introduced during lint changes.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-28cleaned up explore mode to use focus(). fixed focusing on group doc elements...geireann
2024-04-28simplified explore mode implementationbobzel
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-11Row dragging no longer interferes with multi-selection; dragged rows render w...Nathan-SR
2024-04-10fixed buttons to have an embedContainer. cleaning up notetaking view - fixing...bobzel
2024-03-31fixed dropdown in title bar location. moved rotate button up to not interfer...bobzel
2024-03-30cleanup of import orderings.bobzel
2024-03-29fixed capture offset to target in link following. fixed links to appear in l...bobzel
2024-03-29fixed making strokes able to allow followTarget click funcs to what they're l...bobzel
2024-03-27fixed lightbox views to suppressheight for docs with layout_fitWidth setbobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ...bobzel
2024-03-24fixed linkdocpreviews to sequence through multiple links. fixed text boxes t...bobzel
2024-03-22Merge branch 'master' into nathan-starterNathan-SR
2024-03-19routing select through selectCell; shift select kind of working; cell selecti...Nathan-SR
2024-03-19cleaned up user templates to not get changed on reload. made setting a templ...bobzel
2024-03-19multiple cell selection startedNathan-SR
2024-03-17DocView 1330 problem statementNathan-SR
2024-03-17use metakey to edit computedfield result instead of expression in schema cell...bobzel
2024-03-14cleaned up some audio recording and annotating codebobzel
2024-03-12made text templates be both layout templates and prototypes of new text docum...bobzel
2024-03-09added a template button to top bar to set default layout. fixed show title w...bobzel
2024-03-06fixed plotly/mermaids loading from a new accountbobzel
2024-03-04cleaned up a number of things related to autoHeight and stacking/masonry/note...bobzel
2024-02-28extracted field dropdown menu to a components and then cleaned up collectionT...bobzel
2024-02-26fixed some string types to be enumerations for dropAction. fixed bug in gold...bobzel
2024-02-22fixed search to update after typing delay. fixed collection of tags to set co...bobzel
2024-02-21got rid of dropdown for fieldValue views of a tag since tags have no values. ...bobzel
2024-02-07changed so link docs are added to common ancestor of anchors so that they can...bobzel
2024-02-07made various render methods in DocumentView computed getters for efficiency a...bobzel
2024-02-07switch to xAnchor to clean up link lines. added transition to getBounds() s...bobzel