This was inspired by watching a Page Manager/Panels screencast and could be an alternative or additional solution to #1656 as well as other UX issues. Here's what it looks like when you change the position and/or settings of a panel pane in the respective Panel regions in D7:

Showing something like that upon hitting the save button of each block config dialog would act as an indicator telling the user that they still need to hit the main form "save" button ...and it would always be within their viewport. Additional ideas:
Change the background color of the block (and the region perhaps?). For UI consistency, we can reuse the same color that we apply to dragged/rearranged table rows (they get a
drag-previousclass that gives them the#ffbcolor in Seven: https://github.com/backdrop/backdrop/blob/1.x/core/themes/seven/css/styl...).For removed blocks, we can be leaving the block on the form, styled as a "ghost block" until the form is actually saved. There will be a "Restore" dropbutton action that will be replacing the "Remove" action and that will be becoming the default one. This will be providing users with the chance to undo block removals without having to cancel all the block changes they might have previously done.
Add to the changed block header title the same asterisk that other altered but not yet saved elements get in various other places throughout the admin UI (
<abbr class="warning tabledrag-changed" title="Changed">*</abbr>).The current "Save block" label that we use in the block config dialogs contributes to the bad UX as it includes the misleading word save. Often users leave the form without hitting the submit button because they thing that hitting that "Save block" button actually saves the config. Perhaps we should change that to something like "Update block settings".
2429
Recent comments
Thank you for your answer. What I want to do is display usernames or user images in a menu, similar to many community websites. The basic menu that Backdrop currently provides is a "...
How can I display the username or user profile picture in the menu?
Just go to the menu where you want to add your link. Add your link and in the path search for "user". It's done. No need to use a token. Or perhaps this ? menu_attributes
How can I display the username or user profile picture in the menu?
Please can you provide more information about the use case for this and also a screenshot or mockup of what you are trying to achieve. There is a request here (https://github.com/backdrop-...
How can I display the username or user profile picture in the menu?