This commit is contained in:
Bruno Windels 2020-04-20 21:43:02 +02:00
parent a097929dbd
commit ad7c564d5d

View file

@ -43,10 +43,10 @@ rooms should report how many messages they have queued up, and each time they se
- DONE: cleanup Reconnector with recent changes, move generic code, make imports work
- DONE: add SyncStatus as ObservableValue of enum in Sync
- DONE: cleanup SessionContainer
- move all imports to non-default
- remove #ifdef
- move EventEmitter to utils
- move all lower-cased files
- DONE: move all imports to non-default
- DONE: remove #ifdef
- DONE: move EventEmitter to utils
- DONE: move all lower-cased files
- change main.js to pass in a creation function of a SessionContainer instead of everything it is replacing
- show load progress in LoginView/SessionPickView and do away with loading screen
- adjust BrawlViewModel, SessionPickViewModel and LoginViewModel to use a SessionContainer