[PR #5165] [MERGED] Fix: display notifications below modal windows #5790

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5165
Author: @MatissJanis
Created: 6/14/2025
Status: Merged
Merged: 6/15/2025
Merged by: @MatissJanis

Base: masterHead: matiss/notifications-fix


📝 Commits (1)

  • e113d40 Fix: display notifications below modal windows

📊 Changes

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

View changed files

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

📄 Description

This gets really annoying if you are doing multiple quick operations and the screen has 3+ notifications. Suddenly they start overlaying also the modal content window - which obviously isn't great UX.

Before:
Screenshot 2025-06-14 at 13 28 41

After:
Screenshot 2025-06-14 at 13 23 53


🔄 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/5165 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/14/2025 **Status:** ✅ Merged **Merged:** 6/15/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/notifications-fix` --- ### 📝 Commits (1) - [`e113d40`](https://github.com/actualbudget/actual/commit/e113d4067df4935ea302bc3264f972826e81a00e) Fix: display notifications below modal windows ### 📊 Changes **3 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Notifications.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/common/Modal.tsx` (+3 -1) ➕ `upcoming-release-notes/5165.md` (+6 -0) </details> ### 📄 Description This gets really annoying if you are doing multiple quick operations and the screen has 3+ notifications. Suddenly they start overlaying also the modal content window - which obviously isn't great UX. Before: <img width="483" alt="Screenshot 2025-06-14 at 13 28 41" src="https://github.com/user-attachments/assets/7a97dbf8-f798-44c9-b05d-8b004a6a5164" /> After: <img width="484" alt="Screenshot 2025-06-14 at 13 23 53" src="https://github.com/user-attachments/assets/5c24c41f-b67c-4508-8cf0-cbc1308ae13e" /> --- <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:18:40 -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#5790