feat: add global loading states (search, filters, quiz, progress)#223
Merged
MrunaliniPachpute merged 2 commits intoOct 31, 2025
Merged
Conversation
Thanks for creating a PR for your Issue!
|
Owner
|
Kindlt resolve the merge conflicts. |
Owner
|
Well done @bavi404 . I see it is working good. If you could resolve merge conflicts asap I will merge this PR . |
Contributor
Author
hi, thank you so much. I have resolved them, can you check and see if there are any other issues? |
Owner
|
Well done! |
🎉 Congrats on getting your PR merged in, @bavi404! 🙌🏼Thanks for your contribution every effort helps improve the project. Looking forward to seeing more from you! 🥳✨ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #211
#211
Adds minimal, reusable loading UX across the site.
CSS: .loader-center, .loader-inline, .skeleton-block, .skeleton-line, .skeleton-quiz-line, #quiz-full-loader
JS helpers: showLoader(target, type), hideLoader(target)
Search: spinner + skeletons, no input disabling, always clears
Filters: inline spinner by dropdown + skeletons, results fade in, no disabling
Quiz: full-page “Loading quiz…” overlay + skeleton lines
Progress: inline spinner inside .progress-update-btn
Robust cleanup: loaders always clear; cards always restored; “No topics found.” shown when appropriate.