Skip to content

Feat/professional landing page#7

Merged
frontendfixer merged 5 commits into
mainfrom
feat/professional-landing-page
Jul 22, 2026
Merged

Feat/professional landing page#7
frontendfixer merged 5 commits into
mainfrom
feat/professional-landing-page

Conversation

@frontendfixer

Copy link
Copy Markdown
Owner

No description provided.

@frontendfixer
frontendfixer merged commit 7b1343e into main Jul 22, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dd2143a16b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/routes/Navigation.tsx
Comment on lines +156 to +158
isOpen
? 'pointer-events-auto opacity-100'
: 'pointer-events-none opacity-0',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Hide closed mobile menu from keyboard focus

On mobile with the menu closed, the overlay is only opacity-0/pointer-events-none, so its anchors and CTA remain in the tab order even though aria-hidden is set. Keyboard users can tab into invisible navigation links and activate them while the menu appears closed; add invisible/hidden, inert, or remove descendant focusability when isOpen is false.

Useful? React with 👍 / 👎.

@railway-app
railway-app Bot temporarily deployed to Frontendfixer.dev / production July 22, 2026 21:01 Inactive
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.

1 participant