aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.tsx
AgeCommit message (Collapse)Author
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-02fixed jimp upload to not hang when error occurs. fied imagebox to show ↵bobzel
original image if resized images fail.
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵bobzel
always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument.
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-09-10once morebobzel
2023-09-10from lastbobzel
2023-09-10fixes for file uploads: restored progress for youtube videos, fixed info ↵bobzel
display on loadingBoxes, stop client from asking for progress on failed uploads. attempt to catch stream errors on webpages. fixed dataFieldView in text to print out layout document's field, not field of document that contains the field definition.
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-06-07Clean up and commentJames Hu
2023-06-07loggingJames Hu
2022-09-23added progress messages to youtube uploadsbobzel
2022-09-22fixed error messages on loading to not generate temporary error message when ↵bobzel
there is no error.
2022-09-20display error instead of infinitely loading after refreshmehekj
2022-09-06final cleanup of dragging rotated images. fixed loading of youtube videos ↵bobzel
and displaying errors when the upload fails
2022-09-01afixed loadingBox to show error message for unsupported videos. fixed video ↵bobzel
uploading to generate errors for unsupported (Chrome) codecs. fixed videos that don't have codec support to still play audio and show duration. fixed dragging rotated documents to show and place the rotted document WYSIWYG
2022-08-30fixed loadingDocument issues with overwriting height with NaN and setting ↵bobzel
'data' field unnecessarily and at the expense of being able to set it for replacement docs when using animation frames
2022-08-19cleaned up commentsNaafiyan Ahmed
2022-08-19added comments, cleaned up code, could not get spinner to centerNaafiyan Ahmed
2022-08-18fixed sizing bugNaafiyan Ahmed
2022-08-16added loading for diff doc typesNaafiyan Ahmed
2022-08-16updated placeholderNaafiyan Ahmed
2022-08-10created placeholder loading box but have to get location of final doc to ↵Naafiyan Ahmed
update with loading box