From f87e15224081ca033239c9120487ab68f8fe95b4 Mon Sep 17 00:00:00 2001 From: Milad Raeisi Date: Fri, 13 Dec 2024 06:31:27 +0400 Subject: [PATCH] No code changes detected; skipping commit. --- .../components/explore/explore.component.html | 235 +++++++++++------- 1 file changed, 140 insertions(+), 95 deletions(-) diff --git a/src/app/components/explore/explore.component.html b/src/app/components/explore/explore.component.html index 66a505f..c6d35b4 100644 --- a/src/app/components/explore/explore.component.html +++ b/src/app/components/explore/explore.component.html @@ -28,20 +28,23 @@

Explore Projects

- + - - + }
@@ -53,115 +56,157 @@

Explore Projects

- - -
- Card cover image -
-
-
- +
+ Card cover image +
+
+
+ Project logo -
+ alt="Project logo" />
-
-
-
-
- {{ project.displayName || project.nostrPubKey }} -
-
- {{ project.displayName || project.nostrPubKey }} -
-
- {{ project.about || 'No description available' }} -
+
+
+
+
+
+ {{ + project.displayName || + project.nostrPubKey + }}
-
- -
- -
-
- -
+
+ {{ + project.displayName || + project.nostrPubKey + }} +
+
+ {{ + project.about || + 'No description available' + }}
-
-
- +
+
-
- - - Investor avatar {{
-                                                    i + 1
-                                                }} - - +
+
-
--> -
- - -
- - -
- -
- No projects +
+
+
- - + + } +
+ @if (!loading() || initialLoadComplete()) { + @if (projectDetails().length === 0) { +
+ +
+ No projects +
+
+ } + } - -
- -
Loading projects...
+ @if (loading() && !initialLoadComplete()) { +
+ +
+ Loading projects...
- +
+ } + + @if (projectDetails().length > 0) { -
-
+ } -
+ @if (!loading() && errorMessage()) { +
{{ errorMessage() }}
+ }