summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/modules/ui/server-listing.js
AgeCommit message (Collapse)Author
2018-11-27Reworked the code, but currently unable to test, so bugs are bound to be in ↵TrueKuehli
there Will test it sometime later. There also might still be stuff, that has yet to be reworked.
2018-10-01Added Game Page, currently with a chatTrueKuehli
Redirects to the game page after login, keeping the connection intact
2018-10-01A lot of changesTrueKuehli
I shoud have written a better commit, I know!
2018-10-01Documented the code better and made some minor fixesTrueKuehli
2018-09-30Fixed an issue where the join button would separate from the player countTrueKuehli
This caused alignment problems and didn't look great. Now they're in a non-breaking container.
2018-09-29Did some code splitting and added Server ListingTrueKuehli
Split code into different modules Added method to fetch server list from remote server, and to populate this into the server list of the UI