Backdrop community pay a lot of attention to UX issues. And it is priceless. As a result Backdrop is several steps ahead of Drupal (and many other CMS) in terms of UX.
I would like to propose new UI button group component for Backdrop. It is select component which act like radio buttons or checkboxes. You could see it many times before all over the internet. It is present in bootstrap css/js framework.
It is perfect solution when you have just few options to choose. Its main advantage that you can see all options immediately without additional clicking. Button group needs one click less than selectbox to provide action.
Here's how it might look on Manage content page. Both options are chosen. It is analog of "- Any -" option.
Here's one option chosen.
Manage user accounts page.
This component can be used widely. It is just a sketch. Styles needs to be discussed.
Recent comments
In page.tpl.php you can get the current path and add it to the class array $classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']); You will get an original class for each page....
Insert custom class into body tag
https://www.drupal.org/project/views/issues/1266388 shows that this is an architectural issue, and requires another 2 hooks being adjusted. It would be really nice to add comments/notes to...
node access
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access