feat: add debug modules panel with persistence#519
feat: add debug modules panel with persistence#519sandexzx wants to merge 2 commits intozardoy:renderer-removefrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can enforce grammar and style rules using `languagetool`.Configure the |
f15ef46 to
c8945b7
Compare
Description
Adds a trigger for the renderer's debug modules panel to the F3 menu. The panel itself lives entirely in the renderer — client only calls
world.toggleDebugModulesPanel().Changes
f3Keybindsarray withF3+Mhotkey.F3+Mto toggle the panel.Files Changed
src/controls.ts— added f3Keybinds entry (+6 lines).Dependencies
Requires the renderer PR to be merged first (provides
toggleDebugModulesPanel()API).