Open Issues Need Help
View All on GitHubAI Summary: This issue proposes refactoring the existing navbar and footer by extracting them into separate, reusable components. The goal is to enhance code organization, maintainability, and reusability across the application. This involves creating new components, ensuring proper prop handling, maintaining current styling and functionality, and adding documentation and TypeScript types.
AI Summary: This issue proposes integrating the Lucide React icon library to enhance visual consistency and provide a comprehensive icon system. The task involves installing the package, replacing existing icons with Lucide equivalents, creating a wrapper component for consistent styling, and documenting icon usage guidelines.
AI Summary: The carousel component is currently malfunctioning, preventing users from navigating through content slides. The core issue involves slides not translating properly, potentially due to a problem with an `overlay-hidden` style. The fix requires restoring auto-advance, navigation controls (arrows, pagination dots), smooth transitions, and mobile touch/swipe gestures, along with ensuring cross-browser compatibility.
AI Summary: The 'Phoebe Team' contributor is missing their avatar, resulting in a broken image or empty display. The issue requires adding a valid avatar URL specifically for 'Phoebe Team' and implementing a general fallback mechanism to display a default image or placeholder for any contributor missing an avatar.
AI Summary: Button text color styles are not being applied correctly, causing readability issues as the text appears in a default color instead of the intended design system color. The expected behavior is for the text to display in the specified color from the design system/CSS.