-
Notifications
You must be signed in to change notification settings - Fork 192
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
Refactoring HTML, CSS, View, Markup #901
Conversation
8b7c882
to
23b2feb
Compare
|
||
html { | ||
-ms-text-size-adjust: 100%; | ||
-webkit-text-size-adjust: 100%; |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I didn't build or anything, but so far so good! |
(let me know if you want help updating any broken tests) |
@miketaylr thanks for your quick review. Just need to continu my todolist. |
<!-- Issue Date --> | ||
<div class="wc-IssueDetail-create"> | ||
<script type="text/template" id="metadata-tmpl"> | ||
<div class="wc-Tag wc-Tag--label wc-Tag--<%= stateClass %>"><%= issueState %></div> |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
14364cd
to
c9b736a
Compare
OK, travis is happy now 👍 |
@magsout ready for review? |
@miketaylr not yet, I have to finished Form. Hum, maybe better to add linter in another PR ? |
@miketaylr I think finish tonight or tomorrow. What do you think to put on staging for everybody can review the design? Check that I have not created regression? |
(oops, forgot about the checklist up top) Yeah, maybe linter in another PR to keep it features more "atomic", if that makes sense. |
Sounds good! Just let me know when to deploy it. Also no rush -- I just wanted to make sure I wasn't sitting around ignoring reviews! |
@miketaylr Neeed u ;) I break something but I don"t know what. In fact all test passed, but since I handle homepage, issue List failed.. Any thought ? |
- removed useless component (SuitCSS) - normalise each CSS Component - normalise ClassName (e.g: IssueList -> ListIssue ...) - Split View in multiple file - Removed #id
<div class="wc-ListIssue-sorting"> | ||
{% include "list-issue/list-issue-sorting.html" %} | ||
</div> | ||
{% include "list-issue/issue-list.html" %} |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
r+ from me with the small issues you've pointed out. I'm still not sure what the difference between issue-list and list-issue is, but I'm sure you'll tell me. :) |
@miketaylr I changed |
@magsout ah, ok sounds good. I say feel free to merge when you're happy. HUGE improvements. ❤️ |
yes more white space around the issues gives it more air. Breathable. 💌 good to send. |
Agree, I like the wider layout as well. I thought having the labels showing (android, opera, etc.) was helpful but maybe that's a personal preference. |
@tagawa what do you mean about label ? I don't understand |
@magsout In your "before" screenshot the browser labels are visible, but in the "after" screenshot they've been removed. |
@tagawa ah yes, don't worries, labels are still here. The Second screenshot is take on my localhost and the issues have not labels. |
Ah, my misunderstanding. All good then, thanks. |
@karlcow yes |
Refactoring HTML, CSS, View, Markup
Normalise, cleaned, and refactor CSS/HTML/View …
We have a code base that grows a little every day. There is some legacy code that also happens. so I wanted with this PR, cleaned, added what I learned from the beginning that I work on this project. It's not finished yet, but I wanted to start by sending this PR.
I know, there is lot files changed. Hard to review (my apologies in advance). But when I started to edit the files, I started with a css file, and markup etc .. It was hard to make only small changes. But change is not going to break anything (I have fixed testing course)
What I have to do:
Review needed. R? @miketaylr @karlcow @hallvors @tagawa