-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
📌 Current Problem
The current Auto Robots cards page UI looks functional but has several design issues that affect usability and overall aesthetics:
-
Card Size & Alignment
- Cards are not uniform in height, leading to inconsistent spacing.
- Text sometimes overflows or leaves too much empty space.
-
Lack of Interactivity
- Hover states are missing on cards.
- Buttons ("Use this robot") look static and don't provide micro-interactions.
-
Readability Issues
- Font size is slightly small for longer descriptions.
- Contrast between background and text could be improved for accessibility.
-
Pagination Style
- Pagination looks basic and not interactive enough.
- No hover/active styling for better navigation clarity.
🎯 Proposed Solution
I would like to redesign the cards and interactions to make the UI more modern, user-friendly, and consistent:
-
Card Redesign
- Fix card height to be uniform.
- Use a grid system with equal spacing.
- Add subtle shadow & border-radius for a modern look.
-
Hover Effects
- Cards slightly lift on hover (
transform: translateY(-5px) scale(1.02)
). - Add smooth transition animations.
- Cards slightly lift on hover (
-
Improved Buttons
- Make "Use this robot" button more interactive:
- Gradient background (instead of flat pink).
- Hover glow effect + icon (⚡).
- Scale effect on hover.
- Make "Use this robot" button more interactive:
-
Typography & Content
- Increase font size for readability.
- Use ellipsis (
...
) for overly long text. - Better alignment of title + description + button.
-
Pagination Redesign
- Add hover + active styling.
- Possibly replace numbers with rounded pills + smooth transition.
-
Mobile Responsiveness
- Ensure cards stack neatly on mobile (1 per row).
- Reduce button size & padding for small screens.
✨ Example (Proposed Look & Feel)
- Uniform card size (Glassmorphism / modern gradient shadows).
- Hover effects with smooth transitions.
- Interactive pagination with active highlight.
- Buttons with icon + gradient.
🔧 Tech Implementation
- Update TailwindCSS / CSS modules for styling.
- Refactor card component into a reusable component (props for title, description, link, etc).
- Add responsive styles (
sm:grid-cols-1
,md:grid-cols-2
,lg:grid-cols-3
).
✅ Expected Outcome
- Cleaner, consistent, and professional look.
- Improved interactivity for better UX.
- More responsive and accessible design.
- Makes the page more engaging and Hacktoberfest-worthy.
Metadata
Metadata
Assignees
Labels
No labels