Improve mobile booking flow with fixed actions, clearer validation, and cleaner widgets - #1903
Open
dyanakiev wants to merge 1 commit into
Open
Improve mobile booking flow with fixed actions, clearer validation, and cleaner widgets#1903dyanakiev wants to merge 1 commit into
dyanakiev wants to merge 1 commit into
Conversation
…step-based validation alerts
Owner
|
Hello, I'm seeing quite some changes in the frontend SCSS, but we actually aim to reduce the amount of custom CSS that is needed for the application in order to provide better support for bootstrap themes. Can you please try to eliminate as much as possible these changes from the SCSS? -- Alex Tselegidis, Easy!Appointments Creator |
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.
This PR improves the booking wizard experience on mobile devices. The booking flow is currently hard to use on small screens because the header takes too much space, action buttons move out of view, validation failures can feel silent, and some widgets take more room than they need.
The update makes the mobile booking UI feel more app-like: a compact fixed header keeps progress visible, the main actions stay fixed at the bottom, validation messages clearly explain what is missing, and the page scrolls directly to the field that needs attention.
What Changed
Why This Is Needed
Mobile users often book appointments quickly, usually with one hand and limited screen space. Keeping the main action buttons visible removes unnecessary scrolling, while clear error messages reduce confusion when a required step is missed.
This also prevents cases where validation fails but the user does not know why, especially on longer forms where the invalid field may be off-screen.
Example Scenarios