Opened 7 years ago
Last modified 5 years ago
#3389 new enhancement
Lobby - allow reconnect without returning to the main menu
Reported by: | elexis | Owned by: | |
---|---|---|---|
Priority: | If Time Permits | Milestone: | Backlog |
Component: | Multiplayer lobby | Keywords: | |
Cc: | Patch: | Phab:D791 |
Description (last modified by )
If you are in the lobby and become disconnected, then in order to rejoin you have to return to the main menu and start the login process from scratch (Back -> Multiplayer -> Lobby -> Login -> Connect). The client doesn't attempt to reconnect by itself.
We could have a "Reconnect" button with the same size and position as the "Host" button that is only visible while we are disconnected. If clicked, it should attempt to rejoin without the need to provide the credentials again.
Change History (2)
comment:1 by , 6 years ago
Description: | modified (diff) |
---|---|
Keywords: | simple added |
comment:2 by , 5 years ago
Keywords: | simple removed |
---|---|
Patch: | → Phab:D791 |
Note:
See TracTickets
for help on using tickets.
The new 'Connect' button would just have to do few calls that we find in
lobbyStartConnect()
ofprelobby.js
and reuse some code ofinit
oflobby.js
(could be moved to a new helper function) and call it from the "connected" case inlobby.js
.