XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.75k stars 294 forks source link

Activity Indicator on Install Pressed #437

Closed chickdan closed 8 months ago

chickdan commented 10 months ago

I noticed that there is often a long delay between clicking Install and the button switching to the linear progress view which sometimes makes it seem unresponsive. So I added a circular style progress view to the install button to indicate activity and reduce the chance of repeat clicks.

Before:

Screenshot 2023-10-17 at 6 21 21 PM

After:

Screenshot 2023-10-17 at 6 21 26 PM
NSExceptional commented 8 months ago

GitHub pro tip @chickdan: if you put something like fixes #9999 in the PR title, it'll automatically close the issue when the PR is merged :)