You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had some small design changes for Invitation Modal to implement, which are:
Delete confirmation: When user wants to remove someone from viewing their schedule, we want to display a popup confirmation.
Text for no friends invited: When user has not invited anyone to their schedule, no emails show up and the bottom of the invitation modal is just a weird blank space. This can confuse users as an error. We want to display some background text to indicate to users that no users have been invited.
Acceptance Criteria
Popup is displayed with the email of the user's about to be removed.
When no friends have been invited to the current schedule, a text is displayed in the background as a holder.
The text was updated successfully, but these errors were encountered:
### Summary
Resolves#208
<!-- What does this PR change and why? Discuss any breaking changes. -->
Adds a popup modal when the user attempts to remove a user they invited
to share their schedule
Adds text to inform a user that they have to invite someone when they
haven't invited anyone
### Checklist
- [ ] Popup is displayed with the email of the user's about to be
removed.
- [ ] When no friends have been invited to the current schedule, a text
is displayed in the background as a holder.
### How to Test
<!-- Describe how to test your code. -->
Open the "Share Schedule" modal from the "export" tab in the action bar
Click on the "x" to remove a user and the remove modal should pop up
Remove all users from the list of invited users, and the prompting text
should be visible
---------
Co-authored-by: Samarth Chandna <[email protected]>
Description
We had some small design changes for Invitation Modal to implement, which are:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: