-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding device verification to user profile #203
Adding device verification to user profile #203
Conversation
d1b5365
to
92f67a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few things I noticed whilst merging this with the reactions branch for testing purposes.
dfa1571
to
208d89b
Compare
208d89b
to
621ad4c
Compare
6479a12
to
9bfc9b8
Compare
9bfc9b8
to
bbaf15b
Compare
614ad76
to
33c13ee
Compare
- DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
Yeah, it seems like in general the palette doesn't apply correctly on my system. I noticed that I had quite a few labels, where I needed to set the color manually. The spacing is simply that the OK button has no padding in the corner and the scrollbar overlaps with the verify buttons |
I do get these quite a lot: qrc:/qml/UserProfile.qml:144:21: Unable to assign [undefined] to QColor (qrc:/qml/UserProfile.qml:144, ) |
- remove unnecessary field sender in userprofile.qml - cover user facing string with qsTr to get picked by translations - add spacing and fix theming issue - increase and add color to username - change back to QVector from QLinkedList cause I have mistaken better time complexity to give better benchmark red
0181bb9
to
5ab9562
Compare
5ab9562
to
9e3f900
Compare
9093b04
to
eb80360
Compare
No description provided.