Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users can now spectate via basic web ui #68

Merged
merged 1 commit into from
May 21, 2024
Merged

Users can now spectate via basic web ui #68

merged 1 commit into from
May 21, 2024

Conversation

sne11ius
Copy link
Owner

Web UI is powered by quarkus own qute, html, js and websocket

Because we don't want to make things to easy, our web ui only allows spectator mode. Users will need to use the TUI client (or hack their own) to play.

Both web ui and TUI will only display playing users and hide spectators.

Web UI is powered by quarkus own `qute`, html, js and websocket

Because we don't want to make things to easy, our web ui only allows spectator mode.
Users will need to use the TUI client (or hack their own) to play.

Both web ui and TUI will only display playing users and hide spectators.
Copy link

codecov bot commented May 21, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 89.46%. Comparing base (03e5191) to head (3543fdc).

Files Patch % Lines
api/src/main/kotlin/pp/api/RoomsResource.kt 0.00% 3 Missing ⚠️
api/src/main/kotlin/pp/api/data/User.kt 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #68      +/-   ##
============================================
- Coverage     89.55%   89.46%   -0.10%     
- Complexity      110      113       +3     
============================================
  Files            23       24       +1     
  Lines          1427     1443      +16     
  Branches         27       30       +3     
============================================
+ Hits           1278     1291      +13     
- Misses          138      140       +2     
- Partials         11       12       +1     
Flag Coverage Δ
api 88.85% <86.66%> (-0.13%) ⬇️
client 91.44% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sne11ius sne11ius merged commit 81dee12 into main May 21, 2024
16 of 17 checks passed
@sne11ius sne11ius deleted the web_spectators branch May 21, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant