Commit Graph

8 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
e70ae887f3 added cancel button 2025-10-20 12:01:16 -04:00
4bcff598e6 Working calender/service 2025-08-22 14:48:28 -04:00
e8ffae3b01 added promo. fixed bugs 2024-10-07 17:34:38 -04:00
54fa47268d Added checks and updated ticket 2024-09-26 20:00:44 -04:00
2d9fce2e89 added print button and finalize 2024-03-29 19:57:34 -04:00
5b13032cd6 changes untested 2024-03-28 10:33:56 -04:00
54ee44ba66 first commit 2024-02-28 16:03:19 -05:00