Monorepo for Tangled tangled.org

appview: add personal pronouns to profile #688

merged opened by serendipty01.dev targeting master from serendipty01.dev/tangled-core: pronouns
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:pzcr34e3e2emtcnyzrpmilht/sh.tangled.repo.pull/3m3pooe7qj322
+2 -2
Interdiff #1 โ†’ #2
api/tangled/actorprofile.go

This file has not been changed.

appview/db/db.go

This file has not been changed.

appview/db/profile.go

This file has not been changed.

appview/ingester.go

This file has not been changed.

appview/models/profile.go

This file has not been changed.

appview/pages/templates/user/fragments/editBio.html

This file has not been changed.

appview/pages/templates/user/fragments/profileCard.html

This file has not been changed.

appview/state/profile.go

This file has not been changed.

+2 -2
flake.lock
··· 83 83 "lastModified": 1731402384, 84 84 "narHash": "sha256-OwUmrPfEehLDz0fl2ChYLK8FQM2p0G1+EMrGsYEq+6g=", 85 85 "type": "tarball", 86 + "url": "https://github.com/IBM/plex/releases/download/@ibm/plex-mono@1.1.0/ibm-plex-mono.zip" 86 - "url": "https://github.com/IBM/plex/releases/download/@ibm%2Fplex-mono@1.1.0/ibm-plex-mono.zip" 87 87 }, 88 88 "original": { 89 89 "type": "tarball", 90 + "url": "https://github.com/IBM/plex/releases/download/@ibm/plex-mono@1.1.0/ibm-plex-mono.zip" 90 - "url": "https://github.com/IBM/plex/releases/download/@ibm%2Fplex-mono@1.1.0/ibm-plex-mono.zip" 91 91 } 92 92 }, 93 93 "indigo": {
lexicons/actor/profile.json

This file has not been changed.

History

4 rounds 5 comments
sign up or login to add to the discussion
1 commit
expand
appview: add personal pronouns to profile
expand 1 comment

lgtm thanks!

pull request successfully merged
1 commit
expand
appview: add personal pronouns to profile
expand 1 comment

this is looking pretty neat! i'd like the pronouns column to still be nullable however. we can use pronouns sql.Null[String] in the scanner instead, and do a pronouns.Valid check before assigning to the profile.

1 commit
expand
appview: add personal pronouns to profile
expand 0 comments
1 commit
expand
appview: add personal pronouns to profile
expand 3 comments

thanks for the PR! couple of things:

  • the timeline fails to load, GetProfiles does not handle null pronouns gracefully
  • can we use text-gray-500 dark:text-gray-400 on the rendered field?

otherwise, quite happy with this changeset!

thanks, let me do those changes

updated the PR