-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
[Draft]: Rewrite the Account Settings view in SwiftUI #1283
base: develop
Are you sure you want to change the base?
Conversation
I'm not sure if you already did this (I've not checked the code): the ui for the display and change of the avatar image should be the same as the code used for the avatar image in groupchats you own. --> that code should be refactored into a new view to not be duplicated between these two. |
I'd move the change password button to the login credentials view |
The status message should be multiline, just like editing the group/channel description for mucs (the code should be refactured to use the same view for both). |
That is already mentioned in the todo list above:
|
I like that extra alert most :) We should write a generic view/view modifier etc. for this text input alert and use that everywhere such an alert is displayed
We already have that: |
Should be fixed by using xmpp.m as model class, too (e.g. use |
b3502f9
to
cd99f47
Compare
I had the same problem, you can check out my solution in https://github.com/monal-im/Monal/blob/develop/Monal/Classes/ContactDetails.swift#L356 Basically |
…ount As opposed to commit b6592c1, fix the root cause of the crash.
97f200f
to
939ebd4
Compare
622ff1d
to
7b95939
Compare
5e93274
to
f080aa7
Compare
bae7dea
to
e32cbe3
Compare
Most Notable changes:
Fixes [Bug]: Settings / Account menu - Make clear to confirm changes before leaving #745
Todo:
This is necessary because we currently don't show anything to the user when they enable disable the account. Some ideas on how to display it:
Improve this situation, by:
Or
Or
Some screenshots from the initial version of this PR: