[fix] drop redundant outbound toast, compact pending pill, silence public-cloud 404 - #44
Merged
Merged
Conversation
…blic-cloud 404 - Remove the "Connection request to peer / Status: pending" OUTBOUND toast — the Connect pill already shows the "Waiting for approval…" state with a Cancel button, so the toast was redundant. Incoming approval requests still toast. - Compact the pending pill: drop the disabled peer-id Input (the id moved to a tooltip); keep the breathing "Waiting for approval…" dot + an amber Cancel, so the pending state takes far less horizontal space. - peerServerPeersUrl returns null for the PUBLIC PeerJS cloud (it has no discovery endpoint), so the info-drawer probe no longer logs a noisy `0.peerjs.com/peers` 404; discovery just shows "—". svelte-check unchanged 491/72. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small cleanups + the noisy-404 fix (part of the connect/roles pass; roles + toast-routing land separately).
peerServerPeersUrl→ null for the public cloud so the info-drawer discovery probe stops logging a0.peerjs.com/peers404.svelte-check 491/72.