Skip to content

Commit

Permalink
Merge pull request #32 from Anlanther/tests
Browse files Browse the repository at this point in the history
docs(app): updated welcome message
  • Loading branch information
Anlanther authored Jan 21, 2025
2 parents e615b52 + 72a896e commit 2d28c87
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions calendar-app/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@
@if (status === noApi) {
<app-welcome>
<section class="fail-message">
<p>
By clicking on <strong>Offline Mode</strong>, you must make sure to
download your calendar before you leave the app using the option in
the <strong>...</strong> 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.
</p>
<p>
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
<a
href="https://github.com/Anlanther/stardew-valley-calendar?tab=readme-ov-file#setting-up-strapi-locally"
>here</a
>. Reload when it is ready.
</p>
<p>
Alternatively, you may use the `Offline Mode` button below, however
your changes will not be persisted and
<strong>will be lost</strong> 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.
>.
</p>
<p>
If you find any issues, please report them
Expand Down

0 comments on commit 2d28c87

Please sign in to comment.