data endpoint for entity 90008 (aka. a website)

feat: add new icons

ptr.pet 31d9b779 731a2113

verified
Changed files
+2 -2
src
routes
static
+2 -2
src/routes/+page.svelte
···
<div class="flex flex-col md:flex-row gap-4 md:gap-8 md:h-full h-card">
<div class="flex flex-col gap-4 md:gap-8 ml-auto">
-
<Window title="latest stuff">
<div class="prose prose-ralsei prose-img:m-0 leading-6">
<LatestStuff />
</div>
</Window>
-
<Window style="md:ml-4" title="status" removePadding>
{#if data.lastNote}
<div class="m-1.5 flex flex-col font-monospace text-sm">
<p
···
<div class="flex flex-col md:flex-row gap-4 md:gap-8 md:h-full h-card">
<div class="flex flex-col gap-4 md:gap-8 ml-auto">
+
<Window title="latest stuff" iconUri="/icons/msg_information.webp">
<div class="prose prose-ralsei prose-img:m-0 leading-6">
<LatestStuff />
</div>
</Window>
+
<Window style="md:ml-4" title="status" iconUri="/icons/msn.webp" removePadding>
{#if data.lastNote}
<div class="m-1.5 flex flex-col font-monospace text-sm">
<p
static/icons/msg_information.webp

This is a binary file and will not be displayed.

static/icons/msn.webp

This is a binary file and will not be displayed.