Commit graph

12 commits

Author SHA1 Message Date
d385e40171 feat: enhance TripChecklist to load and display items with associated tags and group items by marked tags 2025-08-31 19:21:38 +02:00
8fe64792d7 feat: enhance trip management with tag functionality and update TripsPage for navigation 2025-08-31 12:00:36 +02:00
6456b320c2 feat: add delete and add trip functionality and TripsPage component 2025-08-30 21:31:11 +02:00
6e6c23b6ad feat: / shows current/next trip. 2025-08-30 21:14:23 +02:00
3186a9d549 feat: implement TripChecklist component and update trips route for detailed view 2025-08-30 20:56:48 +02:00
e79d3a2b87 feat: remove view state and add /trips route 2025-08-30 20:41:49 +02:00
98535aad7a feat: refactor App component to integrate React Router for navigation 2025-08-30 20:35:53 +02:00
dd2f62593a feat: add deleteItem function to API for item removal 2025-08-30 20:26:10 +02:00
95dad28d53 feat: integrate React Query for improved data fetching in main application 2025-08-30 20:18:21 +02:00
24947ed391 fix: update addItemTag function to use tagId instead of tagName in API calls 2025-08-30 20:15:53 +02:00
4e451d751b feat: enhance ItemsPage and components with improved item management and tagging functionality 2025-08-17 21:36:02 +02:00
56de7bb167 feat: initialize frontend with React, Vite, and Tailwind CSS
- package.json with dependencies and scripts for development
- postcss.config.js for Tailwind CSS and autoprefixer
- main App component with routing for Trips and Items pages
- API functions for fetching trips and items
- components for item listing, item rows, search bar, and tag filtering
- ItemsPage to manage items with search and tag filtering
- TripsPage to display trips and associated items
- Tailwind CSS and TypeScript settings
2025-08-17 20:13:46 +02:00