okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
329 stars 43 forks source link

Implement `stringMax` validation for user display name #2325

Closed SebinSong closed 2 weeks ago

SebinSong commented 2 weeks ago

Problem

Apparently there is no stringMax() validation implemented for displayName field in identity contract. Also, it needs n/max indicator UI in UserSettingModal.vue, Just like how it is in the user bio input below.

Solution

Implement them