mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-14 14:07:37 +01:00
Add Status page
This commit is contained in:
@@ -119,6 +119,19 @@ const socialsList = [
|
|||||||
variant="ghost"
|
variant="ghost"
|
||||||
/>
|
/>
|
||||||
</UTooltip>
|
</UTooltip>
|
||||||
|
<UTooltip
|
||||||
|
:delay-duration="4"
|
||||||
|
:text="t('status')"
|
||||||
|
>
|
||||||
|
<UButton
|
||||||
|
icon="i-ph-warning-duotone"
|
||||||
|
target="_blank"
|
||||||
|
href="https://status.arthurdanjou.fr"
|
||||||
|
color="neutral"
|
||||||
|
size="sm"
|
||||||
|
variant="ghost"
|
||||||
|
/>
|
||||||
|
</UTooltip>
|
||||||
<USeparator orientation="vertical" class="h-6" />
|
<USeparator orientation="vertical" class="h-6" />
|
||||||
<UDropdownMenu
|
<UDropdownMenu
|
||||||
v-model:open="openContactDrawer"
|
v-model:open="openContactDrawer"
|
||||||
@@ -222,6 +235,7 @@ const socialsList = [
|
|||||||
"en": {
|
"en": {
|
||||||
"theme": "switch theme",
|
"theme": "switch theme",
|
||||||
"language": "change language",
|
"language": "change language",
|
||||||
|
"status": "status page",
|
||||||
"contact": {
|
"contact": {
|
||||||
"button": "contact me",
|
"button": "contact me",
|
||||||
"title": "Contact me"
|
"title": "Contact me"
|
||||||
@@ -230,6 +244,7 @@ const socialsList = [
|
|||||||
"fr": {
|
"fr": {
|
||||||
"theme": "changer de thème",
|
"theme": "changer de thème",
|
||||||
"language": "changer de langue",
|
"language": "changer de langue",
|
||||||
|
"status": "page de statut",
|
||||||
"contact": {
|
"contact": {
|
||||||
"button": "me contacter",
|
"button": "me contacter",
|
||||||
"title": "Me contacter"
|
"title": "Me contacter"
|
||||||
@@ -238,10 +253,11 @@ const socialsList = [
|
|||||||
"es": {
|
"es": {
|
||||||
"theme": "cambiar tema",
|
"theme": "cambiar tema",
|
||||||
"language": "cambiar idioma",
|
"language": "cambiar idioma",
|
||||||
|
"status": "página de estado",
|
||||||
"contact": {
|
"contact": {
|
||||||
"button": "contactame",
|
"button": "contactame",
|
||||||
"title": "Contactame"
|
"title": "Contactame"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|||||||
Reference in New Issue
Block a user