Adding Echo for Lemmy to apps list (#405)

* Adding Echo for Lemmy to apps list

Signed-off-by: Charlie Fish <contact@charlie.fish>

* Formatting

Signed-off-by: Charlie Fish <contact@charlie.fish>

* Changing Echo link to direct app store link

* Using WebP images instead of PNG

Signed-off-by: Charlie Fish <contact@charlie.fish>

---------

Signed-off-by: Charlie Fish <contact@charlie.fish>
This commit is contained in:
Charlie Fish 2024-10-16 09:51:40 -06:00 committed by GitHub
parent 0ef327fb61
commit 99c18483c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

BIN
src/assets/images/echo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

View file

@ -93,6 +93,22 @@ export const MODERATION_TOOLS: ToolDetails[] = [
}, },
]; ];
const ECHO: AppDetails = {
name: "Echo",
description: "A fully native Lemmy Client for iOS",
link: "https://echo.rrainn.com",
icon: "/static/assets/images/echo.webp",
banner: "/static/assets/images/echo_screen.webp",
links: [
{
link: "https://apps.apple.com/us/app/echo-for-lemmy/id6450902296",
icon: "appleinc",
},
],
sourceType: SourceType.Closed,
platforms: [Platform.IOS],
};
const VOYAGER: AppDetails = { const VOYAGER: AppDetails = {
name: "Voyager", name: "Voyager",
description: "A Lemmy Client for iOS, Android and the web", description: "A Lemmy Client for iOS, Android and the web",
@ -433,6 +449,7 @@ const SUMMIT: AppDetails = {
}; };
export const APP_LIST: AppDetails[] = [ export const APP_LIST: AppDetails[] = [
ECHO,
JERBOA, JERBOA,
ETERNITY, ETERNITY,
COMBUSTIBLE, COMBUSTIBLE,