diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 40839d4c..6d535a94 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -3,135 +3,99 @@
- {{
+            <img class= + }}" />
-
+
- {{
+                        onerror= + }}" /> - {{
+                        onerror= + }}" />
-
-
+
+ "> {{ - profileUser?.display_name || - profileUser?.name || - 'Unknown User' + profileUser?.display_name || + profileUser?.name || + 'Unknown User' }}
-
+ "> {{ profileUser?.username || profileUser?.name }}
-
+
-
+
- @if (projectIdentifier) { -
+ @if (projectIdentifier) { +
- -
+ +
- +
- - @@ -139,12 +103,9 @@ @@ -154,18 +115,11 @@ - @@ -174,28 +128,23 @@
- } + }
@@ -204,20 +153,17 @@
-
+ }"> {{ profileUser?.about || '' }} - ... + ... +
+ + + + +
+
+ Slide Show +
+ +
+ +
+ + +
+
+ + +
+
+ Call to Action +
+ +
+ +
+ + +
+
+ + +
+
+ Download Box +
+ +
+ +
+ + +
+
+ + +
+
+ Image Gallery +
+ +
+ +
+ + +
+
+ + +
+
+ Investors +
+ +
+ +
+ + +
+
+ + +
+
+ Social Media Links +
+ +
+ +
+ + +
+
+ + +
+
+ Team Members +
+ +
+ +
+ + +
+
+ + +
+
+ Useful Links +
+ +
+ +
+ + +
+
+ + + +
+
+ Zap +
+ +
+ +
+ +
+
+ +
-
+
- +
Create Post
- + Preview
- - + +
-
+
- -
- +
+
- - -
-
- +
- {{
+                        <img class= + }}" />
{{ profileUser?.display_name || profileUser?.name || '' - }} - 1 minutes ago + }} + 1 minutes ago
-
+ " class="inline-block whitespace-pre-wrap break-words">
- Embedded Image + Embedded Image
@@ -500,10 +483,7 @@
@@ -513,10 +493,7 @@
@@ -525,15 +502,9 @@ @@ -541,12 +512,9 @@
- + }"> {{ token.trim() }}
@@ -555,41 +523,27 @@

-
+
0 Zap
@@ -609,24 +563,16 @@ @for (item of posts; track $index) { - + } @if (hasMorePosts) { -
- -
+
+ +
}
diff --git a/src/app/layout/navigation/data.ts b/src/app/layout/navigation/data.ts index 407586b0..19fa007e 100644 --- a/src/app/layout/navigation/data.ts +++ b/src/app/layout/navigation/data.ts @@ -2,7 +2,7 @@ import { AngorNavigationItem } from '@angor/components/navigation'; export const defaultNavigation: AngorNavigationItem[] = [ - + { id: 'explore', title: 'Explore', @@ -72,7 +72,7 @@ export const horizontalNavigation: AngorNavigationItem[] = [ icon: 'heroicons_outline:chat-bubble-left-right', link: '/chat', badge: { - title: '27', + title: '0', classes: 'px-2 bg-[#086c81] text-white rounded-full', }, requiresLogin: true,