Browse Source
Feature/extend self hosting faq by mobile app question (#3500)
* Add question about mobile app
* Update changelog
pull/3504/head
Thomas Kaul
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
16 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Added |
|
|
|
|
|
|
|
- Added a dialog for the benchmarks in the markets overview |
|
|
|
- Extended the content of the _Self-Hosting_ section by the mobile app question on the Frequently Asked Questions (FAQ) page |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -148,6 +148,21 @@ |
|
|
|
and desktop computers.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title |
|
|
|
>Is there a mobile app for the self-hosting version of Ghostfolio |
|
|
|
available in the app store?</mat-card-title |
|
|
|
> |
|
|
|
</mat-card-header> |
|
|
|
<mat-card-content |
|
|
|
>No, there is no mobile app for the self-hosting version of Ghostfolio |
|
|
|
available in the app store. However, you can add the web app to your |
|
|
|
home screen (e.g. by selecting <i>Add to Home screen</i> in |
|
|
|
<i>Google Chrome</i>), which provides the same user |
|
|
|
experience.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title |
|
|
|