Skip to content

Commit a5d45cb

Browse files
authored
feat: add fountain to the app store (#2009)
Also some minor fixes to other apps, and replaced testflight links with app store links
1 parent 0061e94 commit a5d45cb

File tree

2 files changed

+45
-6
lines changed

2 files changed

+45
-6
lines changed
12.9 KB
Loading

frontend/src/components/connections/SuggestedAppData.tsx

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import clams from "src/assets/suggested-apps/clams.png";
1212
import claude from "src/assets/suggested-apps/claude.png";
1313
import coracle from "src/assets/suggested-apps/coracle.png";
1414
import damus from "src/assets/suggested-apps/damus.png";
15+
import fountain from "src/assets/suggested-apps/fountain.png";
1516
import goose from "src/assets/suggested-apps/goose.png";
1617
import hablanews from "src/assets/suggested-apps/habla-news.png";
1718
import iris from "src/assets/suggested-apps/iris.png";
@@ -93,8 +94,8 @@ export const appStoreCategories = {
9394
title: "Merchant Tools",
9495
priority: 10,
9596
},
96-
music: {
97-
title: "Music",
97+
audio: {
98+
title: "Audio",
9899
priority: 20,
99100
},
100101
blogging: {
@@ -792,11 +793,12 @@ export const appStoreApps: AppStoreApp[] = (
792793
{
793794
id: "wavlake",
794795
title: "Wavlake",
795-
description: "Creators platform",
796+
description: "Turn up the value for your biggest fans",
796797
webLink: "https://www.wavlake.com/",
797798
playLink:
798799
"https://play.google.com/store/apps/details?id=com.wavlake.mobile",
799-
appleLink: "https://testflight.apple.com/join/eWnqECG4",
800+
appleLink:
801+
"https://apps.apple.com/us/app/wavlake-social-music-player/id6463653431",
800802
logo: wavlake,
801803
extendedDescription:
802804
"Support artists by paying to upvote music you enjoy with your Hub",
@@ -819,7 +821,44 @@ export const appStoreApps: AppStoreApp[] = (
819821
</div>
820822
</>
821823
),
822-
categories: ["music"],
824+
categories: ["audio"],
825+
},
826+
{
827+
id: "fountain",
828+
title: "Fountain",
829+
description:
830+
"Discover millions of podcasts and emerging artists worth supporting",
831+
webLink: "https://www.fountain.fm",
832+
playLink:
833+
"https://play.google.com/store/apps/details?id=fm.fountain.apps",
834+
appleLink:
835+
"https://apps.apple.com/us/app/fountain-podcast-player/id1576394424",
836+
logo: fountain,
837+
extendedDescription:
838+
"Discover millions of podcasts and emerging artists worth supporting. Powered by RSS, Lightning and Nostr",
839+
installGuide: (
840+
<>
841+
<p className="text-muted-foreground">
842+
Download and open{" "}
843+
<span className="font-medium text-foreground">Fountain</span> on
844+
your iOS or Android device
845+
</p>
846+
</>
847+
),
848+
finalizeGuide: (
849+
<>
850+
<div>
851+
<h3 className="font-medium">In Fountain</h3>
852+
<ul className="list-inside list-decimal text-muted-foreground">
853+
<li>Go to Wallet tab</li>
854+
<li>Click the settings cog</li>
855+
<li>Go to connected accounts {"->"} Nostr Wallet Connect</li>
856+
<li>Scan or paste the connection secret from Alby Hub</li>
857+
</ul>
858+
</div>
859+
</>
860+
),
861+
categories: ["audio"],
823862
},
824863
{
825864
id: "wavespace",
@@ -1751,7 +1790,7 @@ export const appStoreApps: AppStoreApp[] = (
17511790
webLink: "https://bringin.xyz",
17521791
playLink:
17531792
"https://play.google.com/store/apps/details?id=xyz.bringin.client",
1754-
appleLink: "https://testflight.apple.com/join/HVh6eZsF",
1793+
appleLink: "https://apps.apple.com/in/app/bringin/id1579153016",
17551794
zapStoreLink: "https://zapstore.dev/download/",
17561795
logo: bringin,
17571796
extendedDescription:

0 commit comments

Comments
 (0)