From 36ec38d5f9d376b276bc42b31bd94659618f7b89 Mon Sep 17 00:00:00 2001 From: SondreB Date: Sun, 15 Jan 2023 17:56:34 +0100 Subject: [PATCH] Add support for banner on profile edit --- src/app/profile/profile.html | 9 ++++++++- src/app/services/utilities.ts | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/profile/profile.html b/src/app/profile/profile.html index 6508aeb..9055cfb 100644 --- a/src/app/profile/profile.html +++ b/src/app/profile/profile.html @@ -27,10 +27,17 @@

image - Image + Profile Image

+

+ + image + Profile Banner + + +

how_to_reg diff --git a/src/app/services/utilities.ts b/src/app/services/utilities.ts index 4204175..1fffc7c 100644 --- a/src/app/services/utilities.ts +++ b/src/app/services/utilities.ts @@ -41,6 +41,7 @@ export class Utilities { lud06: profile.lud06, display_name: profile.display_name, website: profile.website, + banner: profile.banner, // TODO: Consider adding support for these in the future depending on how the community of Nostr grows and adopts these fields. } as NostrProfile; }