fix: creator UI polish — separator opacity, stat width, category fallback, focus ring offset#265
Merged
Chucks1093 merged 2 commits intoMay 28, 2026
Conversation
…cus ring offset - accesslayerorg#261: CreatorListRowDivider uses consistent via-white/[0.08] opacity - accesslayerorg#260: CreatorProfileStatItem value div gets min-w-[4rem] to prevent layout collapse on empty values - accesslayerorg#262: CategoryTag default label changed from 'Uncategorized' to 'No category' - accesslayerorg#263: buttonVariants base adds focus-visible:ring-offset-2 for consistent creator action button focus rings
|
@Nanle-code Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
Closes #260
Closes #261
Closes #262
Closes #263
Changes
CreatorListRowDivider— unified separator opacity tovia-white/[0.08]across all creator link row instancesCreatorProfileStatItem— addedmin-w-[4rem]to the value container so empty stat values hold their layout footprintCategoryTag— updated default fallback label from'Uncategorized'to'No category'for a cleaner empty statebutton.tsx— addedfocus-visible:ring-offset-2tobuttonVariantsbase so all creator action buttons share a consistent focus ring offset