Fix dashboard reminder card colors and host request title#8514
Merged
Conversation
Replace hardcoded card backgrounds with theme-aware secondary-tinted colors that look acceptable in both light and dark mode, and include the surfer's name in the 'respond to host request' reminder title.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Contributor
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR makes a small UI polish to dashboard reminder card styling and slightly improves the wording of a host request reminder, but it is not a significant UX improvement or important bug fix that warrants release notes. 🤖 Bot Debug InformationModel: |
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.
The reminder cards on the dashboard had hardcoded yellow backgrounds (
#fff5e4light /#716317dark) that looked rough in both modes — particularly bad in dark mode. Also, the "respond to host request" reminder title was generic ("Respond to host request") rather than naming the surfer, which made the card less actionable at a glance.This PR:
alpha(), plus a matching subtle border and12pxradius. Works in both light and dark mode without auseColorSchemebranch.Respond to {{name}}(was:Respond to host request)Don't forget to respond to the host request by {{name}}.(was:Don't forget to respond to {{name}} about their stay.)nameinto the title assertion.Testing
yarn test ReminderItem.test— all 5 tests pass.yarn lint— clean for the touched files.Web frontend checklist
For maintainers
This PR was created with the Couchers PR skill.