push_screen_wait requires a worker context, but on_mount is a plain lifecycle callback. Extract session resume logic into a @work-decorated method so the modal can be awaited without triggering NoActiveWorker.
push_screen_wait requires a worker context, but on_mount is a plain lifecycle callback. Extract session resume logic into a @work-decorated method so the modal can be awaited without triggering NoActiveWorker.