From 0d229af1b4fc971c12ead59ff9f0521197551998 Mon Sep 17 00:00:00 2001 From: Yusuf Sallam <68395788+yusufsallam64@users.noreply.github.com> Date: Fri, 4 Aug 2023 01:15:23 -0400 Subject: [PATCH] Fix notification offset and remove bio editing --- src/elements/group/group-profile-edit.ts | 22 +------------------ src/elements/overlay/identity-notification.ts | 2 +- src/elements/overlay/notification-overlay.ts | 2 ++ 3 files changed, 4 insertions(+), 22 deletions(-) diff --git a/src/elements/group/group-profile-edit.ts b/src/elements/group/group-profile-edit.ts index 06150844..9358f397 100644 --- a/src/elements/group/group-profile-edit.ts +++ b/src/elements/group/group-profile-edit.ts @@ -288,7 +288,7 @@ export default class GroupProfileEdit extends LitElement {

- Group name${utils.countCodePoints( this.displayNameValue ?? '' )}/${MAX_GROUPNAME_LENGTH} - -

- Bio${utils.countCodePoints(this.bioValue)}/${MAX_BIO_LENGTH} -

- - ${bioErrors.length > 0 - ? html` - - ${bioErrors[0]} - ` - : null} `; diff --git a/src/elements/overlay/identity-notification.ts b/src/elements/overlay/identity-notification.ts index 7254f984..50264bb2 100644 --- a/src/elements/overlay/identity-notification.ts +++ b/src/elements/overlay/identity-notification.ts @@ -163,7 +163,7 @@ export default class IdentityNotification extends LitElement { // Render message subtitle separately (can return null) return html` -
+
+
${repeat( this.notifications,