From a161abcf3a3087f4863c1319b7cc0377615c1173 Mon Sep 17 00:00:00 2001 From: Jaskaran Sarkaria Date: Wed, 3 Nov 2021 13:41:17 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20search=20on=20comp=20ver?= =?UTF-8?q?tical=20scroll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .routify/config.js | 2 +- .routify/routes.js | 4 +-- public/index.html | 35 +++++++++---------- .../SearchProducts/SearchProducts.svelte | 10 +++++- 4 files changed, 29 insertions(+), 22 deletions(-) diff --git a/.routify/config.js b/.routify/config.js index 50c4c658..968de05e 100644 --- a/.routify/config.js +++ b/.routify/config.js @@ -8,5 +8,5 @@ module.exports = { noHashScroll: false, distDir: 'dist', extensions: ['svelte', 'html', 'svx', 'md'], - started: '2021-11-03T08:59:12.927Z', + started: '2021-11-03T13:32:18.705Z', }; diff --git a/.routify/routes.js b/.routify/routes.js index 838937f5..b0914b5c 100644 --- a/.routify/routes.js +++ b/.routify/routes.js @@ -1,10 +1,10 @@ /** * @roxi/routify 2.7.3 - * File generated Wed Nov 03 2021 08:59:15 GMT+0000 (Greenwich Mean Time) + * File generated Wed Nov 03 2021 13:32:22 GMT+0000 (Greenwich Mean Time) */ export const __version = '2.7.3'; -export const __timestamp = '2021-11-03T08:59:15.928Z'; +export const __timestamp = '2021-11-03T13:32:22.826Z'; //buildRoutes import { buildClientTree } from '@roxi/routify/runtime/buildRoutes'; diff --git a/public/index.html b/public/index.html index a38fe822..fa86ae9f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,19 +1,18 @@ - - - - - - - Enki - - - - - - - - + + + + + + + Enki + + + + + + + + + + \ No newline at end of file diff --git a/src/components/SearchProducts/SearchProducts.svelte b/src/components/SearchProducts/SearchProducts.svelte index 4a4fd21a..b18e3922 100644 --- a/src/components/SearchProducts/SearchProducts.svelte +++ b/src/components/SearchProducts/SearchProducts.svelte @@ -79,6 +79,7 @@