Skip to content

fix(core): 🐛 fix jarring effect#438

Merged
anantakumarghosh merged 2 commits intodevelopmentfrom
WRPD-bugfix-437
Feb 11, 2025
Merged

fix(core): 🐛 fix jarring effect#438
anantakumarghosh merged 2 commits intodevelopmentfrom
WRPD-bugfix-437

Conversation

@PritamBag
Copy link
Contributor

Description

In AppContainerLayout, the CoreRequestProgressBar is used. The issue occurs when the CoreRequestProgressBar is displayed, causing the content of this layout to shift downward. When CoreRequestProgressBar is hidden, the content moves back up, creating a jarring effect. I fixed this bug.

Related Issues

Ref #437

Testing

Checklist

  • I have performed a thorough self-review of my code.
  • I have added or updated relevant tests for my changes.
  • My code follows the project's style guidelines and best practices.
  • I have updated the documentation if necessary.
  • I have added or updated relevant comments in my code.
  • I have resolved any merge conflicts of my branch.

Screenshots (if applicable)

Additional Notes

Reviewers


Maintainer Notes

  • Has this change been tested in a staging environment?
  • Does this change introduce any breaking changes or deprecations?

Fixed jarring content shift in AppContainerLayout when CoreRequestProgressBar visibility toggles, ensuring smooth transitions.

Ref #437
@PritamBag PritamBag added the bugfix Pull Requests that fixes a bug label Feb 11, 2025
@PritamBag PritamBag self-assigned this Feb 11, 2025
@PritamBag PritamBag linked an issue Feb 11, 2025 that may be closed by this pull request
fix z index of request progress bar and so on for fix overlap of that with profile card

Ref #437
@anantakumarghosh anantakumarghosh merged commit c5b4de1 into development Feb 11, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Pull Requests that fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bugfix: fix CoreRequestProgressBar jarking problem

2 participants