From 72a896e0fa4bd470059d716436480cf073cb7dc3 Mon Sep 17 00:00:00 2001 From: Anlanther Date: Mon, 20 Jan 2025 00:46:22 +0800 Subject: [PATCH] docs(app): updated welcome message --- calendar-app/src/app/app.component.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/calendar-app/src/app/app.component.html b/calendar-app/src/app/app.component.html index 6d3b987..59035c3 100644 --- a/calendar-app/src/app/app.component.html +++ b/calendar-app/src/app/app.component.html @@ -2,22 +2,21 @@ @if (status === noApi) {
+

+ By clicking on Offline Mode, you must make sure to + download your calendar before you leave the app using the option in + the ... menu next to the title of your calendar. You + can load the downloaded file the next time you use the app otherwise + it will be lost the next time the page is reloaded. +

If you want your changes to be persisted while using the app and saved - into a local server, please start up a Strapi server to begin. You may - find instructions on how to do so + into a local server, please follow the following instructions on how + to do so here. Reload when it is ready. -

-

- Alternatively, you may use the `Offline Mode` button below, however - your changes will not be persisted and - will be lost whenever the page is reloaded so make - sure to download your calendar frequently using the option in the - `...` menu next to the title of your calendar to load the next time - you use the app. + >.

If you find any issues, please report them