-
Notifications
You must be signed in to change notification settings - Fork 0
feat(frontend): add flippable project cards (MP-104) #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/MP-103-product-bands
Are you sure you want to change the base?
feat(frontend): add flippable project cards (MP-104) #14
Conversation
There was a problem hiding this comment.
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.
ℹ️ 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".
…e/marcopolo.github.io-20251208T214313 refactor(marcopolo.github.io): rewrite module namespace
- Add `position: static !important` to mpr-footer host element rule - The mpr-ui CDN sets `position: relative` by default, which caused the Playwright test for non-sticky footer behavior to fail - All 7 tests now pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Reorder `<mpr-band>` elements in index.html to match SECTION_ORDER constant - Canonical order per MP-103: Research → Tools → Platform → Products - Ensures HTML structure and JS iteration order are consistent 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Subscribe iframe now becomes focusable (tabindex=0) when card is flipped - Iframe is unfocusable (tabindex=-1) when card is in normal state - Ensures keyboard users can interact with LoopAware subscribe form - Added Playwright assertions to verify tabindex toggle behavior 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…frame-accessibility improvement(a11y): toggle iframe tabindex on card flip (MP-204)
…and-order-alignment improvement(layout): align band order with MP-103 requirements (MP-203)
…-position-static fix(footer): override CDN position for non-sticky footer (MP-301)
- Removed duplicate blank line before DOMContentLoaded listener - Code style cleanup per AGENTS.FRONTEND.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…cript-style-cleanup chore(style): remove extra blank line in script.js (MP-410)
No description provided.