[PR #2867] [MERGED] Fix: column titles incorrect when selecting transactions and resizing window #4560

Closed
opened 2026-02-28 20:57:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2867
Author: @lelemm
Created: 6/11/2024
Status: Merged
Merged: 6/20/2024
Merged by: @MatissJanis

Base: masterHead: Issue2784


📝 Commits (9)

  • d6e84f7 fix: on window resize, the header filler for the transaction scrollbar didn't had time to adjust itself
  • 04ba140 added 2867.md
  • 09c79be clean up
  • e1fe225 added null propagating operator
  • dc8f924 Merge branch 'master' into Issue2784
  • 3414e8e Merge branch 'master' into Issue2784
  • de82598 Merge branch 'master' into Issue2784
  • 8cc25a2 Merge branch 'actualbudget:master' into Issue2784
  • a4d0825 Merge branch 'master' into Issue2784

📊 Changes

2 files changed (+16 additions, -6 deletions)

View changed files

📝 packages/desktop-client/src/components/table.tsx (+10 -6)
upcoming-release-notes/2867.md (+6 -0)

📄 Description

fix #2784


🔄 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/2867 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `Issue2784` --- ### 📝 Commits (9) - [`d6e84f7`](https://github.com/actualbudget/actual/commit/d6e84f7d8eedc8b83968d574934635179be57a53) fix: on window resize, the header filler for the transaction scrollbar didn't had time to adjust itself - [`04ba140`](https://github.com/actualbudget/actual/commit/04ba1406be540e991573ce0ccd3d1a2b69fd23c9) added 2867.md - [`09c79be`](https://github.com/actualbudget/actual/commit/09c79bee2d60abdd03815ef69644b6e2a88694f4) clean up - [`e1fe225`](https://github.com/actualbudget/actual/commit/e1fe2255cce09f1e610f4ec82b073ad3b0a74c85) added null propagating operator - [`dc8f924`](https://github.com/actualbudget/actual/commit/dc8f9247b3d87a2c13fedbf61c120419c969be68) Merge branch 'master' into Issue2784 - [`3414e8e`](https://github.com/actualbudget/actual/commit/3414e8e9e281bfb460f0eba072cc1daa2679c6b1) Merge branch 'master' into Issue2784 - [`de82598`](https://github.com/actualbudget/actual/commit/de82598707dba1f5505a82a8844d8e98eea808f9) Merge branch 'master' into Issue2784 - [`8cc25a2`](https://github.com/actualbudget/actual/commit/8cc25a2de33289eda03b4d3947cbe4c915a00581) Merge branch 'actualbudget:master' into Issue2784 - [`a4d0825`](https://github.com/actualbudget/actual/commit/a4d0825899ea338923e9b2f8d52d8a76d5512590) Merge branch 'master' into Issue2784 ### 📊 Changes **2 files changed** (+16 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/table.tsx` (+10 -6) ➕ `upcoming-release-notes/2867.md` (+6 -0) </details> ### 📄 Description fix #2784 --- <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 20:57:39 -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#4560