Bug #7498
closedBug #7492: Defects on Mobile Responsiveness & UI Alignment issues
Request page Alignment & mobile responsiveness issues
Description
1.Maintiain a gap between the stat cards & reduce the green color
2.Use pagination as common in all the pages with proper consistence UI
3.Show + in replace of create customer & give proper width to the request select box
4.Check all input & select boxes alignments in the create & edit request pages
Files
Subtasks
Related issues
Updated by Ajit A about 1 month ago
- Status changed from New to In Progress
- Estimated time set to 2:00 h
started
Updated by Ajit A about 1 month ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Frontend Changes Summary
UI/UX and responsive design updates:
Responsive design improvements across request, client, and dashboard components
Mobile-first pagination controls with reordered layout (page number, pagination, rows per page on mobile)
Responsive typography using clamp() for scalable font sizes
Improved spacing and layout with responsive padding/margins
Theme and styling consistency:
Updated status colors in Tailwind config to match theme primary color (#7FC200)
Replaced hardcoded green colors with theme primary colors across components
Standardized status badge styling using primaryLight/primaryDark classes
Updated table components for consistent color usage
Component-specific enhancements:
RequestDetail: Responsive action history with improved mobile layout
SiteVisitForm: Mobile-responsive form layout with improved field organization
CreateorEditRequest: Enhanced template autocomplete with mobile-optimized dropdown and improved option rendering
ClientDetails: Responsive header layout and improved status badge display
Other changes:
Removed sonar-project.properties configuration file
Minor styling adjustments across multiple table components