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
/
LoadingBox.tsx
Age
Commit message (
Expand
)
Author
2023-12-29
cleaned up imports, mobx observable initialization and some compile errors.
bobzel
2023-12-12
fixed and cleaned up snapping lines
bobzel
2023-12-10
massive changes to use mobx 6 which means not accessing props directly in @co...
bobzel
2023-12-02
fixed jimp upload to not hang when error occurs. fied imagebox to show origi...
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-08
fixed bug where tableBox's didn't render all of the rows they receive. lots o...
bobzel
2023-09-10
once more
bobzel
2023-09-10
from last
bobzel
2023-09-10
fixes for file uploads: restored progress for youtube videos, fixed info disp...
bobzel
2023-08-27
lots of cleanup to streamline import orderings (ie packages should not mutual...
bobzel
2023-06-07
Clean up and comment
James Hu
2023-06-07
logging
James Hu
2022-09-23
added progress messages to youtube uploads
bobzel
2022-09-22
fixed error messages on loading to not generate temporary error message when ...
bobzel
2022-09-20
display error instead of infinitely loading after refresh
mehekj
2022-09-06
final cleanup of dragging rotated images. fixed loading of youtube videos an...
bobzel
2022-09-01
afixed loadingBox to show error message for unsupported videos. fixed video ...
bobzel
2022-08-30
fixed loadingDocument issues with overwriting height with NaN and setting 'da...
bobzel
2022-08-19
cleaned up comments
Naafiyan Ahmed
2022-08-19
added comments, cleaned up code, could not get spinner to center
Naafiyan Ahmed
2022-08-18
fixed sizing bug
Naafiyan Ahmed
2022-08-16
added loading for diff doc types
Naafiyan Ahmed
2022-08-16
updated placeholder
Naafiyan Ahmed
2022-08-10
created placeholder loading box but have to get location of final doc to upda...
Naafiyan Ahmed