From 5fd389e15d120dd863a9a2f7ddebdeabfb35741c Mon Sep 17 00:00:00 2001
From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date: Wed, 16 Oct 2024 01:38:04 +0530
Subject: [PATCH] feat: Add the new design for article page (#10273)
---
.../Pages/ArticlePage/ArticleList.vue | 25 +++++++
.../Pages/ArticlePage/ArticlesPage.story.vue | 72 ++++++++++++++++++
.../Pages/ArticlePage/ArticlesPage.vue | 74 +++++++++++++++++++
3 files changed, 171 insertions(+)
create mode 100644 app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticleList.vue
create mode 100644 app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticlesPage.story.vue
create mode 100644 app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticlesPage.vue
diff --git a/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticleList.vue b/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticleList.vue
new file mode 100644
index 000000000..3a9984dbd
--- /dev/null
+++ b/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticleList.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticlesPage.story.vue b/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticlesPage.story.vue
new file mode 100644
index 000000000..cfb353200
--- /dev/null
+++ b/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticlesPage.story.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
diff --git a/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticlesPage.vue b/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticlesPage.vue
new file mode 100644
index 000000000..730727e81
--- /dev/null
+++ b/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage/ArticlesPage.vue
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+