TheBLVD / mammoth

GNU Affero General Public License v3.0
183 stars 13 forks source link

Make profile notes left aligned and respect line breaks #119

Open Fatal1ty opened 1 year ago

Fatal1ty commented 1 year ago

Is your feature request related to a problem? Please describe. When you add multiline notes to your account you will see it as center aligned without line breaks but others will see it as expected. I'm using iOS app.

How you see it ![IMG_4568](https://github.com/TheBLVD/mammoth/assets/323962/0713008f-e98a-4fc2-a8f6-4876977a7667)
How others see it ![IMG_4569](https://github.com/TheBLVD/mammoth/assets/323962/c83278c9-4888-425b-858e-6f6672087376)

Describe the solution you'd like I'm not a UX expert, but in my opinion, the alignment of profile information should be consistent for how I see my profile and how others see it. For example Instagram, Threads and Twitter use left alignment in all cases. I think it should be left aligned too or there should be "my profile information alignment" option. I'm personally for the first option but it could be considered a breaking change.

Describe alternatives you've considered Alternatively we could allow line breaks for profile notes while keeping it centered. This is how Ivory app currently works, but at the same time it does it consistently, displaying centered profile information for others as well. Instead of making "my profile information alignment" option for "my profile" tab we could make "profile information alignment" for all profiles, so that everyone has a choice.

NathanRLiu commented 1 year ago

Great catch! The reason this happened is because we designed a new profile screen but haven't yet rolled it out across the entire app - just a user's own profile right now. I'll file a ticket asking to fix the formatting on the new profile screen. Thanks for letting us know!