Fix users with no profile record not being shown #7

Merged
astra merged 5 commits from kc/profileless-users-not-being-shown into main 2025-05-30 03:05:06 +00:00
Owner
No description provided.
astra added 2 commits 2025-05-14 12:52:36 +00:00
kc was assigned by astra 2025-05-14 12:52:43 +00:00
astra reviewed 2025-05-14 12:55:08 +00:00
@ -15,0 +17,4 @@
</div>
{:else}
<div id="accountName" class="no-avatar">
{account.displayName || account.handle || account.did}
Author
Owner

Idk about the styling change, needs a further discussion (prolly as part of a bigger config update)

Idk about the styling change, needs a further discussion (prolly as part of a bigger config update)
Owner

In the chat you said that it'd be better to not align avatarless users and keep them small, should I do that now?

In the chat you said that it'd be better to not align avatarless users and keep them small, should I do that now?
astra marked this conversation as resolved
@ -133,6 +133,13 @@ const getAccountMetadata = async (
did: `did:${string}:${string}`,
) => {
// gonna assume self exists in the app.bsky.actor.profile
Author
Owner

Is this comment still valid?

Is this comment still valid?
Owner

No, not really. I forgot to remove it, sorry!
I'll clean up some things a bit now

No, not really. I forgot to remove it, sorry! I'll clean up some things a bit now
kc marked this conversation as resolved
kc added 1 commit 2025-05-15 11:14:22 +00:00
Author
Owner

I'll return to this tomorrow, the theming/config update is finally done

I'll return to this tomorrow, the theming/config update is finally done
astra added 1 commit 2025-05-30 02:30:33 +00:00
Author
Owner

@kc @ari review お願い致します

@kc @ari review お願い致します
astra self-assigned this 2025-05-30 02:32:31 +00:00
ari added 1 commit 2025-05-30 02:47:58 +00:00
Owner

Looks fine

Looks fine
ari approved these changes 2025-05-30 03:03:42 +00:00
ari left a comment
Owner

So full of accounts without self yum

So full of accounts without self yum
astra merged commit c348ed5d46 into main 2025-05-30 03:05:06 +00:00
Sign in to join this conversation.
No reviewers
ari
No milestone
No project
No assignees
3 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: scientific-witchery/pds-dash#7
No description provided.