#55721 closed enhancement (fixed)
Visually align important data on the add new plugins screen
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Plugins | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, accessibility, css | Cc: |
Description
Issue:
Currently, on the add new plugins screen, the important data for each plugin is misaligned, depending on the length of the short description. This makes it hard to quickly scan ratings, last updated dates, etc.
Solution:
Using flexbox, we can easily align the items with little effort, making the user experience much better.
#the-list { display: flex; flex-wrap: wrap; } .plugin-card { display: flex; flex-direction: column; justify-content: space-between; }
Attachments (13)
Change History (37)
This ticket was mentioned in PR #2710 on WordPress/wordpress-develop by jamesckemp.
13 months ago
#1
- Keywords has-patch added
Trac ticket: [](https://core.trac.wordpress.org/ticket/55721)
A simple update to ensure plugin data is visually aligned on the "Add New Plugin" screen.
#2
@
13 months ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to 6.1
Hi there!
Thanks for the ticket and patch.
The patch looks good. let's wait for other folks to test it.
I'm also moving this ticket to milestone 6.1.
#3
@
13 months ago
- Milestone changed from 6.1 to Awaiting Review
- Owner set to audrasjb
- Status changed from new to reviewing
Hello @jamesckemp and welcome back to Trac,
Thank you for the patch. Self-assigning for test and review.
#6
@
13 months ago
It all stacks up in the same way as before, but keeps everything in line.
https://share.cleanshot.com/XUTceL
https://share.cleanshot.com/ga2JZj
This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.
13 months ago
#8
@
13 months ago
- Milestone changed from Awaiting Review to 6.1
Restoring the milestone, as it appears to have been changed accidentally due to commenting at the same time.
#10
@
13 months ago
@audrasjb Good catch! I've updated the PR to make the CSS selector more specific.
@
13 months ago
ratings details sections sometimes have a height difference, and the bottom borders of the cards still line up (width: 860px)
#11
@
13 months ago
- Focuses css added
I searched for a plugin that requires at least PHP 8.0, such as Bring Fraktguiden for WooCommerce, to get the error message.
#12
@
13 months ago
Testing situations
Browsers: My six screenshots use Responsive Design Mode in Firefox/Windows 10, and I also tried Chrome and Edge.
Languages: In addition to English, I looked at French and Arabic.
Environment: I checked local (WAMP) installations, both single site and multisite.
This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.
10 months ago
This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.
10 months ago
This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.
9 months ago
#17
@
9 months ago
- Keywords has-screenshots commit added; needs-testing removed
- Status changed from reviewing to accepted
The patch looks good to me. It works on each browser I tested, with or without zoom (80% to 200%).
Let's ship this change.
9 months ago
#19
Committed in https://core.trac.wordpress.org/changeset/54149
#23
@
8 months ago
@mukesh27 added to props list via make/core per review in comment #2
Before - misaligned plugin data