-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add toggle to hide empty state in devtools #30352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
93b5358
to
2e18258
Compare
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.
Nice, this will be really convenient.
Personally not sure seeing half the state updates is helpful for most things, like only seeing space children added but not removed would be confusing and form half a view of reality, if anything maybe it should be per-room |
This is about the state in the state list. So it does not effect state changes but only filters current state in the modal state key list. |
Ah okay, my bad, I thought it augmented "Show hidden events" - my mistake for reviewing without caffeine |
b3aa9d5
to
41708ac
Compare
This is helpful for when shwoing
m.rtc.member
events. They are empty if the person is left. With this option we can easily filter for only non-empty events to save time to clean room state. (It is also helpful for any other task where we want to investigate the room state and are interested in only joined members / want to know if a member is joined)Checklist
public
/exported
symbols have accurate TSDoc documentation.