mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 10:58:14 +00:00
Refactor contract form steps and improve UI components
- Updated Step 3: Cargo Scope to use Select and MultiSelect components for better user experience. - Simplified loading states and improved layout in Step 4: Route. - Enhanced Step 8: Review with a new SummaryItem component for better readability and organization. - Adjusted navigation labels in payment pages to reflect contracts instead of bookings. - Introduced RecentContractsSection component to display recent contracts with improved UI and functionality. - Added clamping logic for step navigation in useContractDraft to handle older drafts.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
|
||||
// export const API_BASE_URL = 'http://localhost:3001';
|
||||
// export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
|
||||
export const API_BASE_URL = 'http://localhost:3001';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user