-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature: Update account page design #206
Feature: Update account page design #206
Conversation
app/views/users/show.html.haml
Outdated
%h4.account-page-card-title Personal information | ||
%a.account-page-rounded-button{:href => edit_user_path(url_encode(@user.username))} | ||
/ SVG: Edit icon | ||
%svg{fill: "none", height: "18", viewbox: "0 0 18 18", width: "18", xmlns: "http://www.w3.org/2000/svg"} |
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.
extract SVG in files, it make it hard to read the file
Okay 👌 |
app/assets/stylesheets/account.scss
Outdated
@@ -0,0 +1,188 @@ | |||
a{ |
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.
this will change the link everywhere not only in the account page
%div{style:"margin-top:12px"} | ||
%div | ||
%button.btn.btn-primary{id: "subscribe"} | ||
%a.account-page-subscribe-button{:href => 'mailto:... &subject=... &body=....'} |
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.
put the correct subject and body
I've fixed all the problems except for the subscription mail, can you please give me the subject & body to put, or should I think about writing it by myself? |
Merged, @Bilelkihal add the correct Subscription mail subject and body in another PR. |
Bump tzinfo from 1.2.9 to 1.2.10
Problem
The old interface has bad styling and does not provide a good user experience.
What I did
Screenshots
Old
New