π¨ Palette: Semantic navigation and high-contrast focus indicators - #38
π¨ Palette: Semantic navigation and high-contrast focus indicators#38ISTEC-FOR340 wants to merge 1 commit into
Conversation
- Refactored non-semantic `div` and `button` navigation to `<a>` tags. - Implemented high-contrast `:focus-visible` rings with `box-shadow`. - Adjusted CSS (`overflow: visible` and `::after`) to prevent focus ring clipping. - Removed redundant `script.js` navigation logic. Co-authored-by: ISTEC-FOR340 <269002038+ISTEC-FOR340@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. |
π‘ What: The UX enhancement added
Refactored the navigation system on the landing page and subprojects.
divcards and manualbuttonback-links to semantic<a>tags.:focus-visiblestyles with a high-contrast double-ring effect.overflow: visiblecombined with pseudo-elements for backgrounds, ensuring that keyboard focus indicators are never clipped by the container boundaries.script.jsas native browser navigation now handles all routing.π― Why: The user problem it solves
The previous implementation relied on JavaScript
onclickhandlers on non-interactivedivelements. This prevented standard browser features like "Open in new tab", hindered SEO, and made keyboard navigation impossible without custom logic. Additionally, the dark glassmorphism theme lacked visible focus indicators, making the site difficult to navigate for keyboard-only users.βΏ Accessibility: Any a11y improvements made
<a>).PR created automatically by Jules for task 17937680064201418863 started by @ISTEC-FOR340