Making WordPress.org

Opened 11 years ago

Closed 9 years ago

Last modified 9 years ago

#366 closed defect (bug) (fixed)

IRC Logs: re-skin and responsivize logs display

Reported by: celloexpressions's profile celloexpressions Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Communication (Matrix, Slack, IRC) Keywords: has-patch needs-testing ui-feedback
Cc:

Description

irclogs.wordpress.org is responsive-ish, but doesn't specify a viewport, so it's basically impossible to use on a mobile device. Adding the following would fix this (can't patch directly since the source isn't public):

<meta name="viewport" content="width=device-width"> in the <head>

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

in the inline <style> section of <head>. Note that the CSS part is required for IE10+, and the unprefixed @viewport is the future-proof version of that (see https://core.trac.wordpress.org/ticket/25888 for more details).

While you're in there it would be cool if it was Open Sans-ified.

Attachments (2)

meta-366.diff (7.1 KB) - added by celloexpressions 11 years ago.
Visual refresh of IRC Logs, including better responsiveness.
meta-366.png (67.0 KB) - added by celloexpressions 11 years ago.

Download all attachments as: .zip

Change History (13)

This ticket was mentioned in IRC in #wordpress-meta by sams. View the logs.


11 years ago

#3 @samuelsidler
11 years ago

  • Component changed from General to IRC

@celloexpressions
11 years ago

Visual refresh of IRC Logs, including better responsiveness.

#4 @celloexpressions
11 years ago

  • Keywords needs-testing added

Added an actual patch. I went ahead and made some other visual tweaks while I was in there; it now matches WordPress.org much better, uses Open Sans, etc. And the responsive issues should be fixed too.

#5 @celloexpressions
10 years ago

  • Summary changed from IRC Logs missing viewport for responsiveness to IRC Logs: re-skin and responsivize logs display

#6 @melchoyce
10 years ago

  • Keywords ui-feedback added

@celloexpressions's design is definitely an improvement. Still worth pursuing with the move to slack?

#7 @samuelsidler
9 years ago

I don't have commit to this repository.

@coffee2code: Can you commit this patch, just for old time's sake?

This ticket was mentioned in Slack in #meta by ocean90. View the logs.


9 years ago

#9 @samuelsidler
9 years ago

  • Owner set to coffee2code
  • Status changed from new to assigned

#10 @samuelsidler
9 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

This was committed a while back and systems just deployed the changes.

#11 @samuelsidler
9 years ago

  • Component changed from IRC to Slack & IRC
Note: See TracTickets for help on using tickets.