Settings Component¶
Purpose¶
The Settings component provides the central UI for runtime configuration and operational settings changes.
Main locations¶
app/core/components/settings/ui/routes.pyapp/core/components/settings/ui/settings_ui.py
Responsibilities¶
- register the settings route
- render platform configuration forms
- expose runtime-editable settings to operators
- provide a UI entry point for configuration workflows such as auth settings updates
Events¶
The Settings route layer does not currently act as a major direct event publisher or subscriber on the global bus.
UI endpoint¶
/settings