Fix users with no profile record not being shown #7
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: scientific-witchery/pds-dash#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kc/profileless-users-not-being-shown"
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?
@ -15,0 +17,4 @@
</div>
{:else}
<div id="accountName" class="no-avatar">
{account.displayName || account.handle || account.did}
Idk about the styling change, needs a further discussion (prolly as part of a bigger config update)
In the chat you said that it'd be better to not align avatarless users and keep them small, should I do that now?
@ -133,6 +133,13 @@ const getAccountMetadata = async (
did: `did:${string}:${string}`,
) => {
// gonna assume self exists in the app.bsky.actor.profile
Is this comment still valid?
No, not really. I forgot to remove it, sorry!
I'll clean up some things a bit now
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.