Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: convert channel point events to StyledText #1271

Merged
merged 4 commits into from
Jun 21, 2024

Conversation

kevmo314
Copy link
Contributor

@kevmo314 kevmo314 commented Jun 21, 2024

Upgrades the TwitchChannelPointRedemptionEventWidget to use StyledText for enhanced text styling.

  • Replaces Text.rich with StyledText widget to allow for more complex text styling and formatting.
  • Utilizes StyledText tags to apply text styles, specifically using the <b> tag to bold the redeemer's username and the reward name.
  • Preserves the existing text styles by mapping them to the StyledTextTag with the style defined in the theme's titleSmall.

For more details, open the Copilot Workspace session.

@kevmo314 kevmo314 enabled auto-merge (squash) June 21, 2024 04:25
@kevmo314 kevmo314 merged commit 017fd13 into main Jun 21, 2024
7 checks passed
@kevmo314 kevmo314 deleted the kevmo314/style-channel-points branch June 21, 2024 04:27
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.

None yet

1 participant