fix(web): document remote welcome constraints

This commit is contained in:
ZiyaZhang
2026-08-03 00:14:35 -07:00
parent 28721e1dc5
commit 59d923395a
6 changed files with 21 additions and 6 deletions
@@ -117,7 +117,9 @@ export class WelcomeNoticeStore {
}
/**
* Refresh only after the welcome step has begun reading durable state.
* Refresh only after welcome state has left idle. A memory-mode load retains
* acknowledgement so reconnect and settings-change refreshes do not reopen a
* process-local notice.
* @param controller - welcome state owner whose current status decides whether to load.
*/
export function refreshWelcomeIfLoaded(controller: WelcomeNoticeStore): void {