-
Notifications
You must be signed in to change notification settings - Fork 600
Fix dialog buttons border colors #9501
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
base: master
Are you sure you want to change the base?
Conversation
- When receiving a notification, the rust sdk always added _errors This caused hasError to return true and cause instance to not be saved despite the fact that for mails we had no errors. - This will solve the issue only for mails which originate from the case above, other issues such as contacts or files are *not* solved by this Co-authored-by: abp <abp@tutao.de> Co-authored-by: kib <104761667+kibibytium@users.noreply.github.com> Co-authored-by: jhm <17314077+jomapp@users.noreply.github.com> Co-authored-by: sug <sug@tutao.de>
Co-authored-by: das <das@tutao.de>
Co-authored-by: das <das@tutao.de>
- sync "Shield" and "BrokenShield" icons with fixed dimensions/viewBox - add "Duplicate" icon
charlag
left a comment
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.
I am a bit reluctant to extend Button with more options but I think for now it's the most sensible choice. Long term probably would need another button
Co-authored-by: das <das@tutao.de> Co-authored-by: jomapp <17314077+jomapp@users.noreply.github.com> Co-authored-by: abp <abp@tutao.de>
Yeah, extending it was the best working idea I could come up with, thanks for the review. |
- Dialogs buttons had an in between border that did not apply the right style, this happened because buttons always set a border color status. - This change always sets a value for button colors, using ButtonColor.Dialog
aaf7e0d to
fd60c5e
Compare
This essentially fixes: