diff --git a/doc/impl-thoughts/RECONNECTING.md b/doc/impl-thoughts/RECONNECTING.md index 5e09772e..933d66a8 100644 --- a/doc/impl-thoughts/RECONNECTING.md +++ b/doc/impl-thoughts/RECONNECTING.md @@ -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