-
-
Notifications
You must be signed in to change notification settings - Fork 825
Remove obsolete style rules - mx_SpaceRoomView_inviteTeammates_betaDisclaimer #11004
Conversation
…But is this still used? matrix-react-sdk/src/components/structures/SpaceRoomView.tsx Lines 506 to 632 in 3bba816
This seems to have been used to render |
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.
This style is still in use.
It's safe to remove the beta disclaimer along with the styles as spaces is out of beta, and the warning about the link is no longer relevant.
yeah right, thanks for confirmation. |
@luixxiul Can you please add a screenshot of the invite dialog with the beta card removed? |
And update the PR title to better describe the change please! |
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, thank you. Just a couple of small requests about the PR title and screenshot, then should be good to go 🚀
The percy snapshot was not correctly specified to take "invite your teammates" dialog. I am going to submit a fix. Currently it takes a dialog after clicking the primary button just before the invitation dialog: https://percy.io/dfde73bd/matrix-react-sdk/builds/27785922/changed/1545562064 |
This PR intends to remove
mx_SpaceRoomView_inviteTeammates_betaDisclaimer
style rules as the Space has left beta. This also suggests to add a Percy snapshot test as there has not been one for dialogs related to Space. The snapshot should also help us to detect a regression if any, when we replace the invite mask-image with a SVG icon next toInvite by username
.type: task
Signed-off-by: Suguru Hirahara [email protected]
Checklist
This change is marked as an internal change (Task), so will not be included in the changelog.