new-list-tables
new-list-tables copied to clipboard
An experiment in re-writing the post list screen using the REST API.
Currently, users can only use the bulk actions to assign categories to a selection of posts. They can't remove categories from the selected posts. It would be a great improvement...
See also #3 Currently, the row actions links are rendered as links, for example: `Unapprove` However, they don't point to a real resource, instead they perform an action. Also, as...
The row actions should get visible when using a keyboard to navigate content and focus gets into the row actions region. Currently on WordPress this is achieved using jQuery `focusin`...
Is it planned to support the ordering of posts (when they support page attributes or when they are hierarchical) by drag & drop?
When building dynamic interfaces that update portion of a web page, managing focus is of fundamental importance for keyboard users and assistive technologies users. The current Comments table in WordPress...