skywolf829 / GSTK

Gaussian Splatting toolkit application. One stop shop for preprocessing your dataset, training your model with human-in-the-loop training, and editing saved GSplat PLY files.
MIT License
4 stars 1 forks source link

Loading window and error window modals #45

Open skywolf829 opened 6 months ago

skywolf829 commented 6 months ago

When the backend is loading or catches an error it sends to the frontend, the frontend should pop up a window. For the loading window, it should be modal (non-escapable) and only close when the server finishes loading or disconnects. The error popup should just be a notice of the error with the option to close.

Backend already sends messages with the type as loading or as error with a header and body in the data attachment.