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
2025-05-05
got rid of dash _xPadding/_yPadding in favor of just using _xMargin/_yMargin....
bobzel
2025-04-23
lots of typechecking fixes.
bobzel
2025-04-14
fixed how templates are expanded to avoid template sub-component conflicts by...
bobzel
2025-03-30
changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ...
bobzel
2025-03-27
fix so that schemacellfield doesn't trigger a finalizeEdit when it's not edit...
bobzel
2025-03-23
fixed more typing errors. fixed updateBullets to not generate error when pa...
bobzel
2025-03-23
from last
bobzel
2025-03-23
updated more [DocData] to .$ things
bobzel
2025-03-06
a bunch of changes to improve how docs are selected automatically when created.
bobzel
2025-01-01
monorepo setup
Geireann Lindfield Roberts
2024-10-10
tweaks to cardDeck view so that cards are activated when clicked, but not sel...
bobzel
2024-09-11
merged with master
bobzel
2024-09-10
moved TagsView up into DocumentView so that one row of tags will be visible. ...
bobzel
2024-08-29
merge cleanup cleanup
bobzel
2024-08-27
Merge branch 'master' into eleanor-gptdraw
eleanor-park
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-26
Revert "Merge branch 'master' into eleanor-gptdraw"
eleanor-park
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
[next]