Add game frame UI with play button and styling

Introduced a new 'game' frame in logged.html with a title and play button. Added corresponding CSS for layout and button styling in logged.css. Updated JS to show the game frame by default.
This commit is contained in:
2026-01-24 23:50:28 +01:00
parent d2ae3122c9
commit 26e78a82c0
3 changed files with 47 additions and 3 deletions

View File

@@ -244,4 +244,4 @@ window.gamelog.clear = async function clear() {
await initSkin()
await initSettings()
await initCapesSelector()
showFrame("profile")
showFrame("game")