-
Notifications
You must be signed in to change notification settings - Fork 98
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
Enhance Devtools UI with Root-only Filter Feature In History #854
Comments
Could I give it a try? |
@gwbaik9717 Sure :) |
I considered adding a filter button but wasn't sure where to place it, so I added an 'expand' button next to the title of the When the user clicks the button, it will expand to occupy the entire space, and clicking it again will revert it to its original state. However, there is already a fold button (▶) in the Therefore, I am seeking guidance on this matter. Also, I noticed that there are SVG icons already in the project. Could you recommend where I should get additional SVG icons from if I want to add more? |
@gwbaik9717 Thanks for your interest in this issue. I recommend adding I also modified description and title because it seems the original text didn't specifically mention that the filter is for the |
Oh, I got it. thanks for the reply! |
Description:
Currently,
Root
ofDocument
stores the content of the document, whilePresence
stores user presence information such as cursors. During debugging, developers may want to track how the content changes specifically. However, sincePresence
events can occur more frequently, developers may wish to focus solely on content changes. Introducing a filter feature in History that allows users to view only theroot
would be beneficial.Why:
The text was updated successfully, but these errors were encountered: