Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
Showing only changes of commit 2d74a1eb89 - Show all commits

View file

@ -13,7 +13,7 @@
"name": "Kavita", "name": "Kavita",
"icon": "/assets/icons/kavita-logo", "icon": "/assets/icons/kavita-logo",
"iconType": "svg", "iconType": "svg",
"href": "https://kavita.neshweb.net", "href": "https://kavita.neshweb.net/",
"desc": "Self-hosted Manga Library", "desc": "Self-hosted Manga Library",
"warn": "Registration via Admin invite", "warn": "Registration via Admin invite",
"id": 5 "id": 5
@ -41,7 +41,7 @@
"name": "PeerTube", "name": "PeerTube",
"icon": "/assets/icons/peertube-logo", "icon": "/assets/icons/peertube-logo",
"iconType": "svg", "iconType": "svg",
"href": "https://tube.neshweb.net/", "href": "https://neshweb.tv/",
"desc": "Self-hosted PeerTube Instance", "desc": "Self-hosted PeerTube Instance",
"warn": "Note: Registration only via Admin", "warn": "Note: Registration only via Admin",
"id": 8 "id": 8
@ -59,7 +59,7 @@
"name": "Vaultwarden", "name": "Vaultwarden",
"icon": "/assets/icons/vaultwarden-logo", "icon": "/assets/icons/vaultwarden-logo",
"iconType": "svg", "iconType": "svg",
"href": "https://vault.neshweb.net", "href": "https://vault.neshweb.net/",
"desc": "Self-hosted Password Manager", "desc": "Self-hosted Password Manager",
"warn": "Note: Invite only", "warn": "Note: Invite only",
"id": 9 "id": 9
@ -68,7 +68,7 @@
"name": "Jellyfin", "name": "Jellyfin",
"icon": "/assets/icons/jellyfin-logo", "icon": "/assets/icons/jellyfin-logo",
"iconType": "svg", "iconType": "svg",
"href": "https://jellyfin.neshweb.net/", "href": "https://mov.neshweb.tv/",
"desc": "Open-Source, Self-Hosted Media Platform", "desc": "Open-Source, Self-Hosted Media Platform",
"warn": "Note: Registration only via Admin", "warn": "Note: Registration only via Admin",
"id": 37 "id": 37
@ -135,5 +135,13 @@
"desc": "Docker Compose WebUI", "desc": "Docker Compose WebUI",
"warn": "Note: Admin Only", "warn": "Note: Admin Only",
"id": 35 "id": 35
},
{
"name": "bookwormstory.social",
"icon": "/assets/icons/bookworm-logo",
"iconType": "avif",
"href": "https://bookwormstory.social/",
"desc": "Lemmy Instance hosted for the community around Ascendance of a Bookworm",
"id": 19
} }
] ]