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: cleanup Reconnector with recent changes, move generic code, make imports work
- DONE: add SyncStatus as ObservableValue of enum in Sync - DONE: add SyncStatus as ObservableValue of enum in Sync
- DONE: cleanup SessionContainer - DONE: cleanup SessionContainer
- move all imports to non-default - DONE: move all imports to non-default
- remove #ifdef - DONE: remove #ifdef
- move EventEmitter to utils - DONE: move EventEmitter to utils
- move all lower-cased files - DONE: move all lower-cased files
- change main.js to pass in a creation function of a SessionContainer instead of everything it is replacing - 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 - show load progress in LoginView/SessionPickView and do away with loading screen
- adjust BrawlViewModel, SessionPickViewModel and LoginViewModel to use a SessionContainer - adjust BrawlViewModel, SessionPickViewModel and LoginViewModel to use a SessionContainer