notes
This commit is contained in:
parent
a097929dbd
commit
ad7c564d5d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Reference in a new issue