-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
View Profile: "Edit Name" is not available when accessing the contact from the members section in a group view #3267
Comments
Can you elaborate on this please? Like steps to reproduce? |
From what I understand reading the code, there are actually two different dialogs shown to the user:
|
Right that part seems to be outside of
|
Why not take the harder but the right way and show the same dialog everywhere? |
We need to think over the whole dialog systems at some point anyway and refactor everything, so I think the duplication is fine for now, I also don't like it, but if we put in the effort we should remove blueprints in that part too while we will be already at it. So better postpone bigger refactoring IMO. |
… group member list(fix #3267) (#3310) * showing ViewProfile in ViewGroup if a contact is selected * pretty code! * update change log to include the fix * make linter happy by removing unused import * fix misplaced console log * show main view of ViewGroup when user closes ViewProfile * per Simon's review, close btn always closes ViewProfile and back button goes back to ViewGroup if ViewProfile is opened from ViewGroup * one variable less per Simon's review
Edit Name
is not available when accessing the contact from the members section in a group view.It is confusing to have 2 slightly different versions of the same view, depending on how it was opened.
The text was updated successfully, but these errors were encountered: