fix(marks): add default signer #207
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#207
Loading…
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