Skip to content

feat: real-time user game activity monitoring

227ae0f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Add real-time activity tracking for active game sessions #3272

feat: real-time user game activity monitoring
227ae0f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Trunk Check failed Apr 16, 2026 in 52s

Trunk Check

Checked 17 modified files
✖ 3 unformatted files
✖ 2 new lint issues

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check failure on line 98 in backend/endpoints/sockets/activity.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

mypy(arg-type)

[new] Argument 1 to "int" has incompatible type "Any | None"; expected "str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc"

Check failure on line 105 in backend/endpoints/sockets/activity.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

mypy(arg-type)

[new] Argument 1 to "int" has incompatible type "Any | None"; expected "str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc"

Check failure on line 1 in frontend/src/views/Activity.vue

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'

Check failure on line 1 in backend/endpoints/activity.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

black

Incorrect formatting, autoformat by running 'trunk fmt'

Check failure on line 1 in frontend/src/stores/activity.ts

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'