aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2024-05-01bug fiixngSophie Zhang
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-25ui framework for effect animationsSophie Zhang
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-18dropdowns, ui, rollSophie Zhang
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-11fix: start effect when doc is in viewportSophie Zhang
2024-04-11Row dragging no longer interferes with multi-selection; dragged rows render w...Nathan-SR
2024-04-10organizingSophie Zhang
2024-04-10fix: naming, cleaningSophie Zhang
2024-04-10fixed buttons to have an embedContainer. cleaning up notetaking view - fixing...bobzel
2024-04-09Merge branch 'master' into sophie-ai-imagesSophie Zhang
2024-04-04zoom fade rotateSophie Zhang
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-21more springsSophie Zhang
2024-03-21preliminary react-spring animsSophie Zhang
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-18hoveralyssaf16
2024-03-17menu workingalyssaf16
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-12Merge branch 'master' into alyssa-starteralyssaf16
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-05difference between flashcard and comparison nodealyssaf16
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-23changealyssaf16
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