thunder-app / thunder

Thunder - An open-source cross-platform Lemmy client for iOS and Android built with Flutter
https://thunderapp.dev
GNU Affero General Public License v3.0
778 stars 66 forks source link

Rename/label accounts #1493

Open trymeouteh opened 1 month ago

trymeouteh commented 1 month ago

Is Your Feature Request Related to a Problem?

I get confused which account is which in my accounts menu.

Feature Description

A way to rename your accounts by adding a label. If the label is blank, it will show the name as your account username. If the label is set, the label is what you see in the accounts menu as the account name.

Alternative Solutions

No response

Additional Context

Here is how I would like to rename/label my accounts in the accounts menu...

This way I know what each account is for, and not see their names and have to remember what the account was for.

micahmo commented 1 month ago

For devs: I think we can use our existing user labels database table for this. So this change would ultimately come down to adding a way to edit a label for yourself in the profile modal, and then displaying it as well.