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
/
newlightbox
Age
Commit message (
Expand
)
Author
2025-06-13
updated css and project to HTML5 standards. fixed border rounding for images.
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-02-25
added a hideUI option to hide buttons. fixed a mess of runtime warnings most...
bobzel
2025-01-01
monorepo setup
Geireann Lindfield Roberts
2024-10-30
reworked how context menu buttons for ink and text work. added disableMixBlen...
bobzel
2024-10-10
minor lint fixes.
bobzel
2024-08-12
more any -> type fixes
bobzel
2024-05-08
lots of api cleanup and cycle removal
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-29
more eslint
bobzel
2024-04-29
eslint fixes.
bobzel
2024-04-28
simplified explore mode implementation
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2024-03-30
cleanup of import orderings.
bobzel
2024-01-27
added searchable flag to docoption types. fixed searchbox scrolling and showi...
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-18
lots of changes to try to simplify API for viewPaths and related
bobzel
2023-12-29
cleaned up imports, mobx observable initialization and some compile errors.
bobzel
2023-12-29
fixed sidebar button highoighting. fixed explore mode.
bobzel
2023-12-03
cleaned up warnings and errors, working with typescript 20.10
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-25
cleanup of rootSelected to default to false. remove unused mobile classes.
bobzel
2023-08-27
lots of cleanup to streamline import orderings (ie packages should not mutual...
bobzel
2023-08-22
fixed some errors
bobzel
2023-08-09
updated file system to include recentlyClosed, Shared, and Dashboards and fix...
bobzel
2023-07-28
cleanup of compile errors
bobzel
2023-07-18
fixed filter errors in NewLightboxView
geireann
2023-06-07
added doc recommendations to search
Geireann Lindfield Roberts
2023-06-06
added rec stuff and begun updating components
geireann