From e6404b4b800d800ece34b0eba29fdad780f1ba7d Mon Sep 17 00:00:00 2001 From: rupamdebroy Date: Sun, 27 Jul 2025 23:24:06 +0530 Subject: [PATCH 1/3] Your update message here --- components/WebHeaderNav.vue | 2 +- pages/LabTests/[location].vue | 69 +++++++++++++++++++++++++++++++++++ pages/index.vue | 2 +- 3 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 pages/LabTests/[location].vue diff --git a/components/WebHeaderNav.vue b/components/WebHeaderNav.vue index 89a3c17..71dbc88 100644 --- a/components/WebHeaderNav.vue +++ b/components/WebHeaderNav.vue @@ -49,7 +49,7 @@ const services = computed(() => [ }, { name: "Lab Tests", - path: `/labtest?location=${locationStore.currentLocation}`, + path: `/LabTests/${locationStore.currentLocation}`, iconClass: "fas fa-vial", }, { diff --git a/pages/LabTests/[location].vue b/pages/LabTests/[location].vue new file mode 100644 index 0000000..e505e73 --- /dev/null +++ b/pages/LabTests/[location].vue @@ -0,0 +1,69 @@ + + + + + diff --git a/pages/index.vue b/pages/index.vue index 6511504..15a0b65 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -4,5 +4,5 @@ From de1e567116fbb46f36ab74a3a51fb73ae86bcf0c Mon Sep 17 00:00:00 2001 From: rupamdebroy Date: Mon, 28 Jul 2025 01:50:57 +0530 Subject: [PATCH 2/3] lab --- components/BottomNav.vue | 2 +- components/HeroSection.vue | 2 +- components/LabCenterList.vue | 116 +++++++++++++-------- components/ServiceGrid.vue | 2 +- components/Sidebar.vue | 197 +++++++++++++++++++++++++++++++++++ pages/labtest.vue | 70 ------------- 6 files changed, 271 insertions(+), 118 deletions(-) create mode 100644 components/Sidebar.vue delete mode 100644 pages/labtest.vue diff --git a/components/BottomNav.vue b/components/BottomNav.vue index c0ef1fd..d116d4b 100644 --- a/components/BottomNav.vue +++ b/components/BottomNav.vue @@ -32,7 +32,7 @@ diff --git a/components/HeroSection.vue b/components/HeroSection.vue index 94d512c..6bf97d9 100644 --- a/components/HeroSection.vue +++ b/components/HeroSection.vue @@ -366,7 +366,7 @@ const getSearchResultLink = (result) => { result.name )}`; case "lab_test": - return `/labtest?location=${currentLocation}&query=${encodeURIComponent( + return `/LabTests/${currentLocation}&query=${encodeURIComponent( result.name )}`; case "medicine": diff --git a/components/LabCenterList.vue b/components/LabCenterList.vue index 914ec88..25c7199 100644 --- a/components/LabCenterList.vue +++ b/components/LabCenterList.vue @@ -22,21 +22,15 @@
- - Up to {{ lab.discount }}% OFF -
- -

- {{ labStore.info }} -

@@ -95,68 +85,105 @@ @@ -165,10 +192,9 @@ const handleImageError = (event) => { max-width: 1200px; } -/* Specific truncation for h3 within this component */ h3.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - + \ No newline at end of file diff --git a/components/ServiceGrid.vue b/components/ServiceGrid.vue index e1efef0..c6c3816 100644 --- a/components/ServiceGrid.vue +++ b/components/ServiceGrid.vue @@ -28,7 +28,7 @@ + + + + + + \ No newline at end of file diff --git a/pages/labtest.vue b/pages/labtest.vue deleted file mode 100644 index 58bb216..0000000 --- a/pages/labtest.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - From c3c58069bd4b968c79a3cf14af9e385931595804 Mon Sep 17 00:00:00 2001 From: rupamdebroy Date: Sun, 17 Aug 2025 00:09:25 +0530 Subject: [PATCH 3/3] Create main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1 @@ +