From e6c35cb90f01149928baaa6959f5e1744efbb9b2 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 9 Oct 2024 20:38:44 -0300 Subject: Added hover effects to Showcases --- docs/showcases/Showcase.vue | 80 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 64 insertions(+), 16 deletions(-) (limited to 'docs/showcases/Showcase.vue') diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue index a5a1e01..f790fbf 100644 --- a/docs/showcases/Showcase.vue +++ b/docs/showcases/Showcase.vue @@ -2,37 +2,85 @@ const props = defineProps({ src: { type: String, required: true }, label: { type: String, required: true }, - url: { type: String, required: true } + url: { type: String, required: true }, + icon: { type: String, required: false }, }); -- cgit v1.2.3 From 03f1a08f6e5996e5d3d7ff3952465c9c29b9f624 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 10 Oct 2024 01:35:23 +0000 Subject: docs: add eslint --- docs/showcases/Showcase.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'docs/showcases/Showcase.vue') diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue index f790fbf..8ee7b5e 100644 --- a/docs/showcases/Showcase.vue +++ b/docs/showcases/Showcase.vue @@ -1,22 +1,28 @@ -- cgit v1.2.3 From 36907d5a6ee65c17547e4660a209f0691af63006 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 11 Oct 2024 15:00:19 -0300 Subject: Update --- docs/showcases/Showcase.vue | 162 +++++++++++++++++++++++++++++++------------- 1 file changed, 114 insertions(+), 48 deletions(-) (limited to 'docs/showcases/Showcase.vue') diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue index 8ee7b5e..a300974 100644 --- a/docs/showcases/Showcase.vue +++ b/docs/showcases/Showcase.vue @@ -1,92 +1,158 @@ -- cgit v1.2.3 From 79a96d44b85a6b6e287957f413f98d3812335d52 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 13 Oct 2024 01:41:56 +0000 Subject: switch to VPButton --- docs/showcases/Showcase.vue | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'docs/showcases/Showcase.vue') diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue index a300974..d58986b 100644 --- a/docs/showcases/Showcase.vue +++ b/docs/showcases/Showcase.vue @@ -1,6 +1,7 @@