Open
Conversation
- Update theme tests to use new [data-theme-value] switcher UI (old [data-theme-toggle] selector was removed, causing MustElement to hang) - Add MustWaitStable after navigation in TestNewRoomModal to prevent stale execution context panic (~5% repro rate) - Remove -parallel 4 from Makefile test-e2e target (27% slower than default GOMAXPROCS parallelism) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Profile dialog (lazy-loaded via HTMX) lets users edit their display name (with server-side uniqueness), disconnect OAuth providers, and delete their account with a safety guard. Settings dialog replaces the old single-button theme toggle with a three-option switcher (auto/light/dark). Supporting changes: - OAuth callback supports "connect provider" flow for logged-in users - UpsertUser no longer overwrites display name from provider - Redis: name index, session tracking, identity unlink, account cascade delete - Seed missing name indexes at startup for existing users Co-Authored-By: Claude Opus 4.6 (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.
Summary
TestNewRoomModalflake, remove-parallel 4bottleneck from MakefileTest plan
make testpasses cleanly🤖 Generated with Claude Code