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