Feature/remove mail address part 2 (#1800)

* Remove mail address and update Slack url

* Update changelog
This commit is contained in:
Thomas Kaul 2023-03-23 14:14:31 +01:00 committed by GitHub
parent c45df20d88
commit a0bec9e97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 49 additions and 24 deletions

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Updated the URL of the Ghostfolio Slack channel
- Upgraded `prisma` from version `4.10.1` to `4.11.0` - Upgraded `prisma` from version `4.10.1` to `4.11.0`
## 1.246.0 - 2023-03-18 ## 1.246.0 - 2023-03-18

View File

@ -34,7 +34,7 @@
<a [routerLink]="['/features']">feature</a>, please join the <a [routerLink]="['/features']">feature</a>, please join the
Ghostfolio Ghostfolio
<a <a
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" href="https://ghostfolio.slack.com"
title="Join the Ghostfolio Slack community" title="Join the Ghostfolio Slack community"
>Slack community</a >Slack community</a
>, tweet to >, tweet to
@ -42,7 +42,7 @@
href="https://twitter.com/ghostfolio_" href="https://twitter.com/ghostfolio_"
title="Tweet to Ghostfolio on Twitter" title="Tweet to Ghostfolio on Twitter"
>@ghostfolio_</a >@ghostfolio_</a
><ng-container *ngIf="hasPermissionForSubscription" ><ng-container *ngIf="user?.subscription?.type === 'Premium'"
>, send an e-mail to >, send an e-mail to
<a href="mailto:hi@ghostfol.io" title="Send an e-mail" <a href="mailto:hi@ghostfol.io" title="Send an e-mail"
>hi@ghostfol.io</a >hi@ghostfol.io</a
@ -65,6 +65,7 @@
<ion-icon name="logo-twitter"></ion-icon> <ion-icon name="logo-twitter"></ion-icon>
</a> </a>
<a <a
*ngIf="user?.subscription?.type === 'Premium'"
class="mx-2" class="mx-2"
href="mailto:hi@ghostfol.io" href="mailto:hi@ghostfol.io"
mat-icon-button mat-icon-button
@ -74,7 +75,7 @@
</a> </a>
<a <a
class="mx-2" class="mx-2"
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" href="https://ghostfolio.slack.com"
mat-icon-button mat-icon-button
title="Join the Ghostfolio Slack channel" title="Join the Ghostfolio Slack channel"
> >
@ -147,10 +148,7 @@
> >
</div> </div>
<div class="col-xs-12 col-md-4 my-2"> <div class="col-xs-12 col-md-4 my-2">
<a <a class="d-block" href="https://ghostfolio.slack.com">
class="d-block"
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
>
<gf-value <gf-value
size="large" size="large"
[value]="statistics?.slackCommunityUsers ?? '-'" [value]="statistics?.slackCommunityUsers ?? '-'"

View File

@ -93,10 +93,7 @@
</p> </p>
<p> <p>
I have already started to build a I have already started to build a
<a <a href="https://ghostfolio.slack.com">community</a>
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
>community</a
>
of users. In the future, I would like to involve more contributors of users. In the future, I would like to involve more contributors
to further extend the functionality of Ghostfolio (e.g. with new to further extend the functionality of Ghostfolio (e.g. with new
reports). Get in touch with me by e-mail at reports). Get in touch with me by e-mail at

View File

@ -29,10 +29,7 @@
<p> <p>
The Ghostfolio community is growing on various platforms and has The Ghostfolio community is growing on various platforms and has
recently passed 100 members on recently passed 100 members on
<a <a href="https://ghostfolio.slack.com">Slack</a>
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
>Slack</a
>
as well as 100 followers on as well as 100 followers on
<a href="https://twitter.com/ghostfolio_">Twitter</a>. If you have <a href="https://twitter.com/ghostfolio_">Twitter</a>. If you have
not joined yet, this is a good time to make sure you do not miss out not joined yet, this is a good time to make sure you do not miss out

View File

@ -140,23 +140,55 @@
>, a star on >, a star on
<a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>, <a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>,
feedback, bug reports, feature requests and of course contributions! feedback, bug reports, feature requests and of course contributions!
You can reach us by e-mail at You can reach us via Ghostfolio
<a href="mailto:hi@ghostfol.io">hi@ghostfol.io</a> or on Twitter <a
<a href="https://twitter.com/ghostfolio_">@ghostfolio_</a href="https://ghostfolio.slack.com"
title="Join the Ghostfolio Slack community"
>Slack community</a
>,
<a
href="https://twitter.com/ghostfolio_"
title="Tweet to Ghostfolio on Twitter"
>@ghostfolio_</a
><ng-container *ngIf="user?.subscription?.type === 'Premium'"
>,
<a href="mailto:hi@ghostfol.io" title="Send an e-mail"
>hi@ghostfol.io</a
></ng-container
>
or
<a
href="https://github.com/ghostfolio/ghostfolio"
title="Find Ghostfolio on GitHub"
>GitHub</a
>.</mat-card-content >.</mat-card-content
> >
</mat-card> </mat-card>
<mat-card class="mb-3"> <mat-card class="mb-3">
<mat-card-title>Got any other questions?</mat-card-title> <mat-card-title>Got any other questions?</mat-card-title>
<mat-card-content <mat-card-content
>Join the Ghostfolio >Please join the Ghostfolio
<a <a
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" href="https://ghostfolio.slack.com"
title="Join the Ghostfolio Slack community"
>Slack community</a >Slack community</a
>, tweet to >, tweet to
<a href="https://twitter.com/ghostfolio_">@ghostfolio_</a> or send an <a
e-mail to href="https://twitter.com/ghostfolio_"
<a href="mailto:hi@ghostfol.io">hi@ghostfol.io</a>.</mat-card-content title="Tweet to Ghostfolio on Twitter"
>@ghostfolio_</a
><ng-container *ngIf="user?.subscription?.type === 'Premium'"
>, send an e-mail to
<a href="mailto:hi@ghostfol.io" title="Send an e-mail"
>hi@ghostfol.io</a
></ng-container
>
or start a discussion at
<a
href="https://github.com/ghostfolio/ghostfolio"
title="Find Ghostfolio on GitHub"
>GitHub</a
>.</mat-card-content
> >
</mat-card> </mat-card>
</div> </div>

View File

@ -213,7 +213,7 @@
<p class="m-0"> <p class="m-0">
Join the Ghostfolio Join the Ghostfolio
<a <a
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" href="https://ghostfolio.slack.com"
title="Join the Ghostfolio Slack community" title="Join the Ghostfolio Slack community"
>Slack channel</a >Slack channel</a
> >