Bug #88781
closedUI improvements for page clearing action
100%
Description
Due to the changes done in https://forge.typo3.org/issues/88718 the user experience should be improved.
before:
- the user saw an action happening after he/she pressed the button
- he/she knew about reloading and waiting time
after:
- no visual action seen anymore; the button can be pressed multiple times
=> maybe the button should turn into a spinner and be disabled after the first usage as long as the request takes
- if the user changes the view (e.g. views another page, edit the page or a content element) the browser (at least chrome) stops the asynchrone request immediately; no further notification for the user will be shown
=> the user should be informed that the "clearing request" is still in progress and gets aborted if the view is changed
Furthermore I think there should be some conceptional work on how to deal with the actions in context menu. Currently there is no visible processing (at least for cache clearing) either. Some wild proposals from my side: a spinning icon in the page tree if any action was chosen or an overall ajax processing queue that is visible e.g. within the top bar.