feat: federation instance list and api/healthz improvements

This commit is contained in:
Levente Orban
2025-11-06 22:57:27 +01:00
parent 9f74d58db1
commit c3f420df74
8 changed files with 318 additions and 5 deletions

View File

@@ -48,6 +48,13 @@
{t('navigation.create')}
</button>
<button
on:click={() => goto('/instance')}
class={isActive('/instance') ? 'text-violet-400' : 'cursor-pointer'}
>
{t('navigation.instance')}
</button>
<button
on:click={() => goto('/event')}
class={isActive('/event') ? 'text-violet-400' : 'cursor-pointer'}

View File

@@ -94,7 +94,8 @@
"home": "Home",
"discover": "Scopri",
"create": "Crea",
"myEvents": "I Miei Eventi"
"myEvents": "I Miei Eventi",
"instance": "Istanza"
},
"home": {
"title": "Cactoide - Il sito per gli RSVP",

View File

@@ -99,7 +99,8 @@
"home": "Home",
"discover": "Discover",
"create": "Create",
"myEvents": "My Events"
"myEvents": "My Events",
"instance": "Instance"
},
"home": {
"title": "Cactoide - The RSVP site",