[PR #4620] [MERGED] Remove height transition animation from modals when adjusting to viewport height for smoother experience #5489

Closed
opened 2026-02-28 21:13:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4620
Author: @joel-jeremy
Created: 3/13/2025
Status: Merged
Merged: 3/13/2025
Merged by: @joel-jeremy

Base: masterHead: update-mobile-modal-dynamic-height


📝 Commits (4)

  • b61d32c Use dvh to determine height of modal based on dynamic visual viewport
  • f91a1dd Apply to dialog instead of another div
  • b1b46ac Remove modal transition
  • 14039bd Release notes

📊 Changes

2 files changed (+8 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Modal.tsx (+2 -3)
upcoming-release-notes/4620.md (+6 -0)

📄 Description

The transition makes the modals look jittery.

Old:
https://github.com/user-attachments/assets/498b469c-2977-4f0d-bf99-0c61a292647b

New:
https://github.com/user-attachments/assets/510d6c28-8d55-4582-8b9c-4f063f011786


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/4620 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/13/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `update-mobile-modal-dynamic-height` --- ### 📝 Commits (4) - [`b61d32c`](https://github.com/actualbudget/actual/commit/b61d32cdc39e40af395881ac86628ba09810cf96) Use dvh to determine height of modal based on dynamic visual viewport - [`f91a1dd`](https://github.com/actualbudget/actual/commit/f91a1dd724b95e0eb3e75ff920c86d71f8772e33) Apply to dialog instead of another div - [`b1b46ac`](https://github.com/actualbudget/actual/commit/b1b46ac61ba24ea5cda3d8d5c6c4805fe2afd8c4) Remove modal transition - [`14039bd`](https://github.com/actualbudget/actual/commit/14039bd21730ec0742468720daed7f6daf798293) Release notes ### 📊 Changes **2 files changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Modal.tsx` (+2 -3) ➕ `upcoming-release-notes/4620.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> The transition makes the modals look jittery. Old: https://github.com/user-attachments/assets/498b469c-2977-4f0d-bf99-0c61a292647b New: https://github.com/user-attachments/assets/510d6c28-8d55-4582-8b9c-4f063f011786 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:13:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5489