Move organizer badge inline after name and allow organizer self-payment - #113
Merged
Merged
Conversation
- Move the organizer badge from the right column to inline after the participant name, using a smaller pill style (10px text, rounded-full) - Remove the !isOrganizerItem exclusion from payment toggle conditions so organizers can mark themselves as paid - Keep the remove/trash button hidden for the organizer's own row to prevent self-removal https://claude.ai/code/session_01BvHNVX19mjEsSETxhzkokc
Replace the dollar sign icon with a shadcn Spinner component while the payment status is being toggled. The button stays the same size (h-8 w-8) and is disabled during the async operation to prevent double-clicks. https://claude.ai/code/session_01BvHNVX19mjEsSETxhzkokc
Replace full data refetch with optimistic local state update when marking participants as paid/unpaid. This preserves participant positions in the list instead of causing visual reordering. https://claude.ai/code/session_01BvHNVX19mjEsSETxhzkokc
michaelchu
temporarily deployed
to
claude/organizer-badge-payment-update-ZilT0 - Roster PR #113
February 15, 2026 16:16 — with
Render
Destroyed
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.
participant name, using a smaller pill style (10px text, rounded-full)
so organizers can mark themselves as paid
prevent self-removal
https://claude.ai/code/session_01BvHNVX19mjEsSETxhzkokc