fix(marks): add default signer #207
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "145-default-signer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #145
fix(marks): add default signerto WIP: fix(marks): add default signer@ -201,4 +177,2 @@
label: 'Number',
active: false
},
{
Isn't what the first PR already doing? And similar comment to the first PR - can we rely on the
active
flag rather than commenting out?I mentioned this one is branched off the 201 so it includes the other PR commit.
Do you still need the other PR?
I'll combine this with the 201 so there's no confusion
@ -536,3 +534,3 @@
if (metadata) {
displayValue = truncate(
metadata.name || metadata.display_name || metadata.username || value,
metadata.display_name || metadata.name || npub,
Should this be turned into a utilitiy function, something like
getDisplayName
that can then be re-used wherever needed?Yes, there are a few places where this shows up, there are also variation with truncate and shorten, I've opened up a new issue to check since I expect more places where it need fixing #205
I think it's a fairly minor refactor and can be done as part of the same PR
Okay, on it!
WIP: fix(marks): add default signerto fix(marks): add default signer