-
-
Notifications
You must be signed in to change notification settings - Fork 827
Deprecate mx_RightPanel_headerButton
class
#10821
Conversation
- %s/mx_RoomHeader_button_highlight/mx_RoomHeader_button--highlight/g - %s/mx_RoomHeader_button_unread/mx_RoomHeader_button--unread/g
The Jest snapshot update by #10807 was applied. |
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.
I can get behind the renaming of the CSS class, makes sense 👍
Would you be able to move the CSS in the file you suggested now? That would be quite relevant as part of this changeset. And I don't see the need for a different pull request.
Some reviewers prefer to review a PR which is dedicated to a single task, rather than including multiple ones. Because it has been intended for the sake of a reviewer, it is no problem for myself to create a new CSS file on this PR. Please wait for a moment… |
I very much agree with the fact that a pull request should contain one change. I don't think renaming and moving them to a new file should be considered separate in this scenario. It is part of one unit of work. |
Indeed. I just thought the "single" change in terms of the number 😉 |
- Move Sass variables to the place where they are used
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
The conflict was fixed. |
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.
Thank you for making the changes! Looks great
Thanks for the review! |
For #10495
This PR intends to deprecate
mx_RightPanel_headerButton
class in favor ofmx_RoomHeader_button
to update the header buttons ofRoomHeaderButtons
by conforming them to our naming policy.Moving the styles to_RoomHeader.pcss
or_RoomHeaderButtons.pcss
should be addressed by another PR.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.