mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
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:
parent
0ef327fb61
commit
99c18483c7
3 changed files with 17 additions and 0 deletions
BIN
src/assets/images/echo.webp
Normal file
BIN
src/assets/images/echo.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
src/assets/images/echo_screen.webp
Normal file
BIN
src/assets/images/echo_screen.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue