Opened 3 years ago
Closed 7 weeks ago
#57330 closed enhancement (reported-upstream)
Show number of scheduled posts in calendar popup when scheduling
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | move-to-github close |
Focuses: | ui | Cc: |
Description
When scheduling a post using default wordpress scheduler, there is a nice feature – I see a blue dots under a day numbers what means, that there I have some posts already scheduled for that day.
But there is only a blue dot – it would be nice to see also a number of posts scheduled for that day.
That number is already in the html code visible – when I right click on the blue dot and click “Inspect” in HTML code I see an information like this:
“December 10, 2022. Selected. There is 1 event”
Change History (2)
#1
@
3 years ago
- Component changed from Posts, Post Types to Editor
- Keywords move-to-github close added
- Summary changed from Show number of scheduled posts in calendar popu when scheduling to Show number of scheduled posts in calendar popup when scheduling
#2
@
7 weeks ago
- Milestone Awaiting Review deleted
- Resolution set to reported-upstream
- Status changed from new to closed
It looks like if not the exact case this issue covers this: https://github.com/WordPress/gutenberg/issues/46573. If that isn't the case please create a new issue, if it does please add to that one anything else you think would help with information.
Thank you everyone for your collaboration on this, I am going to close this out.
Thanks for the suggestion!
Could you open an issue on the Gutenberg repository? Any change would need to be made to the plugin first.
Showing another number in the datepicker might confuse people, so I don't think that should be the default behavior. However, maybe the button could include an attribute like
data-events
for extenders to display the counts when the button receives focus..components-datetime__date__day:focus::after { content: attr(data-events); }