Commit graph

13 commits

Author SHA1 Message Date
68f2d202f0 style: compact layout for TripChecklist header 2025-09-20 17:13:33 +02:00
7b909ac6a6 feat: set application title globally 2025-09-20 16:51:59 +02:00
8c5fefc282 fix: display warning message on database connection error 2025-09-20 09:49:52 +02:00
71af5b911c feat: add Navigation component and update layout for Items and Tags pages 2025-09-16 20:52:55 +02:00
de794b3c45 feat: multiple columns 2025-09-15 22:19:52 +02:00
067d8f2a6a feat: add TagsPage component and integrate it into the main application 2025-08-31 22:37:09 +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
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