Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add authenticating to the XcodeInstallationStep #613

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

chuganzy
Copy link
Contributor

@chuganzy chuganzy commented Sep 22, 2024

Fixes #551

Thanks for creating this awesome app!

This PR aims to fix a minor issue where it keeps displaying the indicator on the install button on error.
To fix it, this PR introduces authenticating state to the XcodeInstallationStep and makes it to the installing state once "INSTALL" button is clicked.

Screen Capture

Before

before.mov

After

after.mov

@chuganzy chuganzy marked this pull request as draft September 22, 2024 08:25
@chuganzy chuganzy force-pushed the ganzy/rollback-loading branch from b5a5bb0 to 984d952 Compare September 22, 2024 09:02
@chuganzy chuganzy force-pushed the ganzy/rollback-loading branch from 984d952 to 908e7ba Compare September 22, 2024 09:06
@chuganzy chuganzy changed the title Add isProcessing(id: Xcode.ID) -> Bool to the AppState Add authenticating step to the AppState Sep 22, 2024
@chuganzy chuganzy changed the title Add authenticating step to the AppState Add authenticating step to the XcodeInstallationStep Sep 22, 2024
@chuganzy chuganzy changed the title Add authenticating step to the XcodeInstallationStep Add authenticating to the XcodeInstallationStep Sep 22, 2024
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "認証中"
Copy link
Contributor Author

@chuganzy chuganzy Sep 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added only Japanese as it is my primary language but want the community help for others!

@chuganzy chuganzy marked this pull request as ready for review September 22, 2024 09:13
Copy link
Contributor

@MattKiazyk MattKiazyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please add Authenticating as the value for all languages? This will be default for all languages and needs to be unfortunately added

@MattKiazyk
Copy link
Contributor

Thanks @chuganzy - just one change with adding the localization values for all the languages. 🙏

@chuganzy chuganzy requested a review from MattKiazyk October 12, 2024 01:11
@MattKiazyk MattKiazyk merged commit c245a1e into XcodesOrg:main Oct 13, 2024
1 of 2 checks passed
@MattKiazyk MattKiazyk added the enhancement New feature or request label Oct 13, 2024
@chuganzy chuganzy deleted the ganzy/rollback-loading branch October 13, 2024 04:09
@chuganzy
Copy link
Contributor Author

chuganzy commented Oct 13, 2024

@MattKiazyk Thank you for reviewing & merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading spinner does not disappear after attempting to install when not signed in
2 participants