Skip to content

The LiveView connection banners say Reconnecting (T-468) - #336

Closed
chasers wants to merge 1 commit into
mainfrom
liveview-reconnect-banner
Closed

The LiveView connection banners say Reconnecting (T-468)#336
chasers wants to merge 1 commit into
mainfrom
liveview-reconnect-banner

Conversation

@chasers

@chasers chasers commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Tracker: T-468.

After a tab sleeps, the LiveView layout showed Phoenix's generated "Something went wrong!" (server-error) or "We can't find the internet" (client-error) flash while the socket rejoined. Both banners are now titled Reconnecting, each with one line saying the page picks up again on its own. The spinner and the phx-disconnected / phx-connected show-hide wiring are unchanged. A new layouts test renders the flash group and pins the wording.

mix precommit, mix ci and mix dialyzer green.

🤖 Generated with Claude Code

https://claude.ai/code/session_01NBmgYoYciJzbcxNYA9Z4d6

…went wrong (T-468)

When a tab sleeps and its socket rejoins, the layout showed Phoenix's
generated flashes — "Something went wrong!" for the server-error case and
"We can't find the internet" for the client-error one — for what is an
ordinary reconnect. Both are titled Reconnecting now, each with a line
saying the page picks up again on its own; the spinner and the show/hide
wiring on phx-disconnected and phx-connected are unchanged. A layouts test
renders the flash group and pins the wording.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NBmgYoYciJzbcxNYA9Z4d6
@chasers

chasers commented Sep 13, 2026

Copy link
Copy Markdown
Owner Author

Closing: the wording change papers over a reconnect fault we want to root-cause first (T-468). Keeping the branch until the diagnosis lands.

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