-
Notifications
You must be signed in to change notification settings - Fork 43
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
Feature #200 - Display loader for ajax process #204
Conversation
Hi @BhargavBhandari90, I wanted to express my appreciation for your PR. After watching your demo video, I have a couple of points to share:
|
|
This is how it looks now. NOTE: I am still checking this with this PR: #180 |
Question:
|
@BhargavBhandari90 Awesome! thank you for your excellent work! We're almost ready to merge PR #180, and we're just waiting for some feedback from the team on my question. Once we receive that feedback, we'll merge In the meantime, I was hoping to make a small change. Currently, when the loader is displayed, the height of the div containing the avatar/loader reduces, causing the content on the page to shift vertically. I was wondering if we could apply a minimum height to the loader/avatar's parent div to avoid that shift. Thank you again for your hard work. |
@faisal-alvi Just a small note - I see from the demo that the whole thing "jumps" quite a lot. Maybe it needs a fixed height on the avatar container or something so the interface remains stable when it switches between loader and image. |
@faisal-alvi @lllopo Thank you guys for your input. Yah I will include that jumping thing fix in my PR. |
@BhargavBhandari90 PR #180 is closed after the discussion. It was adding "Delete" and "Remove" buttons. However, since it's closed now, we don't need to wait for it to be merged. I appreciate your patience and hard work on this PR. Please proceed with addressing the "vertical shift" issue, and once that's done, we can merge this PR. Thank you! |
All right. I will try to get it done by this weekend. |
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.75.0...v5.76.1) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
82f36ff
to
8c85c33
Compare
Let me know if I did it correct OR not. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BhargavBhandari90 thank you for your contribution. The video is helpful, thanks for it. I also tested it, and the loader jumping issue seems to be fixed. The new structure works fine as well.
@faisal-alvi Thank you |
Description of the Change
Displaying AJAX loader for the local avatar upload delete process.
Steps:
Closes #200
How to test the Change
https://somup.com/c0ehjwy3Lw
Changelog Entry
Credits
Props @lllopo
Checklist: