Initialize components after mount.
Only widget queries and lightweight config go here — anything that
would delay the first rendered frame (subprocess calls, heavy
imports) is deferred to _post_paint_init via call_after_refresh.
on_mount(
self,
) -> None