Xevion / Xevion/dynamic-preauth

Multiple Sessions Support

Open
#1 0 comments 0 reactions 1 assignee View on GitHub

@Xevion is already working on this.

Since Dec 12, 2025.

bug enhancement
Dominant language
Rust
Stars
0
Forks
0
Avg merge
9d 3h
Merged PRs (30d)
4

Description

Opening the site in multiple browser tabs causes websockets to cascade and reconnect repeatedly - each new connection closes the previous one, which then tries to reconnect, creating an endless loop of disconnections. The frontend wasn't designed with multi-tab usage in mind, but users naturally open multiple tabs.

Additionally, when build completion notifications fire, every open tab will try to play the notification sound simultaneously, which is annoying and redundant.

Goals:

  • Support multiple tabs without connection cascades
  • Ensure most state updates are idempotent (might already be the case)
  • Only play notification sound in one tab, preferably the most recently active one
  • Handle autoplay restrictions gracefully (if one tab can't play audio, try another)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.