diff --git a/layouts/HadithLayout.vue b/layouts/HadithLayout.vue
new file mode 100644
index 0000000..8f6b8b7
--- /dev/null
+++ b/layouts/HadithLayout.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nuxt.config.ts b/nuxt.config.ts
index f803daa..11cabb1 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -75,17 +75,21 @@ export default defineNuxtConfig({
file: "~/systems/search_ui/pages/search/(show)/[key]/[id]/index.vue",
},
// hadith
-
- {
- name: "hadithSearch",
- path: "/hadith/search",
- file: "~/systems/hadith_ui/pages/hadith/search.vue",
- },
{
name: "hadith",
path: "/hadith",
file: "~/systems/hadith_ui/pages/hadith/index.vue",
- }
+ },
+ {
+ name: "hadithSearch",
+ path: "/hadith/search",
+ file: "~/systems/hadith_ui/pages/hadith/search/index.vue",
+ },
+ // {
+ // name: "hadithShow",
+ // path: "/hadith/search/:id/:slug?",
+ // file: "~/systems/hadith_ui/pages/hadith/search/[id]/[slug]/index.vue",
+ // }
);
},
},
diff --git a/package.json b/package.json
index 617ddf3..28aa698 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
"postinstall": "nuxt prepare",
"dev-tavasi": "env-cmd -f .env.tavasi nuxt dev --host --inspect",
"dev-monir": "env-cmd -f .env.monir nuxt dev --host --inspect",
- "dev-hadith": "env-cmd -f .env.hadith nuxt dev --host --inspect"
+ "dev-hadith": "env-cmd -f .env.hadith nuxt dev --host --inspect",
+ "build-hadith": "env-cmd -f .env.hadith nuxt build"
},
"dependencies": {
"@nuxt/image": "^1.8.1",
diff --git a/public/img/haditha-title.png b/public/img/haditha-title.png
new file mode 100644
index 0000000..5c04610
Binary files /dev/null and b/public/img/haditha-title.png differ
diff --git a/public/img/haditha-title.svg b/public/img/haditha-title.svg
new file mode 100644
index 0000000..8e0942e
--- /dev/null
+++ b/public/img/haditha-title.svg
@@ -0,0 +1,52 @@
+
diff --git a/public/img/modal-bottom-left-bgi.png b/public/img/modal-bottom-left-bgi.png
new file mode 100644
index 0000000..c380685
Binary files /dev/null and b/public/img/modal-bottom-left-bgi.png differ
diff --git a/public/img/modal-bttom-right-bgi.png b/public/img/modal-bttom-right-bgi.png
new file mode 100644
index 0000000..42ee1ed
Binary files /dev/null and b/public/img/modal-bttom-right-bgi.png differ
diff --git a/public/img/modal-top-bgi.png b/public/img/modal-top-bgi.png
new file mode 100644
index 0000000..0f45805
Binary files /dev/null and b/public/img/modal-top-bgi.png differ
diff --git a/public/img/no-data.png b/public/img/no-data.png
new file mode 100644
index 0000000..c7e372b
Binary files /dev/null and b/public/img/no-data.png differ
diff --git a/public/img/sub-header-bgi.png b/public/img/sub-header-bgi.png
new file mode 100644
index 0000000..2c03807
Binary files /dev/null and b/public/img/sub-header-bgi.png differ
diff --git a/systems/hadith_ui b/systems/hadith_ui
index 1f9ed61..0b60698 160000
--- a/systems/hadith_ui
+++ b/systems/hadith_ui
@@ -1 +1 @@
-Subproject commit 1f9ed61d5bafcd14cf354620ee90ae98cbe44636
+Subproject commit 0b606984b6e6c561f03df702a1cff19fb00ba054