#227 fix apps link

This commit is contained in:
AntoineÐ 2023-12-04 14:11:00 +01:00 committed by Laura Hausmann
parent b2f5df1b19
commit 3d2cd873b9
2 changed files with 21 additions and 1 deletions

20
APPS.md Normal file
View file

@ -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)

View file

@ -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");
},
},
{