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
/
collections
/
TreeView.tsx
Age
Commit message (
Expand
)
Author
2024-09-10
moved TagsView up into DocumentView so that one row of tags will be visible. ...
bobzel
2024-08-15
cleaned up server list add/rem.
bobzel
2024-08-12
more any -> type fixes
bobzel
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-07-22
adding type fixes to avoid 'any's
bobzel
2024-07-11
fixed transforms for treeView. cleanedup/commented some code.
geireann
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-06
eslint cleanup
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-25
added toList() for Doc|Doc[]
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-12
fixed auto play for trails. fixed presbox to allow drag and drop in additio...
bobzel
2024-04-05
updates for new css-loader
bobzel
2024-03-30
trying to cleanup import cycles
bobzel
2024-03-19
cleaned up user templates to not get changed on reload. made setting a templ...
bobzel
2024-03-14
fixed dragging system documents in files sidebar
geireann
2024-03-09
fixed up default text that uses a template to process an initial carriage ret...
bobzel
2024-03-08
cleaned up MakeTemplate api and currentUserUtils templates for clicks etc.
bobzel
2024-03-06
cleaned up some dropActionType strings. fixed stackingview scrolling when al...
bobzel
2024-02-26
fixed some string types to be enumerations for dropAction. fixed bug in gold...
bobzel
2024-02-05
changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed li...
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-29
cleaned up imports, mobx observable initialization and some compile errors.
bobzel
2023-12-14
a bunch more fixes to making things observable. fixed calling super.componen...
bobzel
2023-12-13
cleaned up props/_props handling by inherting from ObservableReactComponent
bobzel
2023-12-12
fixed and cleaned up snapping lines
bobzel
2023-12-11
fixed includes of scss globals into typescript files.
bobzel
2023-12-10
massive changes to use mobx 6 which means not accessing props directly in @co...
bobzel
2023-12-05
mostly working version with latest libraries
bobzel
2023-12-03
cleaned up warnings and errors, working with typescript 20.10
bobzel
2023-12-01
made collections fitwidth in tree view previews. centered keys in keyvalue.
bobzel
2023-12-01
cleaning up documentview props. got rid of special cases for keyValueBox. ...
bobzel
2023-12-01
converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...
bobzel
2023-11-30
final rootDoc refactoring
bobzel
2023-11-30
fixed rootSelected prop to be optional. fixed fonticont toggle to pass 'sel...
geireann
2023-11-29
exposed menu option to pin Trails and other tree view docs and added open bu...
bobzel
2023-11-29
fixed menu functions that referenced 'self' instead of 'this'
bobzel
2023-11-29
numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...
bobzel
[next]