-
Notifications
You must be signed in to change notification settings - Fork 13
User settings page #114
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
User settings page #114
Conversation
|
Question: Are any of the fields compulsory, except for "username"? Can users leave team name and homepage url blank? @cvan |
|
username and email |
src/media/css/forms.styl
Outdated
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.
you should make sure that your editor doesn't add superfluous whitespace
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.
Sorry my bad
On 10 Mar 2014 15:22, "Christopher Van" notifications@github.com wrote:
In src/media/css/forms.styl:
@@ -331,7 +345,7 @@ form {
border: 2px solid lighten(#da3e5a, 80%);
bottom: 5px;
color: lighten(#da3e5a, 20%);
content: attr(data-required);content: attr(data-required);you should make sure that your editor doesn't add superfluous whitespace
Reply to this email directly or view it on GitHubhttps://github.com//pull/114/files#r10420662
.
src/templates/settings.html
Outdated
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.
you cannot concatenate localised strings like this
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.
you must do {{ _('Your email cannot be changed. Your password can be changed at <a href="{url}" target="_blank">{domain}</a>', url='https://login.persona.org', domain='login.persona.org') }}
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.
okay sure will do.
|
also, why are the inputs not as wide as they are on the submit page? meh, doesn't look too bad |
|
I have made some changes on the API endpoints as well to work together with the fronted. The PR is mozilla/galaxy-api#127. But I will investigate this issue. |
|
rr? @cvan P.S. you need to checkout mozilla/galaxy-api#127 to make this work. |
|
I'll check this in the morning (my morning); thanks! |
src/media/css/forms.styl
Outdated
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.
lowercase to be consistent: #fff
|
okay. made the changes as required. @cvan |
src/media/css/forms.styl
Outdated
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.
|
r+wc good work |
Modify user settings page. - Change style to follow mock up design - Add team name and slug field - Convert companyName and companySlug to teamName and teamSlug so that fronted and backend are consistent - Fix some style issues previously presented in form.styl






change user settings page to follow the mock up design. add team name and homepage url modification.
this is related to issue #112
the current implementation looks like this: