You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lobby page is one of the ugliest pages in Planetwars, please fix.
This page loads dynamically the state and put's that HTML code in a div, ugly ugly.
Resources: backend/src/util.rs:13 for the fields in GameState.
The useful files are probably backend/templates/{lobby, state_partial}.html.tera, backend/static/script/lobby.js and backend/static/style/style.css.
Optionally: move lobby css to its own file.
Optionally: find different way to refresh the state, now it just reloads its state part.
The text was updated successfully, but these errors were encountered:
The lobby page is one of the ugliest pages in Planetwars, please fix.
This page loads dynamically the
state
and put's that HTML code in a div, ugly ugly.Resources:
backend/src/util.rs:13
for the fields in GameState.The useful files are probably
backend/templates/{lobby, state_partial}.html.tera
,backend/static/script/lobby.js
andbackend/static/style/style.css
.Optionally: move lobby css to its own file.
Optionally: find different way to refresh the state, now it just reloads its
state
part.The text was updated successfully, but these errors were encountered: