🎨 Palette: Micro-UX and Accessibility Enhancements#39
Conversation
Implemented several micro-UX enhancements to improve intuition, accessibility, and delight: - Fixed anchor links being obscured by the sticky header using `scroll-padding-top`. - Added tactile feedback (`scale(0.97)`) on `:active` state for all buttons and interactive links. - Improved color contrast for secondary labels to meet WCAG AA standards. - Added representative emojis to icon containers for visual hierarchy. - Enhanced security and UX for external download links with `target="_blank"` and `rel="noopener"`. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Deploying cybr with
|
| Latest commit: |
fc7302e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d7c1d17e.cybr.pages.dev |
| Branch Preview URL: | https://palette-ux-improvements-1835.cybr.pages.dev |
Deploying foxos with
|
| Latest commit: |
fc7302e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8098711a.foxos.pages.dev |
| Branch Preview URL: | https://palette-ux-improvements-1835.foxos.pages.dev |
Deploying wolfos with
|
| Latest commit: |
fc7302e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a2d880a4.wolfos.pages.dev |
| Branch Preview URL: | https://palette-ux-improvements-1835.wolfos.pages.dev |
This PR introduces a series of micro-UX and accessibility improvements to the KibaOS landing page:
scroll-padding-top: 64pxto thehtmlelement to ensure that navigating via anchor links (e.g., "About", "Features") doesn't result in content being hidden behind the sticky header.scale(0.97)transform on the:activestate, making the UI feel more responsive.var(--gray-400)tovar(--gray-700), ensuring they meet WCAG AA contrast requirements (4.5:1) on light backgrounds.aria-hidden="true"to remain purely decorative for screen readers.target="_blank"andrel="noopener"to provide a safer and more seamless multi-tasking experience for users.All changes are kept within a single CSS/HTML update and verified for both visual correctness and accessibility standards.
PR created automatically by Jules for task 18356711134206805497 started by @christopherfoxjr