Commit Graph

91 Commits

Author SHA1 Message Date
Settel
a78ed70f05 feat: setup game and create admin user 2023-06-03 23:05:06 +02:00
Settel
846f137b7a feat: setup app, create admin user (WIP) 2023-06-03 22:39:36 +02:00
Settel
78b4947730 feat: show create admin account dialog (WIP) 2023-06-03 21:09:16 +02:00
Settel
6b9394a50a create admin account and show PIN (WIP)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-29 18:19:34 +01:00
Settel
0d2ae30b24 refactor: move version/copyright notice to own component
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-29 17:50:20 +01:00
Settel
e5bfd05e71 add text to /setup page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-29 17:19:51 +01:00
Settel
4967d6bdf1 add new page /setup 2023-01-29 16:07:24 +01:00
Settel
118dc897ce css: disable create team button in smartphone mode 2022-10-09 21:36:51 +02:00
Settel
e2d504c839 css: make index page ready for smartphone 2022-10-09 21:29:09 +02:00
Settel
941be1a7d7 refactor: move /info to ModalDialog 2022-09-30 20:42:39 +02:00
Settel
15ca4459eb feat: add info page 2022-09-30 18:03:34 +02:00
Settel
3e20b783ee feat: show gameinfos in admin view 2022-09-11 20:44:18 +02:00
Settel
449f64e703 refactor: simplify usage of authenticateAndLoadUserInfo() 2022-09-11 20:02:24 +02:00
Settel
79d56e801f feat: add create team dialog (WIP) 2022-09-09 08:31:33 +02:00
Settel
e04dca68bf feat: show players in gamemaster view 2022-09-04 17:46:57 +02:00
Settel
604b4f9f08 feat: make game name and lang editable on gamemaster page 2022-09-04 14:47:12 +02:00
Settel
9a5c647523 feat: show game info on gamemaster page 2022-09-04 09:46:40 +02:00
Settel
cab1a91cc2 feat: add gamemaster page (WIP) 2022-09-04 09:46:36 +02:00
Settel
6b1316d3ef feat: add gamemaster page (WIP) 2022-09-04 09:46:30 +02:00
Settel
250a056fe3 feat: create ReadySet, Playground, Highscroes components 2022-08-29 17:28:38 +02:00
Settel
f62b8db662 feat: add i18n support and translations 2022-08-29 15:35:24 +02:00
Settel
72b2c7c76d feat: add Quote component 2022-08-08 19:40:09 +02:00
Settel
e5b4c9262e feat: show lobby with logged in players 2022-08-08 19:24:18 +02:00
Settel
600d359a23 feat: add PlayersStore 2022-08-07 21:22:33 +02:00
Settel
123a76702f feat: add EngineDebug panel 2022-08-06 14:50:20 +02:00
Settel
fd6cfbc910 feat: store game state in Pinia 2022-08-06 13:06:51 +02:00
Settel
cc136c4c2c feat: inform user if engine is trying to reconnect 2022-08-06 11:29:47 +02:00
Settel
88c74e199f feat: show AlertBox if connection to server is lost 2022-08-05 18:52:34 +02:00
Settel
c05c3cd2d6 feat: add stub for engine's fetchUpdate() 2022-08-02 22:34:46 +02:00
Settel
43f5a43202 refactor: use authenticateAndLoadUserInfo() instead of authenticate() and loadUserInfo() to reduce server calls 2022-07-31 23:19:56 +02:00
Settel
9678a2bdeb feat: load userinfo and show username in topbar 2022-07-29 23:41:24 +02:00
Settel
dad3207944 feat: add play page and topbar with logout button 2022-07-29 21:11:09 +02:00
Settel
0f517c5180 feat: show version on start page 2022-07-29 16:23:57 +02:00
Settel
226a40437e feat: set up start page layout 2022-07-28 11:28:12 +02:00
Settel
db24043f87 feat: add components to index page (WIP) 2022-07-26 13:54:56 +02:00
Settel
e6fa6d1e83 refactor: set up nuxt3 directory layout 2022-07-24 21:50:43 +02:00
Settel
f4ea46badd refactor: rewrite client from scratch with Nuxt3 (WIP) 2022-07-24 20:23:52 +02:00
Settel
257a67b21f css: update text color 2022-07-22 22:00:14 +02:00
Settel
adce61af4e css: update colors for start page (WIP) 2022-07-22 21:35:43 +02:00
Settel
d476aba45c feat: show players in lobby 2022-05-03 07:36:01 +02:00
Settel
19d46b360a i18n: complete translations 2022-04-24 23:34:00 +02:00
Settel
f8420efb34 i18n: translate collect quotes 2022-04-24 23:13:32 +02:00
Settel
a828bb31e8 feat: i18n: start page 2022-04-24 22:15:32 +02:00
Settel
952b4d4bcc feat: /api/userinfo endpoint includes lang 2022-04-24 19:22:13 +02:00
Settel
ad18d65102 feat: link to video 2022-04-12 18:47:35 +02:00
Settel
67509d32ec refactor: create game -> create team 2022-04-12 18:30:49 +02:00
Settel
4fc4730e34 feat: create game: show PIN 2022-04-10 16:17:11 +02:00
Settel
db7bfaac8b feat: create game (WIP) 2022-04-09 20:57:32 +02:00
Settel
e9f45e8176 feat: admin: display game controls for role admin 2022-03-25 15:20:41 +01:00
Settel
278dcbc0b0 feat: gamemaster: change score 2022-03-25 11:30:51 +01:00