forked from City-of-Helsinki/varaamo
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release tku-v1.8 #276
Merged
Merged
Release tku-v1.8 #276
Conversation
This file contains 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
Changes: - when reservation has payments, reservation info form page renders a copy button which copies certain reserver info fields to payer info fields
Changes: - payment terms are no longer considered a required field simply when reservation has payments but instead only when payment terms are defined for the resource
Changes: - reservation payment terms are required only when payment terms are defined and the reservation has payments
This error page is intented to be used when the main Varaamo app is not up and running
Changes: - reservation info/form reserver id label now only refers to business id, instead of being a shared field for business id and social security number - removed reservation form reserver id field's placeholder text
Changes: - instead of importing whole lodash or react-bootstrap for some cases, import only what is needed from each package
Moved phone number validation to its own file/module to split code imports better. Phone number validation uses `google-libphonenumber` imported package which is very large.
Changes: - added custom error notification for timeslot selecting when maintenance mode is on - added redux state handling for maintenance mode reading and writing
My reservations page will now show a state label when a normal paid reservation is waiting for a payment. This will indicate that the user's payment has been aborted.
Changed html heading used for styling purposes to `p` element with similar css styles
Updated packages include for example a newer version of `json5`
Changes: - switched `FooterContent`, `UnconnectedNotificationsContainer`, `TimeRange` and `MobileNavbar` into function components to improve their performance and bundle size - changed resource page import of `NotFoundPage` to be in line of other similar imports
Changed search and resource pages to load `ResourceMap` dynamically when switching to map view. This decreases the bundle size of each page.
ezkat
approved these changes
Sep 26, 2023
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.
Notable changes: