fuel-stats/app/controllers
Filip Rojek 7517bcb78f
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 14s
Updated: Improved vehicle and refuel data handling on dashboard
Updated:
- DashboardController now fetches latest refuel record only for the default vehicle
- VehicleController - first created vehicle is now set as default automatically
- Refuel model - latest_one() now accepts vehicle_id instead of user_id
- Dashboard view - improved handling when no vehicles or refuel records exist
- CSS styles - adjusted dashboard layout and global action padding
2025-02-01 18:38:49 +01:00
..
AuthController.php Added: No-header layout, signup/signin link enhancements, and header design updates 2024-12-27 15:05:55 +01:00
DashboardController.php Updated: Improved vehicle and refuel data handling on dashboard 2025-02-01 18:38:49 +01:00
HomeController.php Auth logic is completed (signin, signup, logout), Added: Middlewares, RequireAuth middleware 2024-12-26 14:44:40 +01:00
RefuelController.php Added: mileage, average fuel consumption 2025-01-27 01:57:31 +01:00
VehicleController.php Updated: Improved vehicle and refuel data handling on dashboard 2025-02-01 18:38:49 +01:00