Fix users with no profile record not being shown #7

Open
astra wants to merge 3 commits from kc/profileless-users-not-being-shown into main
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?
@ -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
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin kc/profileless-users-not-being-shown:kc/profileless-users-not-being-shown
git checkout kc/profileless-users-not-being-shown

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.

git checkout main
git merge --no-ff kc/profileless-users-not-being-shown
git checkout kc/profileless-users-not-being-shown
git rebase main
git checkout main
git merge --ff-only kc/profileless-users-not-being-shown
git checkout kc/profileless-users-not-being-shown
git rebase main
git checkout main
git merge --no-ff kc/profileless-users-not-being-shown
git checkout main
git merge --squash kc/profileless-users-not-being-shown
git checkout main
git merge --ff-only kc/profileless-users-not-being-shown
git checkout main
git merge kc/profileless-users-not-being-shown
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 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.