Skip to content
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

Change account settings to modal #3569

Closed
wants to merge 3 commits into from
Closed

Conversation

GretaD
Copy link
Contributor

@GretaD GretaD commented Sep 9, 2020

@GretaD GretaD marked this pull request as draft September 9, 2020 10:21
@GretaD
Copy link
Contributor Author

GretaD commented Sep 10, 2020

The master of Modal aka @skjnldsv, can you please me help a bit here, I'm clueless why modal its not working. If you click Account Settings nothing happens and no error is shown.

@skjnldsv
Copy link
Member

DOn't you want to wait for Marco's SettingsModal?

@GretaD
Copy link
Contributor Author

GretaD commented Sep 10, 2020

DOn't you want to wait for Marco's SettingsModal?

ohh was not aware that he was creating one. Sure :)

@skjnldsv
Copy link
Member

ohh was not aware that he was creating one. Sure :)

nextcloud-libraries/nextcloud-vue#1286 :)

@ChristophWurst
Copy link
Member

I think ESLint wants to tell you someting 😉

Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, didn't test yet

@ChristophWurst
Copy link
Member

not blocked anymore

@GretaD GretaD force-pushed the fix/account_settings_modal branch 2 times, most recently from 0d23791 to 9e243a6 Compare October 22, 2020 11:10
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@GretaD GretaD marked this pull request as ready for review October 22, 2020 11:13
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • You can only open the modal once
  • The pencil icon next to the email address does not work
  • The old settings route is not removed from appinfo/routes.php

Signed-off-by: GretaD <gretadoci@gmail.com>
@GretaD GretaD marked this pull request as draft October 22, 2020 14:35
Signed-off-by: GretaD <gretadoci@gmail.com>
@GretaD GretaD marked this pull request as ready for review October 22, 2020 14:51
Copy link
Member

@marcoambrosini marcoambrosini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Copy link
Member

@marcoambrosini marcoambrosini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs rebase and fixup

@GretaD
Copy link
Contributor Author

GretaD commented Oct 22, 2020

* You can only open the modal once

* The pencil icon next to the email address does not work

* The old settings route is not removed from `appinfo/routes.php`

fixed

Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • The auto/manual switch doesn’t show properly:
    image
  • The headings "Alias settings", "Signature settings" and "Editor settings" are not needed. (I assume removing them will also fix the indent?)

@ChristophWurst
Copy link
Member

* The headings "Alias settings", "Signature settings" and "Editor settings" are not needed. (I assume removing them will also fix the indent?)

so we're craming everything into a single stream again? I really like this change because it gives a better overview and allows you to find the relevant section more quickly.

@jancborchardt
Copy link
Member

jancborchardt commented Oct 22, 2020

so we're craming everything into a single stream again? I really like this change because it gives a better overview and allows you to find the relevant section more quickly.

  • It is a single stream even with this change, just with a navigation?
  • The 3 first sections are directly visible in the modal, so the navigation is not really needed
  • The headings were duplicating the actual headings in place "Account settings", "Signature" and "Writing mode", so this results in more noise, not more structure
  • What we could actually do is move the massive part of connection settings on the bottom to something like 2nd-level settings.

For reference:

Before After
Mail settings Mail settings modal

@ChristophWurst
Copy link
Member

The account form styling of the tabs is indeed a regression of this PR. It's fine on master. See https://github.com/nextcloud/mail/pull/1252/files?w=1 for the original PR that added and and the stylings that seem to have lost their effect.

@GretaD
Copy link
Contributor Author

GretaD commented Nov 26, 2020

close on behalf of #4130

@GretaD GretaD closed this Nov 26, 2020
@jancborchardt jancborchardt deleted the fix/account_settings_modal branch November 30, 2020 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants