Startup modal shown when the cached data was written by an older app version.
Lists each pending migration (from → to: description) and offers two choices:
Apply Updates (run the migrations in place) or Cancel (clear the cache
and start fresh). It is intentionally non-dismissable — there is no backdrop
close — because the app defers loading cached data until the user decides.
Startup modal shown when the cached data was written by an older app version. Lists each pending migration (
from → to: description) and offers two choices: Apply Updates (run the migrations in place) or Cancel (clear the cache and start fresh). It is intentionally non-dismissable — there is no backdrop close — because the app defers loading cached data until the user decides.