From bb9079b11028656df882c5a1abd9e07d96589620 Mon Sep 17 00:00:00 2001 From: anwolosz Date: Sun, 1 Sep 2024 17:53:42 +0200 Subject: [PATCH 1/5] Contact --- src/components/en/ContactEn.vue | 19 +++++++++++-------- src/components/hu/ContactHu.vue | 19 ++++++++++++------- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/src/components/en/ContactEn.vue b/src/components/en/ContactEn.vue index 6361dea1..1e12d3b8 100644 --- a/src/components/en/ContactEn.vue +++ b/src/components/en/ContactEn.vue @@ -1,11 +1,14 @@ \ No newline at end of file diff --git a/src/components/hu/ContactHu.vue b/src/components/hu/ContactHu.vue index 968bc5f6..0403d276 100644 --- a/src/components/hu/ContactHu.vue +++ b/src/components/hu/ContactHu.vue @@ -1,10 +1,15 @@ \ No newline at end of file From 01b4693a569dfae38ad694385d602b46e4e1f46f Mon Sep 17 00:00:00 2001 From: anwolosz Date: Mon, 2 Sep 2024 07:27:50 +0200 Subject: [PATCH 2/5] Key v-for fix --- src/components/Part.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Part.vue b/src/components/Part.vue index 1d9a40dc..2da3aa10 100644 --- a/src/components/Part.vue +++ b/src/components/Part.vue @@ -17,10 +17,12 @@ export default { From 6c5d0844fd51a5e5495e007f5f1dd4ee51cc1d87 Mon Sep 17 00:00:00 2001 From: anwolosz Date: Mon, 2 Sep 2024 07:45:34 +0200 Subject: [PATCH 3/5] Proper typing --- src/components/IndexRecord.vue | 3 ++- src/stores/SynopsisStore.ts | 18 +++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/src/components/IndexRecord.vue b/src/components/IndexRecord.vue index 3a01875a..c6a5f195 100644 --- a/src/components/IndexRecord.vue +++ b/src/components/IndexRecord.vue @@ -1,12 +1,13 @@