From ebf45c5969158c8e3255c798bbdaac5c450e2a6d Mon Sep 17 00:00:00 2001 From: shumit taher Date: Tue, 23 Sep 2025 12:17:53 +0000 Subject: [PATCH] pin number functionatlity added --- src/components/InteractiveEditor/PinInput.vue | 70 ++++++ src/components/LinkItems/Section.vue | 202 +++++++++++++----- src/views/Home.vue | 1 + user-data/conf.yml | 17 +- 4 files changed, 235 insertions(+), 55 deletions(-) create mode 100644 src/components/InteractiveEditor/PinInput.vue diff --git a/src/components/InteractiveEditor/PinInput.vue b/src/components/InteractiveEditor/PinInput.vue new file mode 100644 index 00000000..4d425a64 --- /dev/null +++ b/src/components/InteractiveEditor/PinInput.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/src/components/LinkItems/Section.vue b/src/components/LinkItems/Section.vue index f1659ed5..4829f0cc 100644 --- a/src/components/LinkItems/Section.vue +++ b/src/components/LinkItems/Section.vue @@ -14,63 +14,70 @@ :id="sectionRef" :ref="sectionRef" > - -
- {{ $t('home.no-items-section') }} -
- -
- - - -
-
- +
+
+ +