#55532 closed task (blessed) (fixed)
Update the Dashboard welcome banner for 6.0
Reported by: | critterverse | Owned by: | ryelle |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch commit dev-reviewed |
Focuses: | accessibility, administration | Cc: |
Description
Hey, all! This is a ticket focused on updating the Dashboard welcome banner for the 6.0 release. I didn't see a ticket open for this task already but please let me know if this is a duplicate :)
For more context, please see updates that were made to the banner for 5.9: https://core.trac.wordpress.org/ticket/54489
Ideally, we could reuse built elements as much as possible for this release but replace the balloon artwork with new graphics. I imagine there could be similar color mapping across admin styles, etc!
The new visuals for 6.0 should align with assets that are created for the About page, which are being worked on in https://core.trac.wordpress.org/ticket/55434.
Attachments (3)
Change History (27)
#3
@
2 years ago
@critterverse Are there any content changes being proposed here? I took a swing at replacing the style with the About page style, you can see it in 60-dashboard.png — does that line up with what you were thinking?
#4
@
2 years ago
Awesome, thanks for kicking this off @ryelle!
This is definitely close to what we have in mind for the design but @fcoveram is planning to take a look at how the admin scheme color-coding can work with the new artwork. We're hoping to share an update on the About page design/images this week and can should be able to share an update here soon after.
I don't think any content changes will be needed.
#5
@
2 years ago
Sounds great. It would be nice to get a first iteration committed by RC1 (next week), so we can get the most feedback possible, but since there won't be content changes we don't need to be tied to that deadline.
This ticket was mentioned in Slack in #core by chaion07. View the logs.
2 years ago
#7
@
2 years ago
- Keywords needs-design added
Thanks @critterverse for reporting this. We reviewed this ticket during a recent bug-scrub session and based on the feedback we're adding the keyword needs-design.
Props to @costdev
Cheers!
This ticket was mentioned in Slack in #core by costdev. View the logs.
2 years ago
#9
@
2 years ago
Hi all. I have been adapting the main artwork of the About 6.0 page proposal, and here is a board with all banners for all color schemes in the admin.
Since some people might have customized colors for the admin, I think the best way to go is using the Default version (top left one in the image attached). The colors in SVG image are from the color folder (https://github.com/WordPress/wordpress-develop/tree/trunk/src/wp-admin/css/colors) and their uses vary depending on the admin color scheme.
Here is a zip file () with each version separately and the link to see the Figma file (https://www.figma.com/file/97nS9v1DCp5XQfEOhtOTjP/Welcome-banner-6.0?node-id=136%3A2311).
I would love to hear your thoughts on the color mixes.
This ticket was mentioned in PR #2683 on WordPress/wordpress-develop by ryelle.
2 years ago
#10
- Keywords has-patch added
This inlines the 6.0 SVG onto the dashboard, so that we can style it using CSS. It also introduces 3 new color variables to control the dashboard colors, which removes the light scheme workaround in _admin.scss
.
| default | coffee | ectoplasm |
| blue | light | midnight |
| modern | ocean | sunrise |
Trac ticket: https://core.trac.wordpress.org/ticket/55532
#11
@
2 years ago
- Focuses accessibility added
- Keywords needs-design removed
I've pushed up this PR, there are screenshots for each scheme in the description (they don't sync over well).
I'm tagging this for accessibility review because I'm loading the SVG into the page, and I want to make sure it's correctly hidden — it's functionally a background image, so it doesn't need alt text.
This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.
2 years ago
#13
@
2 years ago
The SVG doesn't need to have a role
attribute if it's hidden - the role
attribute is only important if we're conveying semantics about the SVG, and since it's hidden, we're not doing that.
It would be nice to also include the attribute focusable="false"
, which ensures that IE won't pass focus on tabbing to the SVG element. But since we don't officially support IE, that's not a blocker. It's just that it's a pretty easy level of support to offer.
This ticket was mentioned in Slack in #core by chaion07. View the logs.
2 years ago
This ticket was mentioned in Slack in #core by ryelle. View the logs.
2 years ago
#19
@
2 years ago
- Keywords dev-reviewed added; dev-feedback removed
PR 2683 looks good to commit and backport.
#20
@
2 years ago
- Owner set to ryelle
- Resolution set to fixed
- Status changed from new to closed
In 53383:
#21
@
2 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backport
First pass of about page styles on dashboard widget