Commit graph

8 commits

Author SHA1 Message Date
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