You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
I fixed this issue by changing the QML component from Label to Text and formatting the text as RichText. Then I put the message itself inside a <p></p> tag.
This solves the clipping but the messages overlay the header now. So I am not sure if this is a viable solution for you.
In the code I also saw that there should be checkmarks when a message is read. I never had those and they do not appear with the above solution.
I just did my first commit on a clean copy. I hope that worked.
If there is a possibility to copy the login id so that on a second run I do net need to verify myself again, please explain how I could do that. It would make playing around with the code much easier for me.
If you use a FB login, you can set that page as default, your credentials are remembered by FB.
In case of SMS, I don't have a fast solution. You could print the auth token (generated from the auth request with the SMS token as payload) and hardcode it. Disable the login page and you should be good to go.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What happens:
What was expected:
How to reproduce:
Environment:
The text was updated successfully, but these errors were encountered: