refactor(engine): split settings_plugin runtime code into submodules #127
Reference in New Issue
Block a user
Delete Branch "refactor/settings-plugin-submodules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Second phase of #118, first runtime split:
settings_plugin/mod.rs(2,857 lines) becomes four focused submodules along existing system boundaries.SettingsButton, plugin build, persistence + window-geometry debouncespawn_settings_panel, row builders, thumbnailsMoved items are
pub(super);mod.rsglob-imports the submodules so system registration and the test suite keep their bare names. Code moved verbatim — no behaviour change; all 29 settings tests pass unchanged.cargo clippy --workspace -- -D warningscleancargo test --workspacegreenRemaining on #118: hud_plugin and card_plugin runtime splits.
Refs #118
🤖 Generated with Claude Code