#42087 closed task (blessed) (fixed)
4.9 About Page
Reported by: | melchoyce | Owned by: | melchoyce |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Help/About | Keywords: | ui-feedback needs-patch |
Focuses: | Cc: |
Description
Currently thinking about the design and copy for this.
Attachments (12)
Change History (63)
This ticket was mentioned in Slack in #core by melchoyce. View the logs.
7 years ago
#6
@
7 years ago
Have a copy update to tone down the colloquialism coming tomorrow (cc @casiepa). Let's try to keep feedback in this thread.
#7
@
7 years ago
- Keywords has-patch added
42087.diff introduces some updates, simpler strings. @casiepa can you review?
This ticket was mentioned in Slack in #core-i18n by melchoyce. View the logs.
7 years ago
#9
@
7 years ago
@swissspidy made https://wordpress.org/plugins/gutenberg/ translatable
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
#13
follow-up:
↓ 14
@
7 years ago
Thx Mel, seems much clearer now. I'm sure it will be clear to all languages now how to move forward with the translation.
#14
in reply to:
↑ 13
@
7 years ago
Replying to casiepa:
Thx Mel, seems much clearer now. I'm sure it will be clear to all languages now how to move forward with the translation.
Thanks! In that case, I'll move on to design now.
This ticket was mentioned in Slack in #core by melchoyce. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
#18
follow-up:
↓ 19
@
7 years ago
- Keywords dev-feedback added; needs-design removed
I think, the string in https://core.trac.wordpress.org/browser/trunk/src/wp-admin/about.php?marks=125#L125 does somehow not express what the actual new feature does.
It says: '... and will recommend that you draft and test changes before update your file.'
Wouldn't it be better to have something like '... and will recommend that you refrain from that and backup your files, before they get overwritten by the next update.'
#19
in reply to:
↑ 18
@
7 years ago
Replying to transl8or:
I think, the string in https://core.trac.wordpress.org/browser/trunk/src/wp-admin/about.php?marks=125#L125 does somehow not express what the actual new feature does.
It says: '... and will recommend that you draft and test changes before update your file.'
Wouldn't it be better to have something like '... and will recommend that you refrain from that and backup your files, before they get overwritten by the next update.'
Good catch — we've updated the content of the modal since writing this. I'll update.
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
#23
@
7 years ago
Uploaded a mockup of the page design: about-page-design.png
#25
@
7 years ago
@melchoyce Really nice. I like the choice of colors.
Just one thing (actually the tile I liked the most from the beginning, but...):
I think the flatiron could get lost in translation. (In german for example we have a word for "to iron out" but it's difficult to bring that together in the context of the UX and I don't know the expression in all the other languages.)
A spontanous idea for an alternative image could be something like an abstract flowchart from the left to the right that contains arrows, plus signs and a checked mark. Like they do appear in the process to create a menu. Something like a weird Equation. Also because the equals sign doesnt need translation and is already in the headline. Just an idea. (going to do some real ironing now ;) Happy Halloween, y'all.
#26
@
7 years ago
Thanks @transl8or, I agree. I struggled a lot with figuring out what to do with that one and I'm not satisfied with the iron. Your flowchart suggestion makes a lot of sense, I'll give that a try. :)
#29
@
7 years ago
I think it's really good @melchoyce. More to the point than the flatiron.
Had something quite similar in mind and wasn't able to visualise it yesterday.
I upload what came out of yours and mine.
If you give it the special Mel 'look and feel' in color, proportions and adjustment to all the other squares, I think it's fine.
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
#33
@
7 years ago
about.diff applies the design mocked up in about-page-design.png to the page, courtesy of @ryelle. The images are temporarily hosted on her site until we upload them to the CDN and replace the source URLs. I'll attach a zip of the images we'll need to upload.
This ticket was mentioned in Slack in #core-committers by melchoyce. View the logs.
7 years ago
#35
@
7 years ago
Just from looking at the diff, we'll need to debounce the callbacks that are registered to the scroll
event. I'll do a complete review soon
#36
follow-up:
↓ 37
@
7 years ago
@melchoyce about.diff looks good! I tweaked the JS part a bit in 42087.4.diff to throttle the scroll callback a little and select elements only once.
Just to double-check, the image in the zip are ready to be uploaded?
#37
in reply to:
↑ 36
@
7 years ago
Replying to obenland:
@melchoyce about.diff looks good! I tweaked the JS part a bit in 42087.4.diff to throttle the scroll callback a little and select elements only once.
Thanks!
Just to double-check, the image in the zip are ready to be uploaded?
They are :) They've been optimized already, so they should be good to go.
May i know where to find resources?