mirror of https://github.com/vector-im/riot-web
Add labs docs for right panel default open (#20722)
parent
03e776d9c4
commit
6adaa417f0
|
@ -172,3 +172,12 @@ the sender is using unknown/unrecognised event types.
|
||||||
|
|
||||||
Sending events with extensible events structure is always enabled - this should not affect any downstream
|
Sending events with extensible events structure is always enabled - this should not affect any downstream
|
||||||
client.
|
client.
|
||||||
|
|
||||||
|
## Right panel stays open (`feature_right_panel_default_open`)
|
||||||
|
|
||||||
|
This is an experimental default open right panel mode as a quick fix for those
|
||||||
|
who prefer to have the right panel open consistently across rooms.
|
||||||
|
|
||||||
|
If no right panel state is known for the room or it was closed on the last room
|
||||||
|
visit, it will default to the room member list. Otherwise, the saved card last
|
||||||
|
used in that room is shown.
|
||||||
|
|
Loading…
Reference in New Issue