Open Issues Need Help
View All on GitHubAI Summary: This issue aims to refactor five molecule components by replacing hardcoded pixel values in their media queries with predefined CSS custom media tokens (e.g., `--bp-sm`, `--bp-md`, `--bp-xl`). The goal is to standardize breakpoint usage without altering the visual appearance or responsive behavior of the components.
WordPress to Astro migration for Hunter Galloway mortgage broker website. Pixel-perfect replica using atomic design principles and comprehensive design system.
AI Summary: This issue targets the `BorrowingCalculator.astro` component, aiming to remove extensive `:global()` CSS overrides for form elements like InputField, RadioGroup, and Select. The solution involves utilizing proper component props and variants, potentially creating new ones, while ensuring the visual appearance, form interactions, and calculator logic remain fully functional and unchanged. It's identified as a high-priority, complex refactoring task.
WordPress to Astro migration for Hunter Galloway mortgage broker website. Pixel-perfect replica using atomic design principles and comprehensive design system.
AI Summary: This issue aims to refactor the `TestimonialCard.astro` component by removing `:global()` CSS overrides that violate atomic design principles. The solution involves replacing these overrides with proper component props or by extending existing atoms/molecules, ensuring the visual appearance remains unchanged.
WordPress to Astro migration for Hunter Galloway mortgage broker website. Pixel-perfect replica using atomic design principles and comprehensive design system.
AI Summary: This issue aims to refactor the `Hero.astro` component by removing `:global()` CSS overrides, which violate atomic design principles. The solution involves using proper component props or extending existing atoms/molecules to maintain the current visual appearance.
WordPress to Astro migration for Hunter Galloway mortgage broker website. Pixel-perfect replica using atomic design principles and comprehensive design system.
AI Summary: This issue addresses a `:global()` CSS override within the `AwardsSection.astro` component, which violates atomic design principles. The task is to remove this override and refactor the styling using proper component props or by extending existing atoms/molecules, ensuring the visual appearance remains unchanged.
WordPress to Astro migration for Hunter Galloway mortgage broker website. Pixel-perfect replica using atomic design principles and comprehensive design system.