Opened 11 years ago
Closed 10 years ago
#28803 closed defect (bug) (fixed)
Audit screen options for new plugin "cards"
Reported by: | paulwilde | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Plugins | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
After #28785 checking the "Version" option inside Screen Options does not toggle anything on the new Plugin Cards, whereas toggling "Rating" and "Description" does.
Maybe a couple of extra toggles could also be added? Toggling the Rating seems somewhat useless at the moment as you do not lose any vertical space due to the other content inside the footer. Maybe being able to toggle the entire footer would make more sense?
Attachments (4)
Change History (13)
#2
@
10 years ago
I've attached a patch which removes the "Version" Screen Option as it doesn't do anything and adds another called "Extra Details" which toggles the footer of the plugin card (see the above screenshot as reference what it looks like with "Extra Details" disabled).
#4
@
10 years ago
- Milestone changed from Awaiting Review to 4.0
I'd suggest removing the screen options for plugin-install entirely. Since this display is more visual than what we had previously, and displays the same information in a more condensed form, I don't see much benefit to hiding the different options regardless of use-case. As it is, toggling description or ration doesn't save any notable vertical space.
#7
@
10 years ago
- Keywords has-patch commit added; needs-patch removed
28803.2.diff hides the screen options for plugin-install.php.
#8
@
10 years ago
28803.3.diff removes the columns and so the screen options.
My patch on #28673 removes the unused "Version" and adds an "Extra Details" toggle which hides the plugin card footers.