-
Notifications
You must be signed in to change notification settings - Fork 10
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
Restyle matcher UI #470
Restyle matcher UI #470
Conversation
Passing run #324 ↗︎
Details:
Review all test suite changes for PR #470 ↗︎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks generally good -- why is there a save button and a submit button for creating the matcher slots, and you can hit submit without saving? It seems a bit weird to me, and I think coordinators will accidentally forget to save a slot they wanted to save but submit it anyways.
c4b39b3
to
4541152
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR makes various miscellaneous improvements to the matcher UI.
Coordinators have created slots without knowing that many slots are actually linked; a confirmation modal has been added because of this, listing out all of the slots along with a count of the number of slots to submit.
Another confirmation modal was added to the button opening the preference form for mentors, making it clear that slots cannot be edited afterward. This can probably be reverted or changed if in the future we decide to rework the slot creation system to allow for slot edits.
The create stage button UI/UX was also modified; to avoid any confusion with save/submit/continue buttons, the flows were reworked to have only one green (primary) button visible at any given point in time. Clicking this button would proceed with the flow, whereas secondary buttons either cancel the flow or go to a different flow (ex. editing events).
Further, there were many matcher button and input styles that are not consistent with the rest of the site; these classes have also been migrated over.
Closes #437.