Having an actual Save button or shortcut is a luxury nowadays. I will admit autosaving is convenient. But there are still places where network connectivity is spotty and one wants to actually confirm that the thing is saved. You're lucky to have a little icon color change or text that says the stuff on the screen is saved. Even when such text exists, it's often off the visible screen. Worse, sometimes a form button will not work and the error message is not visible until you look for it at the bottom or the top of the page where it's not visible.
My other usability pet peeve. Traversing a big number if things by paging. The UI will not give you the total number of pages anymore. You can increment 2 pages at a time. Sometimes you can change the url to try later pages but not always. Sometimes there will be a button for the last (final) page but when you click it, it doesn't exist. To make this even worse most times this is loaded via JavaScript so if you're on the equivalent of page 50. The next time you get there you have to keep loading more until you're on 50 again. There is no way to bookmark state or go there directly. I am assuming this is a JavaScript Json thing that somehow became a pattern, like getting a total count is now impossible or something.
My other usability pet peeve. Traversing a big number if things by paging. The UI will not give you the total number of pages anymore. You can increment 2 pages at a time. Sometimes you can change the url to try later pages but not always. Sometimes there will be a button for the last (final) page but when you click it, it doesn't exist. To make this even worse most times this is loaded via JavaScript so if you're on the equivalent of page 50. The next time you get there you have to keep loading more until you're on 50 again. There is no way to bookmark state or go there directly. I am assuming this is a JavaScript Json thing that somehow became a pattern, like getting a total count is now impossible or something.