The status bar is the footer of the editor. It displays editing status and document synchronization state, and surfaces the relevant bottom panel.
Status information
The status bar shows live editing state, including:
- The current mode (edit or preview).
- The active session state.
- The number of selected widgets.
- The timestamp of the last build.
Compliance badge
The compliance badge indicates the number of compliance issues detected in the document. Clicking it opens the problems tab in the bottom panel.
Runtime status badge
The runtime status badge shows the state of the LVGL runtime connection and the accumulated event log. Clicking it opens the runtime tab in the bottom panel.
Bottom panel wiring
The badges are wired to the dockable bottom panel: clicking the compliance badge surfaces the problems tab, and clicking the runtime status badge surfaces the runtime tab.