This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/scripts/components/server
Dane Everitt 16e6f3f45f
Attempting to solve a weird console loading issue by making into class component; doesn't fix but like the class better for this.
Loading the console, switching to file manager, and then switching back is needed to load the data the first time. After that every 2nd load of the console will load the data (and even send the data to the websocket as the daemon is reporting.)
2019-06-29 18:28:23 -07:00
..
Console.tsx Attempting to solve a weird console loading issue by making into class component; doesn't fix but like the class better for this. 2019-06-29 18:28:23 -07:00
ServerConsole.tsx Hide spinner when connected to websocket 2019-06-29 16:59:50 -07:00
WebsocketHandler.tsx Correctly handle socket state in the app and make it possible to listen for events 2019-06-29 16:57:11 -07:00