-
-
Notifications
You must be signed in to change notification settings - Fork 56
Adventure Times, Collection Ordering, Trip Maps #536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
seanmorley15
wants to merge
70
commits into
main
Choose a base branch
from
development
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,453
−1,847
Conversation
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
…, and enhance AdventureModal with datetime-local inputs
…nhance transportation date handling
…ON for adventures, transportation, and lodging
…for improved localization and all-day event support
…hance date formatting
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…hentication method
…on, enhance collection modal alerts, and improve localization for itinerary features
…onal message from the maintainer
…rove localization in collections page
…for itinerary features
… checklist components
This patch adds a simple test for checking if the frontend builds properly. This is similar to the recently added backend check and will be run automatically on pushes and pull requests.
Fix rendering issue in adventure dropdown
Prevent UI overlaps in transportation card
Simple Frontend Build Test
…unctions for date conversion and validation
…dateUTCDates with updateLocalDate and updateUTCDate functions
This patch updates the Dockerfile to use Node.js 22 for running the frontend. Given that the security support of Node.js 18 ends in 6 days (30 Apr 2025), upgrading definitely makes sense. Additionally, this also seems to fix the broken JSON generated by the recently upgrraded version of @sveltejs/kit, thus fixing #584.
This patch makes it less likely for elements of the navigation bar to overlap each other on mobile devices. It also makes spacing a bit more homogeneous. The patch basically just adjust some spacing as and hides the map icon on mobile devices.
This patch makes AdventureLog hide the text but show the app icon in the navigation bar when in mobile mode.
Improve overlapping on navbar on mobile devices
Upgrade Node.js to Version 22
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.
TODO: