From da0231b427c69f6d169832a6d51b58b35d912eb6 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 15 Mar 2026 00:57:38 +0100 Subject: [PATCH] i18n: better name --- src/components/ResponsiveTimeUntil.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/ResponsiveTimeUntil.vue b/src/components/ResponsiveTimeUntil.vue index 0244ffa..3d6795a 100644 --- a/src/components/ResponsiveTimeUntil.vue +++ b/src/components/ResponsiveTimeUntil.vue @@ -5,7 +5,7 @@ import { useTimeUntil } from "../hooks/useTimeUntil.hooks" const props = defineProps<{ project?: string; target?: string }>() const searchParams = useUrlSearchParams<{ project?: string; target?: string }>( - "history" + "history", ) const projectTitle = ref(props.project) @@ -18,7 +18,7 @@ watch( }, { immediate: true, - } + }, ) watch( @@ -28,7 +28,7 @@ watch( }, { immediate: true, - } + }, ) const target = computed(() => targetInput.value) @@ -42,7 +42,7 @@ const targetDate = computed(() => ? new Date(targetInput.value).toLocaleDateString(undefined, { dateStyle: "long", }) - : null + : null, ) const { @@ -129,7 +129,7 @@ const copyUrl = () => { />
- + { />
- +

Shrink the window to hide this config.