Skip to content

feat: let users update their display name - #123

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
phucnguyen1707:feat/edit-display-name
Aug 1, 2026
Merged

feat: let users update their display name#123
ralyodio merged 1 commit into
profullstack:masterfrom
phucnguyen1707:feat/edit-display-name

Conversation

@phucnguyen1707

Copy link
Copy Markdown
Contributor

Summary

  • let signed-in users update or clear their display name from account settings
  • normalize whitespace, preserve Unicode names, and enforce a 50-character limit
  • keep the update parameterized and reject malformed or incorrectly typed request bodies
  • refresh account UI after a successful save

Tests

  • pnpm --filter @aiornot/web exec vitest run lib/profile.test.ts — 7 passed
  • pnpm --filter @aiornot/web test — 114 passed
  • pnpm --filter @aiornot/web typecheck
  • pnpm --filter @aiornot/web lint — 0 errors
  • pnpm --filter @aiornot/web build

@ralyodio
ralyodio merged commit be77d2c into profullstack:master Aug 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants