Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Conversation

@dev-737
Copy link
Member

@dev-737 dev-737 commented Oct 10, 2024

The changes in this commit add a progress spinner to the command registration process in the deploy-commands.js script. This is done to provide a more user-friendly experience while the commands are being registered, as the registration process can take some time, especially for a large number of commands.

The key changes include:

  • Introducing a startSpinner function that displays a spinning progress indicator with the total number of commands being registered.
  • Clearing the spinner line and printing a "Done!" message when the registration is complete.
  • Handling the case where the build is not yet completed by throwing an error instead of exiting the process.

These changes improve the overall user experience and provide better visual feedback during the command registration process.

The changes in this commit add a progress spinner to the command registration process in the `deploy-commands.js` script. This is done to provide a more user-friendly experience while the commands are being registered, as the registration process can take some time, especially for a large number of commands.

The key changes include:

- Introducing a `startSpinner` function that displays a spinning progress indicator with the total number of commands being registered.
- Clearing the spinner line and printing a "Done!" message when the registration is complete.
- Handling the case where the build is not yet completed by throwing an error instead of exiting the process.

These changes improve the overall user experience and provide better visual feedback during the command registration process.
@dev-737 dev-737 changed the title feat: Add progress spinner to command registration feat: add progress spinner to command registration Oct 10, 2024
@sonarqubecloud
Copy link

@dev-737 dev-737 changed the title feat: add progress spinner to command registration build: add progress spinner to command registration Oct 10, 2024
@dev-737 dev-737 merged commit effef2c into main Oct 10, 2024
4 checks passed
@dev-737 dev-737 deleted the Virtual-branch branch October 10, 2024 04:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants