Opened 7 years ago
Closed 7 years ago
#1030 closed enhancement (fixed)
The "Force update counters" icon on the Reggie start page feels unresponsive
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The time it takes for Reggie to update the counters on the start page can be quite long. This causes the "Force update" functionality to feel unresponsive. Even if the action is handled and the server is starting to update the counters there is no visual indication that an update is in progress. The web page is not waiting more than 5 seconds for the results. If it takes longer than that, the numbers may not be visually updated until the next regular update which can be several minutes away.
The functionality should be updated so that there is a visual feedback as soon as the "force update" icon is clicked (for example the animated "loading" icon). Also, if the results is not available after the first timeout (5 seconds) the regular check should be made more often to avoid the long delay.
(In [4691]) Fixes #1030: The "Force update counters" icon on the Reggie start page feels unresponsive
A "loading" animation icon is now displayed while the counters are updating.