Placeholder avatar is incosistent across components #39

Merged
s merged 9 commits from issue-27 into main 2024-05-16 08:58:11 +00:00
Owner

Closes #27

Closes #27
m added 1 commit 2024-05-15 11:15:28 +00:00
m added 1 commit 2024-05-15 11:58:04 +00:00
b added 1 commit 2024-05-15 12:27:26 +00:00
y requested changes 2024-05-15 12:36:58 +00:00
y left a comment
Owner

To make the avatar consistent, please put image URL into app state and subscribe to its changes.

To make the avatar consistent, please put image URL into app state and subscribe to its changes.
s reviewed 2024-05-15 13:26:47 +00:00
@ -139,2 +140,4 @@
}
}
export const getRoboHashPicture = (npub: string): string => {
Owner

Allow this to accept both npub and hex, If provided value is not npub then convert it to npub

Allow this to accept both npub and hex, If provided value is not npub then convert it to npub
m marked this conversation as resolved
m added 1 commit 2024-05-16 06:55:30 +00:00
m added 1 commit 2024-05-16 07:13:56 +00:00
m added 1 commit 2024-05-16 07:23:25 +00:00
m added 1 commit 2024-05-16 07:25:20 +00:00
m added 1 commit 2024-05-16 08:26:35 +00:00
s requested changes 2024-05-16 08:54:17 +00:00
@ -53,4 +43,0 @@
const signedAuthEvent = await this.nostrController.signEvent(authEvent)
this.createAndSaveAuthToken(signedAuthEvent)
Owner

removal of this code will allow you to login as any user. Just enter npub/nip05 and you'll be logged in as that user.

removal of this code will allow you to login as any user. Just enter npub/nip05 and you'll be logged in as that user.
m marked this conversation as resolved
m added 1 commit 2024-05-16 08:56:14 +00:00
s merged commit fe58ccd343 into main 2024-05-16 08:58:11 +00:00
s deleted branch issue-27 2024-05-16 08:58:11 +00:00
Sign in to join this conversation.
No reviewers
y
s
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sigit/sigit.io#39
No description provided.