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 loading spinners, convert code to async #20

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Conversation

stevehanson
Copy link

@stevehanson stevehanson commented Nov 17, 2023

This cleans up the output of the command. It was very noisy before, and it wasn't obvious which commands the output was related to (esp. when running create-expo-app). We might want to still preserve command output and write it to a log file.

Also, we were previously using a mixture of sync and async code. This PR updates the codebase to be fully asynchronous, since the loading spinner cannot animate when using sync code.

thoughtbelt-output.mov

The loading spinner cannot animate when using sync code
@stevehanson stevehanson merged commit c428c53 into main Nov 17, 2023
2 checks passed
@stevehanson stevehanson deleted the loading-spinners branch November 17, 2023 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant