Commit fdf0b86
committed
feat: remove unused UI components and implement backend for fuel price tracking
- Deleted unused UI components: Skeleton, Slider, Switch, Table, Tabs, Textarea, Toggle Group, Toggle, Tooltip.
- Added a new PostgreSQL database connection and schema for fuel price history.
- Implemented API endpoints for fetching and updating fuel prices.
- Created a service to fetch daily fuel prices and store them in the database.
- Set up a cron job for daily price updates at 2 AM.
- Updated the main application to integrate with the new backend services.1 parent 67abdad commit fdf0b86
51 files changed
Lines changed: 659 additions & 4987 deletions
File tree
- .claude
- server
- db
- services
- src
- components
- ui
- pages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments