From 3d2cd873b9f21b3f3b1c4fc217898f3eee116876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=C3=90?= Date: Mon, 4 Dec 2023 14:11:00 +0100 Subject: [PATCH] #227 fix apps link --- APPS.md | 20 ++++++++++++++++++++ packages/client/src/scripts/helpMenu.ts | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 APPS.md diff --git a/APPS.md b/APPS.md new file mode 100644 index 000000000..3e778ba6c --- /dev/null +++ b/APPS.md @@ -0,0 +1,20 @@ +# We test our Mastodon-compatible API against the following clients: +## Web + - [Elk](https://elk.zone) + - [Phanpy](https://phanpy.social/) + - [Enafore](https://enafore.social/) + - [Masto-FE-standalone](https://iceshrimp.dev/iceshrimp/masto-fe-standalone) + +## iOS + - [Mona](https://apps.apple.com/us/app/mona-for-mastodon/id1659154653) + - [Toot!](https://apps.apple.com/us/app/toot-for-mastodon/id1229021451) + - [Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884) + - [Tusker](https://apps.apple.com/us/app/tusker/id1498334597) + - [Feditext](https://github.com/feditext/feditext) + - [Mastodon](https://apps.apple.com/us/app/mastodon-for-iphone-and-ipad/id1571998974) + +## Android + - [Tusky](https://tusky.app/) + - [Moshidon](https://lucasggamerm.github.io/moshidon/) + - [Megalodon](https://sk22.github.io/megalodon/) + - [Mastodon](https://play.google.com/store/apps/details?id=org.joinmastodon.android) diff --git a/packages/client/src/scripts/helpMenu.ts b/packages/client/src/scripts/helpMenu.ts index a31f99ad3..a12bb2e29 100644 --- a/packages/client/src/scripts/helpMenu.ts +++ b/packages/client/src/scripts/helpMenu.ts @@ -37,7 +37,7 @@ export function openHelpMenu_(ev: MouseEvent) { text: i18n.ts.apps, icon: "ph-device-mobile ph-bold ph-lg", action: () => { - window.open("https://iceshrimp.dev/apps", "_blank"); + window.open("https://iceshrimp.dev/iceshrimp/iceshrimp/src/branch/dev/APPS.md", "_blank"); }, }, {