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

Milestones label information in issues list view #1806

Closed
karlcow opened this issue Sep 8, 2017 · 6 comments
Closed

Milestones label information in issues list view #1806

karlcow opened this issue Sep 8, 2017 · 6 comments

Comments

@karlcow
Copy link
Member

karlcow commented Sep 8, 2017

Currently the issues list view look like this

capture d ecran 2017-09-08 a 12 03 47

The markup is

<span class="wc-IssueList-status js-Issue-status">
     <a href="/issues?q=milestone:sitewait" 
       class="wc-Labels" 
       data-remotename="sitewait" 
       title="Status : sitewait">sitewait</a>
</span>

This might need to be slightly redesigned.

@zoepage
Copy link
Member

zoepage commented Sep 11, 2017

@karlcow

This might need to be slightly redesigned.

This will be redesigned with https://github.com/webcompat/design/blob/master/website_modules/issues_list/Desktop%20HD.png

@karlcow
Copy link
Member Author

karlcow commented Oct 31, 2017

screen shot 2017-10-30 at 12 56 55 pm

.wc-IssueList-status.js-Issue-status {
	text-align: right;
}

capture d ecran 2017-10-31 a 10 26 45

@karlcow
Copy link
Member Author

karlcow commented Oct 31, 2017

This should probably fixes the major issue before the new design.

@miketaylr
Copy link
Member

Yeah, we should deploy an easy fix like this ASAP, especially since it's a one line CSS fix.

@karlcow
Copy link
Member Author

karlcow commented Nov 1, 2017

ok done. Let's make a PR.

capture d ecran 2017-11-01 a 09 19 50

karlcow added a commit to karlcow/webcompat.com that referenced this issue Nov 1, 2017
@karlcow
Copy link
Member Author

karlcow commented Nov 1, 2017

PR done. #1855

@magsout magsout closed this as completed in c1aa835 Nov 3, 2017
karlcow added a commit to karlcow/webcompat.com that referenced this issue Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants