-
Notifications
You must be signed in to change notification settings - Fork 28
Home view large title truncates if name is large. #131
Comments
Hi again @aaryankotharii :) Do you want to work on this issue or do you want to keep it open to other contributors? |
@yugantarjain How about we keep it open to other contributors and if no one picks it up, I will work on this. |
Hi! I'm interested on working on this issue if its still available! I'm new to OSS, but have Swift and some SwiftUI experience :) |
Hi @rarcilla, sure, assigned. Thanks a lot for your interest in contributing to the Mentorship iOS project! |
I was reading the comments under other issue #139, I was also under the assumption that this issue was eligible for Hacktoberfest and I wasn't aware of the update, so I will unassign myself! Thanks for your consideration. |
Hi I would like to work on this issue, what is the process to getting assigned? |
Hi @R-Cole, assigned! Thanks for your interest in working on this issue! |
You bet, glad to help out if I can |
Hi, just wondering if there is a test User account for logging in with? I am registering/logging in using the plain way (not Google or Apple) and It keeps saying to "Please verify your email before login." after I register and try to login... |
You must have got a verification link on your email, just click on that and you'll be able to login after that... |
I was thinking I would get a verification email and none has arrived. I will try some more. |
You can use the backend Swagger UI to resend yourself the verification email. |
Thx, it of course worked when I tried it again, maybe other times I didnt get email exactly right. Ok should be all good now. |
Describe the bug
Home view large title truncates if full name is entered.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The title should not truncate and entire title should be legible.
Screenshots
Smartphone (please complete the following information):
Additional context
One probable fix is to is to consider only first name (i.e first word of name string) for the title here.
The text was updated successfully, but these errors were encountered: