Skip to content

fix(room-booking): Room booking animation fix#367

Open
ARCshekin wants to merge 2 commits into
mainfrom
room-booking-animation-fix
Open

fix(room-booking): Room booking animation fix#367
ARCshekin wants to merge 2 commits into
mainfrom
room-booking-animation-fix

Conversation

@ARCshekin

Copy link
Copy Markdown
Contributor

Description of changes

Before closing this pop-out window fields were erased (set to "undefined"), it was visible to user and broke quality of animation. I just removed this action (as it is done in "timeline" pop-out window). It is safe since memory will be updated with opening next booking.

chrome: https://github.com/user-attachments/assets/b95f9843-527f-4c94-a220-24a6d6e2afad
safari: https://github.com/user-attachments/assets/3a7c8993-fc3f-4db6-8235-132107bf85c9
firefox: https://github.com/user-attachments/assets/d9530c80-f338-4857-8d98-f6d8dbfa3747

…utlook

When room booking is declined by outlook, error was returned as an object, but string expected. Since that, Error 403: [object Object] appeared on frondend. I added additional conditions to always satisfy object type and extract message from "details" object
…>" page

Before closing this pop-out window fields were erased (set to "undefined"), it was visible to user and broke quality of animation. I just removed this action (as it is done in "timeline" pop-out window). It is safe since memory will be updated with opening next booking.
}
if (
typeof detail === "object" &&
detail !== null &&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋 Backlog

Development

Successfully merging this pull request may close these issues.

[Room-Booking] Momentary "undefined, undefined" in booking card

1 participant