-
Notifications
You must be signed in to change notification settings - Fork 16
feat: Add ability to see global dynamic property values in the Debugger Window #324
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
feat: Add ability to see global dynamic property values in the Debugger Window #324
Conversation
SBLMikeDemone
left a comment
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, thanks for iterating with me!
SBLMikeDemone
left a comment
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!
SBLMikeDemone
left a comment
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 think the react caching will rebuild every tick unnecessarily
webview-ui/src/diagnostics_panel/controls/MinecraftDynamicPropertiesTable.tsx
Show resolved
Hide resolved
SBLMikeDemone
left a comment
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.
Looks good! I'd recommend doing a stress test where you have 100s of dynamic properties that are all updating and adding and removing at different intervals and make sure this still works well
webview-ui/src/diagnostics_panel/controls/MinecraftDynamicPropertiesTable.tsx
Show resolved
Hide resolved
d2bc512 to
46c564a
Compare
Sends Global Dynamic Property Values to the Debugger
Allows users to see all Global Dynamic Properties listed in a grid.
The Grid shows names in one column, and the values of the dynamic properties in the other