Opened 5 years ago
Closed 4 years ago
#47541 closed enhancement (fixed)
Improve Messaging for Empty Dashboard State
Reported by: | mdrovdahl | Owned by: | valentinbora |
---|---|---|---|
Milestone: | 5.5 | Priority: | low |
Severity: | minor | Version: | 5.3 |
Component: | Administration | Keywords: | has-screenshots |
Focuses: | ui, accessibility, administration | Cc: |
Description (last modified by )
When all columns in the wp-admin dashboard are empty (see below), the per-column messaging of "Drag boxes here" is suboptimal. In this state, there are no meta boxes to drag, but instead meta boxes must be added by going to the "Screen Options" menu.
Steps to reproduce: provision a new WP site. Go to the wp-admin dash > open Screen Options, unselect all, close Screen Options. Close your eyes, take a deep breath and pretend you don't know WP as deeply as you do, imagine someone else setup your dashboard this way. Open your eyes and try to make sense of "Drag boxes here".
Screencaps: https://cloudup.com/cF9DZ3koo0x
Ideas for improving this...
MVP: change the "Drag boxes here" messaging from [36295] to read "Drag boxes here, or add boxes from the Screen Options menu"
Better: detect the state where ALL columns are empty and conditionally present a different, more contextually appropriate message, eg: "Add boxes from the Screen Options menu". Maybe a change around here https://core.trac.wordpress.org/browser/trunk/src/wp-admin/js/postbox.js?rev=36295#L194 could accomplish this.
Related:
CC @johnbillion and @xavortm given their prior involvement in this area.
Attachments (2)
Change History (15)
#2
@
5 years ago
- Focuses administration added
- Milestone changed from Awaiting Review to 5.5
- Owner set to valentinbora
- Priority changed from normal to low
- Status changed from new to accepted
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
4 years ago
This ticket was mentioned in Slack in #accessibility by audrasjb. View the logs.
4 years ago
#8
@
4 years ago
- Keywords good-first-bug added; needs-design removed
Let's start with the first proposed solution for now, to temporarily fix the issue.
Marking this as good-first-bug
.
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
4 years ago
#11
@
4 years ago
- Keywords good-first-bug removed
Note: the current plan is to include a fix for this in the patch for #49288.
@mdrovdahl thank you for reporting this issue and welcome to Trac.