Commit Graph

9 Commits

Author SHA1 Message Date
61f93ec4e8 Refactor frontend to Composition API and improve UI/UX
Major Changes:
- Migrate components from Options API to Composition API with <script setup>
- Add centralized service layer (serviceService, deliveryService, adminService)
- Implement new reusable components (EnhancedButton, EnhancedModal, StatCard, etc.)
- Add theme store for consistent theming across application
- Improve ServiceCalendar with federal holidays and better styling
- Refactor customer profile and tank estimation components
- Update all delivery and payment pages to use centralized services
- Add utility functions for formatting and validation
- Update Dockerfiles for better environment configuration
- Enhance Tailwind config with custom design tokens

UI Improvements:
- Modern, premium design with glassmorphism effects
- Improved form layouts with FloatingInput components
- Better loading states and empty states
- Enhanced modals and tables with consistent styling
- Responsive design improvements across all pages

Technical Improvements:
- Strict TypeScript types throughout
- Better error handling and validation
- Removed deprecated api.js in favor of TypeScript services
- Improved code organization and maintainability
2026-02-01 19:04:07 -05:00
f9b5364c53 major claude changes 2026-01-28 21:55:14 -05:00
661aaf39b0 fixed auto query profile 2025-10-30 20:39:14 -04:00
4a40bffbd5 Small ui fixes 2025-10-13 10:40:37 -04:00
af9e6882ba Updated form for creating delivery 2025-09-04 15:07:21 -04:00
76cbca94e3 Added price for service 2025-08-26 17:19:41 -04:00
adc1606312 tons fixes 2025-08-25 17:58:30 -04:00
4bcff598e6 Working calender/service 2025-08-22 14:48:28 -04:00
b74fd5d3a2 Added calender 2025-08-21 17:53:39 -04:00