You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cursor approaches it, it should transform to a hand. Or any other visual feedback appreciated to indicate that the star is clickable.
When clicking, a visual feedback should aknowledge the action, maybe spinner while the request is running, then eventually the star should turn yellow.
Actual behaviour
No visual feedback on hover.
No visual feedback while the request is running. It looks like nothing happens until suddenly the star turns yellow after a few seconds.
Versions
ownCloud Server 10.3.0 alpha2
Phoenix master 2f7b3d7
The text was updated successfully, but these errors were encountered:
No visual feedback while the request is running. It looks like nothing happens until suddenly the star turns yellow after a few seconds.
I would change the star's state right after the click, regardless of the request this click causes (independent from the actual favorite state). This would improve the perceived performance. Right now its display as starred is dependent from a state (starred) that's coming from a successful server call:
Additionally we should consider if we throw a notification on sucessful (de-)favoriting.
No visual feedback on hover.
A cursor: pointer ("Mousehand") in CSS would not work with touch. Since it will become an actual button after the related PR is merged, the most robust solution would be to give the star button looks.
Steps to reproduce
Expected behaviour
When the cursor approaches it, it should transform to a hand. Or any other visual feedback appreciated to indicate that the star is clickable.
When clicking, a visual feedback should aknowledge the action, maybe spinner while the request is running, then eventually the star should turn yellow.
Actual behaviour
No visual feedback on hover.
No visual feedback while the request is running. It looks like nothing happens until suddenly the star turns yellow after a few seconds.
Versions
ownCloud Server 10.3.0 alpha2
Phoenix master 2f7b3d7
The text was updated successfully, but these errors were encountered: