diff --git a/collections/themes.json b/collections/themes.json index 762570b..6ab3083 100644 --- a/collections/themes.json +++ b/collections/themes.json @@ -3,6 +3,7 @@ "name" : "Anchor", "cover" : "https://cdn.devdojo.com/images/august2024/wave-anchor-theme.jpeg", "download" : "https://github.com/thedevdojo/wave/tree/main/resources/themes/anchor", + "preview" : "/wave/demo?theme=anchor", "slug" : "anchor", "description": "Anchor is the default theme available. This theme is clean with a sidebar app layout design.", "repo" : "https://github.com/thedevdojo/wave", @@ -12,6 +13,7 @@ "name" : "Blank", "cover" : "https://cdn.devdojo.com/images/august2024/blank.jpeg", "download" : "https://github.com/thedevdojo/blank/archive/refs/heads/main.zip", + "preview" : "/wave/demo?theme=blank", "slug" : "blank", "description": "This is a minimal blank theme that can be used to easily modify. It also contains a sidebar app layout.", "repo" : "https://github.com/thedevdojo/wave", @@ -21,6 +23,7 @@ "name" : "Cove", "cover" : "https://cdn.devdojo.com/images/august2024/cove-cover.jpeg", "download" : "https://github.com/thedevdojo/cove/archive/refs/heads/main.zip", + "preview" : "/wave/demo?theme=cove", "slug" : "cove", "description": "This blue colored theme is a good template for showcasing your SaaS. Top bar app layout", "repo" : "https://github.com/thedevdojo/wave", @@ -30,6 +33,7 @@ "name" : "Drift", "cover" : "https://cdn.devdojo.com/images/september2024/drift-theme.jpeg", "download" : "/wave/download/drift", + "preview" : "/wave/demo?theme=drift", "slug" : "drift", "description": "A clean and modern theme with a beautiful horizontal menu dashboard.", "repo" : "https://github.com/thedevdojo/wave", @@ -39,6 +43,7 @@ "name" : "Example", "cover" : "https://raw.githubusercontent.com/thedevdojo/example/main/theme.jpg", "download" : "https://github.com/thedevdojo/example/archive/refs/heads/main.zip", + "preview" : "https://github.com/thedevdojo/example/archive/refs/heads/main.zip", "slug" : "example", "description": "This is a simple starting point example theme.", "repo" : "https://github.com/thedevdojo/wave", @@ -48,6 +53,7 @@ "name" : "Fusion", "cover" : "https://cdn.devdojo.com/images/september2024/fusion-cover.jpeg", "download" : "/wave/download/fusion", + "preview" : "/wave/demo?theme=fusion", "slug" : "fusion", "description": "A modern and minimal dark theme for wave.", "repo" : "https://github.com/thedevdojo/wave", diff --git a/includes/headerbar.html b/includes/headerbar.html index c531dba..61ffdda 100644 --- a/includes/headerbar.html +++ b/includes/headerbar.html @@ -1,18 +1,4 @@ -
+
diff --git a/layouts/plain.html b/layouts/plain.html index 3fc5a01..32e73d7 100644 --- a/layouts/plain.html +++ b/layouts/plain.html @@ -13,7 +13,39 @@ {tailwindcss} - + {slot} diff --git a/pages/demo.html b/pages/demo.html index 2e76171..f284a5e 100644 --- a/pages/demo.html +++ b/pages/demo.html @@ -3,7 +3,7 @@ - + diff --git a/pages/templates.html b/pages/templates.html deleted file mode 100644 index 0c9f16a..0000000 --- a/pages/templates.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/pages/themes.html b/pages/themes.html index c089f3d..1198bf5 100644 --- a/pages/themes.html +++ b/pages/themes.html @@ -11,21 +11,21 @@

-
+
-
- - - - - Pro - - -
-
+
+
+ + + + + Pro + + +
- +

{theme.name} @@ -34,19 +34,33 @@

{theme.description}

+
+
-
- - - - -
- Default Theme Available in Wave -
-
+
+
+ + + + +
+ Default Theme +
+
+ + + + +
+ No Preview +
+
+