From 9d4900fde8bbd22a46de7906087121cfe8fd8f5d Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Fri, 17 Jan 2025 13:35:41 +0100 Subject: [PATCH] (nouns) use same styling on , extract to not repeat styling --- components/nouns/NounsDictionary.vue | 182 ++++++------------ components/nouns/NounsTable.vue | 84 ++++++++ ...ictionaryEntry.vue => NounsTableEntry.vue} | 6 +- components/nouns/NounsTemplatesTable.vue | 45 +---- pages/nouns/templates.vue | 2 + 5 files changed, 156 insertions(+), 163 deletions(-) create mode 100644 components/nouns/NounsTable.vue rename components/nouns/{NounsDictionaryEntry.vue => NounsTableEntry.vue} (91%) diff --git a/components/nouns/NounsDictionary.vue b/components/nouns/NounsDictionary.vue index a0daee77a..08c4e37ec 100644 --- a/components/nouns/NounsDictionary.vue +++ b/components/nouns/NounsDictionary.vue @@ -1,12 +1,8 @@ + + + + diff --git a/components/nouns/NounsDictionaryEntry.vue b/components/nouns/NounsTableEntry.vue similarity index 91% rename from components/nouns/NounsDictionaryEntry.vue rename to components/nouns/NounsTableEntry.vue index 123276c70..6a2373417 100644 --- a/components/nouns/NounsDictionaryEntry.vue +++ b/components/nouns/NounsTableEntry.vue @@ -1,9 +1,9 @@