Skip to content
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 15 commits into from
Sep 26, 2023
Merged

Release tku-v1.8 #276

merged 15 commits into from
Sep 26, 2023

Conversation

SanttuA
Copy link

@SanttuA SanttuA commented Sep 26, 2023

Notable changes:

  • added copy reserver info to payer info button in reservation page
  • fixes to reservation page input field error listing
  • changed reserver id to only refer to business id
  • included files for fallback error page when app is not running
  • performance optimizations

SanttuA added 15 commits August 18, 2023 11:17
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.
@SanttuA SanttuA requested a review from ezkat September 26, 2023 09:22
@SanttuA SanttuA merged commit 389c902 into production Sep 26, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants