Redesign podcast app buttons with improved accessibility#99
Merged
Conversation
…e RSS - Add white box-shadow halo on hover and focus for all .tdbc-button - Add margin (0.35em vertical, 0.4em horizontal) for more breathing room - Shorten button labels: "Apple Podcasts"→"Apple", "Youtube Music"→"Youtube", "Amazon Music"→"Amazon" - Add title attributes with full platform names for accessibility - Move RSS button inline with other buttons (remove <small> wrapper) - Add rss-color.svg icon and tdbc-icon-rss class to RSS button - Include box-shadow in CSS transition-property https://claude.ai/code/session_01269AKU5qFipvkv14jYR1pZ
✅ Deploy Preview for housefinesse ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
hf | ce42fc9 | Apr 17 2026, 09:19 AM |
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
Redesigned the podcast app follow buttons to use a consistent icon-based layout with improved accessibility and visual feedback. The RSS feed link has been converted to match the button style, and button styling has been enhanced with better hover/focus states.
Key Changes
titleattributes to all podcast platform links for better tooltip support0.35em 0.4em) between buttonsbox-shadowanimationsrss-color.svgicon with orange background and white RSS symbolImplementation Details
https://claude.ai/code/session_01269AKU5qFipvkv14jYR1pZ