Skip to content

Commit fdafef1

Browse files
committed
docs(mobile-client): update Aside component usage
- Replace deprecated 'title' prop with 'type' prop in Aside component - Remove redundant icon specification, as it's no longer needed
1 parent 6427e91 commit fdafef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/mobile-client/architecture/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This flow handles users who already have an active session.
4040

4141
This two-path system correctly prioritizes authentication and then uses that session to securely fetch critical app configuration.
4242

43-
<Aside title="Automatic Status Re-checks" icon="sync">
43+
<Aside type="note">
4444
The application includes an `AppStatusService` that automatically re-fetches the remote configuration in the background. This service triggers a check when the app is resumed from the background or at a periodic interval (e.g., every 15 minutes).
4545

4646
These background fetches are "silent" (`isBackgroundCheck: true`), meaning they do not show a loading screen. If the new configuration indicates a critical status (like maintenance mode), the app will immediately transition to the appropriate status page. This ensures the app can react to server-side changes in near real-time without disrupting the user unless absolutely necessary.

0 commit comments

Comments
 (0)