Commit Graph

16 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
661aaf39b0 fixed auto query profile 2025-10-30 20:39:14 -04:00
ce86bab1dc added popup 2025-09-19 19:08:13 -04:00
6baefe9f50 Good progress 2025-09-18 13:02:28 -04:00
bd95e14bb3 Working flow authorize 2025-09-16 12:45:42 -04:00
3cf6d1911a Adding authnet not tested 2025-09-15 15:30:50 -04:00
45b536baca Updated sibar 2025-09-05 11:39:35 -04:00
af9e6882ba Updated form for creating delivery 2025-09-04 15:07:21 -04:00
dc1ee95827 Working log in/route guard 2025-09-04 08:03:24 -04:00
992a1a217d Major Refactor 2025-09-01 16:42:44 -04:00
adc1606312 tons fixes 2025-08-25 17:58:30 -04:00
c6f806f733 major update 2024-10-17 17:01:42 -04:00
7832e40bf3 added checks emergency fixed bugs 2024-09-27 14:13:09 -04:00
7164e41aa1 Updated looks 2024-04-04 16:38:35 -04:00
5b13032cd6 changes untested 2024-03-28 10:33:56 -04:00
54ee44ba66 first commit 2024-02-28 16:03:19 -05:00