Create useRoomName hook (#11346)

* Create useRoomName hook

Mark RoomName component as deprecated

* Pass out-of-band data to relevant RoomHeader component

* Mark LegacyRoomHeader as deprecated

* Fix incorrect search&replace in _RoomHeader.pcss

* lintfix

* Fix i18n

* Discard use of useCallback

* Change export of useRoomName

* fix ts issue

* lints
This commit is contained in:
Germain 2023-08-01 14:47:09 +01:00 committed by GitHub
parent 9026996d9e
commit 5d9f5ccf0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 95 additions and 36 deletions

View file

@ -20,13 +20,13 @@ limitations under the License.
--RoomHeader-indicator-pulseColor: $alert;
}
.mx_LegacyRoomHeader {
.mx_RoomHeader {
flex: 0 0 50px;
border-bottom: 1px solid $primary-hairline-color;
background-color: $background;
}
.mx_LegacyRoomHeader_wrapper {
.mx_RoomHeader_wrapper {
height: 44px;
display: flex;
align-items: center;
@ -36,7 +36,7 @@ limitations under the License.
border-bottom: 1px solid $separator;
}
.mx_LegacyRoomHeader_name {
.mx_RoomHeader_name {
flex: 0 1 auto;
overflow: hidden;
color: $primary-content;