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
A change to the NavigateToRoom action that specifies whether we're the room has already been joined and we're waiting for it to be loaded (e.g., after creating a DM with a user), or if we actually do want to display the join room modal.
This is necessary because it doesn't make sense to prompt the user to join a room that they just created.
In the former case, the modal should just be a simple "loading room" modal that just displays a basic message about waiting to load the room, a simple loading spinner, and a gray cancel button that allows the user to clear the modal if it's taking too long to load that room.
Loading spinners needed
Next to the "Save Name" / "Cancel" buttons in the AccountSettings widgetAdd loading spinners to Account Settings buttons #710Next to the "Upload Avatar" / "Delete Avatar" buttons in the AccountSettings widgetAdd loading spinners to Account Settings buttons #710Confirmation modals needed
A positive confirmation modal for the "Direct Message" button in the UserProfileSlidingPaneShow a confirmation modal before auto-creating a new DM room #734This should only be shown before we create a new direct message room. If one already exists, we can safely jump to it.A new top-level negative confirmation modal for deleting or removing anything. This should be used for:Add a unified, top-level confirmation modal for delete/remove actions #723Deleting your avatarAdd a unified, top-level confirmation modal for delete/remove actions #723Re-use the same negative confirmation modal for deleting (redacting) a message.Add a unified, top-level confirmation modal for delete/remove actions #723Removing a TSP wallet entry.Add a unified, top-level confirmation modal for delete/remove actions #723Other
NavigateToRoomaction that specifies whether we're the room has already been joined and we're waiting for it to be loaded (e.g., after creating a DM with a user), or if we actually do want to display the join room modal.