Making WordPress.org

Opened 10 years ago

Closed 10 years ago

#298 closed defect (bug) (fixed)

New component and reporting pages on Core Trac

Reported by: nacin's profile nacin Owned by:
Milestone: Priority: normal
Component: Trac Keywords:
Cc:

Description

[322:332] added Trac component pages and also a new reporting page. I'll be using this ticket for further tweaks. If any designers or developers want to weigh in and improve things, feel free to comment here.

Change History (8)

#1 @melchoyce
10 years ago

Some minor tweaks:

When you're scrolling through the list of collapsed components, sometimes it's hard to quickly tell which description goes with each heading. Adding a little bit more margin to the top of each heading helps separate each section so it's easier to scan:

.compact-components .component-info h3 {
margin: 15px 0 10px;
}

The page also needs some space between the component list and the footer, since right now the two almost collide. 30px of space should even it out with the other .org pages. I was having trouble figuring out which div would be best to add it to, though, since it should only be for this page (since other pages account for the spacing in other ways).

#2 @nacin
10 years ago

  • Component changed from General to Trac

"My Favorites" could benefit from some kind of association with "Watching this ticket".

#3 @nacin
10 years ago

In 333:

WP.org P2 reports page updates to allow this to be pulled into Trac. see #298.

#4 @nacin
10 years ago

In 334:

Trac Components: Better spacing on the components page. props melchoyce. see #298.

#5 @nacin
10 years ago

In 337:

Trac reports: Create ticket buttons and other styling tweaks. see #298.

#6 @helen
10 years ago

Getting a TypeError: $ is not a function on https://make.wordpress.org/core/reports/

#7 @nacin
10 years ago

In 370:

Trac reports page: jQuery is in no-conflict here. see #298.

#8 @nacin
10 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.