Commit graph

125 commits

Author SHA1 Message Date
03b3923dec feat: add sorting function for tags in TripChecklist 2025-10-27 22:32:02 +01:00
07918c55c3 feat: improve header layout and enhance date range formatting in TripChecklist 2025-10-27 22:27:15 +01:00
37fc063bc7 feat: placeholder evaluation with bounds (min, max) 2025-10-27 21:45:35 +01:00
85bec5c4e2 fix: round up results of quantity calculations 2025-10-27 21:38:50 +01:00
68698ad60a feat: improve placeholder rendering 2025-10-27 21:30:34 +01:00
f0309b430c feat: add trip-specific item creation to TripItemList 2025-10-26 20:29:29 +01:00
79386bb75e fix: tag selection in ItemsPage 2025-10-26 20:29:29 +01:00
ff2272ed7b fix: improve TripChecklist title and Tag alignment 2025-10-26 20:29:29 +01:00
a0348e0a12 feat: polling for auto refreshing trip items 2025-10-26 20:29:29 +01:00
7a2ac49753 refactor: standardize TripItemGroupBox styling by removing color prop and using fixed colors 2025-10-26 20:29:29 +01:00
2330c4b008 refactor: standardize TripItemGroupBox styling by removing color prop and using fixed colors 2025-10-19 22:33:38 +02:00
5da99ffab8 fix: TripItem creation: only include selected category tags for trips 2025-10-19 22:16:19 +02:00
952e0c4b2c fix: update Liquibase volume paths to use relative paths 2025-10-19 14:46:30 +02:00
14fd9e1f3a feat: Liquibase integration for database migrations and update Docker setup 2025-10-18 19:55:16 +02:00
d5d43473f3 fix: sort tags alphabetically before rendering 2025-10-18 13:52:27 +02:00
71ab69fcb9 feat: progress indicator for TripItemGroupBox, refactor color handling 2025-10-16 20:06:42 +02:00
c7d009c5ee feat: CustomCheckbox component for trip item selection 2025-10-15 22:37:47 +02:00
5cc738c36b fix: TripItemGroupBox to use accent color definitions 2025-10-15 22:22:46 +02:00
1f56461171 fix: extract color gradient and accent color definitions in TripItemGroupBox 2025-10-10 20:20:01 +02:00
ad6abb8ab1 feat: sort category groups by name before rendering 2025-10-10 20:03:46 +02:00
eb5420310c feat: drag-and-drop functionality for tag category management 2025-10-10 19:59:14 +02:00
f8485312a8 feat: remove marked tags functionality and introduce category tags in trip and item management 2025-10-09 22:18:09 +02:00
cc861164d2 feat: WIP: Tag type descriptions on TagsPage and new layout 2025-10-09 20:22:26 +02:00
03c1b73516 refactor: improve item input layout in ItemsPage 2025-10-08 22:01:12 +02:00
bb3ce403eb feat: add TripItemGroupBox component for better item grouping display 2025-10-06 21:38:31 +02:00
f7d23556f8 refactor: rename 'tag' to 'marked_tag' in TripItemOut schema and related components 2025-10-05 22:02:30 +02:00
f28d8159a6 feat: Tag selection for new Trip, improve display on Item List 2025-10-05 13:54:56 +02:00
742e39d12e refactor: isHovered Tag state and update Tag component usage 2025-10-04 12:15:23 +02:00
dd5e3fd31e fix: adjust button padding in ItemRow 2025-10-01 10:57:09 +02:00
83b7263f6f refactor: clean up and improve item addition logic 2025-10-01 10:30:40 +02:00
c40d685c64 refactor: simplify item filtering and remove autocomplete logic 2025-10-01 10:24:41 +02:00
ef17f7396d refactor: remove TripEdit component and update TripChecklist for inline editing 2025-09-30 21:48:57 +02:00
4aafe7d677 fix: return last trip if no upcoming trip is found 2025-09-28 22:53:34 +02:00
06877fe516 fix: highlight header when at 100% 2025-09-28 22:43:44 +02:00
49883acae9 fix: replace SVG favicon and logo with PNG versions 2025-09-28 22:21:35 +02:00
fe8e1d0f8d fix: update logo and header assets 2025-09-28 21:32:07 +02:00
827b6b5222 fix: use VITE_API_URL for API base path 2025-09-28 19:26:16 +02:00
bc90bb51d5 fix: add root_path to FastAPI initialization for API routing 2025-09-27 22:41:09 +02:00
1abfcee659 fix: item reload logic in TripItemList 2025-09-27 22:20:29 +02:00
6a2fdc6396 fix: export API_BASE for consistent API endpoint usage across components 2025-09-27 21:24:50 +02:00
2169eb3619 fix: update API_BASE to use a static path instead of environment variable 2025-09-23 15:07:15 +02:00
e918d58308 fix: add error logging for database connection failure in loadTrips function 2025-09-23 14:56:59 +02:00
a470ab9b00 fix: update DATABASE_URL to use correct packlist-db hostname 2025-09-23 14:52:02 +02:00
9bfd533df9 fix: unique service names in docker-compose 2025-09-23 14:48:07 +02:00
f0c342d19c fix: update proxy_pass URLs in default.conf to use specific backend and frontend services 2025-09-23 10:21:37 +02:00
9fc65b18eb fix: update service networks to use nginx-proxy 2025-09-23 10:18:40 +02:00
68de802d88 fix: move nginx.conf to nginx/default.conf
fix portainer quirk where /nginx.conf is not found
2025-09-22 21:24:05 +02:00
b4a254ed96 fix: nginx.conf file path in docker-compose.prod 2025-09-22 21:02:32 +02:00
a55466fb98 feat: add nginx proxy to prod compose and configure API proxying 2025-09-22 20:42:43 +02:00
c793ac5f38 fix: replace ports with expose in docker-compose.prod 2025-09-22 20:11:02 +02:00