Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
11 changed files with 14 additions and 15 deletions
Showing only changes of commit 090b97a3f6 - Show all commits

View file

@ -8,7 +8,7 @@
</head> </head>
<body <body
data-sveltekit-preload-data="hover" data-sveltekit-preload-data="hover"
style="background-image: url('https://images4.alphacoders.com/112/1123390.jpg')" style="background-image: url('/assets/background.avif')"
class="overflow-hidden h-screen" class="overflow-hidden h-screen"
> >
<div style="display: contents">%sveltekit.body%</div> <div style="display: contents">%sveltekit.body%</div>

View file

@ -28,7 +28,7 @@
}, },
{ {
"name": "Calibre Web", "name": "Calibre Web",
"icon": "/assets/icons/calibre-logo.ico", "icon": "/assets/icons/calibre-logo.avif",
"href": "https://calibre.neshweb.net/", "href": "https://calibre.neshweb.net/",
"desc": "Self-hosted Ebook Library Service", "desc": "Self-hosted Ebook Library Service",
"warn": "Note: Registration only via Admin", "warn": "Note: Registration only via Admin",
@ -69,7 +69,7 @@
}, },
{ {
"name": "Navidrome", "name": "Navidrome",
"icon": "/assets/icons/navidrome-logo.png", "icon": "/assets/icons/navidrome-logo.avif",
"href": "https://navidrome.neshweb.net/", "href": "https://navidrome.neshweb.net/",
"desc": "Open-Source, Self-Hosted Music Streaming Platform", "desc": "Open-Source, Self-Hosted Music Streaming Platform",
"warn": "Note: Registration only via Admin", "warn": "Note: Registration only via Admin",
@ -93,7 +93,7 @@
}, },
{ {
"name": "Portainer", "name": "Portainer",
"icon": "/assets/icons/portainer-logo.png", "icon": "/assets/icons/portainer-logo.avif",
"href": "https://portainer.neshweb.net/", "href": "https://portainer.neshweb.net/",
"desc": "Docker Container Manager", "desc": "Docker Container Manager",
"warn": "Note: Admin Only", "warn": "Note: Admin Only",
@ -101,7 +101,7 @@
}, },
{ {
"name": "Nginx", "name": "Nginx",
"icon": "/assets/icons/npm-logo.png", "icon": "/assets/icons/npm-logo.avif",
"href": "https://nginx.neshweb.net/", "href": "https://nginx.neshweb.net/",
"desc": "Web-based Nginx Proxy Manager", "desc": "Web-based Nginx Proxy Manager",
"warn": "Note: Admin Only", "warn": "Note: Admin Only",
@ -109,7 +109,7 @@
}, },
{ {
"name": "Proxmox", "name": "Proxmox",
"icon": "/assets/icons/proxmox-logo.png", "icon": "/assets/icons/proxmox-logo.avif",
"href": "https://proxmox.neshweb.net/", "href": "https://proxmox.neshweb.net/",
"desc": "Hypervisor Webinterface", "desc": "Hypervisor Webinterface",
"warn": "Note: Admin Only", "warn": "Note: Admin Only",
@ -117,7 +117,7 @@
}, },
{ {
"name": "Dockge", "name": "Dockge",
"icon": "/assets/icons/dockge-logo.png", "icon": "/assets/icons/dockge-logo.avif",
"href": "https://dockge.neshweb.net/", "href": "https://dockge.neshweb.net/",
"desc": "Docker Compose WebUI", "desc": "Docker Compose WebUI",
"warn": "Note: Admin Only", "warn": "Note: Admin Only",
@ -127,19 +127,19 @@
"games": { "games": {
"minecraft": { "minecraft": {
"name": "Minecraft", "name": "Minecraft",
"icon": "/assets/icons/minecraft-logo.png", "icon": "/assets/icons/minecraft-logo.avif",
"href": "https://minecraft.neshweb.net/", "href": "https://minecraft.neshweb.net/",
"desc": "View all currently available Minecraft Servers and their mods" "desc": "View all currently available Minecraft Servers and their mods"
}, },
"ready_or_not": { "ready_or_not": {
"name": "Ready or Not", "name": "Ready or Not",
"icon": "/assets/icons/ron-logo.png", "icon": "/assets/icons/ron-logo.avif",
"href": "https://readyornot.neshweb.net/", "href": "https://readyornot.neshweb.net/",
"desc": "Collection of Floor Plans for the Game 'Ready or Not'" "desc": "Collection of Floor Plans for the Game 'Ready or Not'"
}, },
"zomboid": { "zomboid": {
"name": "Zomboid", "name": "Zomboid",
"icon": "/assets/icons/zomboid-logo.png", "icon": "/assets/icons/zomboid-logo.avif",
"ip": "91.13.248.30", "ip": "91.13.248.30",
"status": "Online" "status": "Online"
}, },

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2024,1,1,19,4,51.936
Version=4
ViewMode=1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor">
<path d="M21 3h-6m6 0l-9 9m9-9v6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M21 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path>
</svg>

Binary file not shown.