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
/
DocComponent.tsx
Age
Commit message (
Expand
)
Author
2024-08-15
cleaned up server list add/rem.
bobzel
2024-05-14
post merge fixes for sarah-ai-visualizatoin
bobzel
2024-05-08
lots of api cleanup and cycle removal
bobzel
2024-05-03
fixed not having docs being dragged show up in schema view unless it is active.
bobzel
2024-05-02
another push to remove cycles by pushing things onto Doc and DocumentView
bobzel
2024-05-02
lots more dependency cycle unwinding.
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-25
added toList() for Doc|Doc[]
bobzel
2024-04-23
more lint cleanup
bobzel
2024-04-21
more lint cleanup
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2024-03-30
trying to cleanup import cycles
bobzel
2024-03-18
comments
bobzel
2024-03-06
enabled copy and paste to work with template docs (and not copy template). F...
bobzel
2024-02-26
fixed tooltips to not grab events - this made moving down a menu a problem si...
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
2024-02-05
changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed li...
bobzel
2024-01-31
cleaned up accessing/setting proto_embeddings with api on Doc. fixed some cs...
bobzel
2024-01-27
made dataViz nodes linked to schema nodes update automatically as cahnges are...
bobzel
2024-01-24
added dragConfig() to allow components to set custom docDragData fields. got ...
bobzel
2024-01-24
several fixes to drag/drop so that dropAction's set on target work for tree v...
bobzel
2024-01-23
reorganization of DocumentView, DocumentViewInternal and FieldView methods an...
bobzel
2024-01-22
fixed schema rows to render, fix for resizing docs from left side. all lockin...
bobzel
2024-01-22
cleaned up viewPath methods and LightboxView's containment api
bobzel
2024-01-18
lots of changes to try to simplify API for viewPaths and related
bobzel
2024-01-03
cleaned up screenToLocalTransform in several places by making it additional m...
bobzel
2024-01-02
fixing more .props => ._props refernces.
bobzel
2023-12-13
cleaned up props/_props handling by inherting from ObservableReactComponent
bobzel
2023-12-10
massive changes to use mobx 6 which means not accessing props directly in @co...
bobzel
2023-12-01
converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...
bobzel
2023-11-30
completed transition from rootDoc => Document, dataDoc, layoutDoc
bobzel
2023-11-29
fixes for following links to parts of templates. turned off
bobzel
2023-11-29
cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDoc
bobzel
2023-11-29
numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...
bobzel
2023-11-25
cleanup of rootSelected to default to false. remove unused mobile classes.
bobzel
2023-11-18
fixed ctrl-drag for expressions, maps, fform doc selections. fixed using shif...
bobzel
2023-11-16
removed touch code that wasn't being used or maintained
bobzel
2023-11-07
Changed how selection works to avoid invalidations. Fixed Cast problem with P...
bobzel
2023-09-05
change getAnchor to honor addAsAnnotation so that pinning docs doesn't add to...
bobzel
2023-08-29
more cleanup
bobzel
2023-08-09
updated file system to include recentlyClosed, Shared, and Dashboards and fix...
bobzel
2023-07-27
removed delete from treeview context menu. fixed close in treeView to not rea...
bobzel
2023-07-11
more fixes to simplify sharing
bobzel
2023-07-10
fixed sharing to a user to allow upgrading credentials.
geireann
2023-07-07
fixed self-ownership of copied Docs created by someone else. prevent dash fro...
bobzel
[next]