Conversation
- Implemented markdown rendering utility for notes. - Added local storage management for view modes. - Created ListView, MonthView, and WeekView components for itinerary display. - Introduced seasonal themes for Spring, Summer, Autumn, and Winter with demo data. - Configured theme settings including UI colors and features. - Developed demo data for each season to showcase itinerary functionality.
- Introduced new CSS variables for Spring, Summer, and Winter themes in variables.css. - Updated views.css to improve layout and styling for the autumn month view, including responsive adjustments. - Modified ListView.svelte and MonthView.svelte to support step click events and improved rendering of secret steps. - Enhanced WeekView.svelte to allow step click interactions and refined event styling. - Updated demo data files for Spring, Summer, and Winter themes to include itinerary_walica_settings.
Owner
Author
|
/deploy-preview |
🚀 Preview Environment ReadyYour preview environment has been deployed:
The Web app is configured to access the preview API automatically.
|
- Move SettingsDialog from BottomNav to ItineraryView - Support onSettingsClick prop in BottomNav - Dialog now displays as proper modal overlay - Fixes issue where settings dialog was positioned relative to bottom nav
…ow.history API - Replace window.history.replaceState with SvelteKit's replaceState API - Fallback to window.history for SSR compatibility - Improves Best Practices Lighthouse score
…town to @qwik.dev - Add modern mobile-web-app-capable meta tag for web app manifests - Keep apple-mobile-web-app-capable for backward compatibility - Update @builder.io/partytown to @qwik.dev/partytown@0.11.2 - Remove deprecated window.history.replaceState fallback in auth - Simplify token URL cleanup to use only SvelteKit replaceState API
… theme colors - Enable secret mode with 60 minute offset (1 hour) by default in all season demo data - Improve autumn theme color contrast for better text visibility - Lower background from #fcf9f2 → #faf5f0 for more contrast - Darken primary from #a93529 → #8b2e1f for better visibility - Adjust secondary, accent, and text colors for better readability - Update card background and border colors - Fixes issue where autumn theme text was too light and hard to read in month/week views - Ensures seasonal themes have consistent design quality
Owner
Author
|
/deploy-preview |
🚀 Preview Environment ReadyYour preview environment has been deployed:
The Web app is configured to access the preview API automatically.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
standard-autumnをseasonとして、春夏秋冬のテーマを作成