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 progress bar to the creation template #6

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

CyberDex
Copy link
Member

@CyberDex CyberDex commented Dec 11, 2024

The onLoad method of the AppScreen may be helpful not only for the loading screen but also for any active screen that can react when switching to the next screen or showing the popup.

For example, if screen switching happens on a button click, we may want to show the loading message on the button or, instead, the button. This indicates to the user that something is happening.

@CyberDex CyberDex requested a review from Zyie December 11, 2024 10:16
@CyberDex CyberDex linked an issue Dec 11, 2024 that may be closed by this pull request
@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite"
"dev": "vite",
"start": "vite"
Copy link
Member Author

Choose a reason for hiding this comment

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

It's nice to have this in all the templates

Copy link
Member

Choose a reason for hiding this comment

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

yeah if you want to do a pr to add this to all the templates I'm ok with adding it in

@Zyie Zyie added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Dec 11, 2024
@CyberDex CyberDex merged commit 8a4a703 into main Dec 11, 2024
1 check passed
@CyberDex CyberDex deleted the 5-add-loading-progress-bar-to-the-creation-template branch December 11, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add loading progress bar to the creation template
2 participants