You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add minimal theme with StepList component and styling
- Implemented a new minimal theme for the itinerary application.
- Created StepList component to display steps with date, time, title, location, and notes.
- Added theme configuration in index.ts and corresponding CSS styles.
- Updated itinerary page to utilize the new StepList component.
- Refactored itinerary loading logic to include theme data.
- Removed deprecated itinerary detail page and associated logic.
- Updated database schema to support new step and itinerary attributes.
- Added new types for steps and themes in the types package.
- Updated package dependencies to latest versions.
0 commit comments