[PR #1262] [MERGED] Fix calculation of how many table rows to render #3632

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1262
Author: @j-f1
Created: 7/2/2023
Status: Merged
Merged: 7/3/2023
Merged by: @j-f1

Base: masterHead: jed/scroll-window


📝 Commits (2)

  • b90e98f Compute number of rows to render based on the list’s width rather than height
  • 18ccc67 Add release notes

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/FixedSizeList.js (+1 -1)
upcoming-release-notes/1262.md (+6 -0)

📄 Description

Fixes #1241

This was probably not noticed because most of the time the screen is wider than it is tall, so it just results in showing more rows than necessary.


🔄 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/1262 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 7/2/2023 **Status:** ✅ Merged **Merged:** 7/3/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/scroll-window` --- ### 📝 Commits (2) - [`b90e98f`](https://github.com/actualbudget/actual/commit/b90e98f3c1bcbddfb3283ba283b6bf082570bddb) Compute number of rows to render based on the list’s width rather than height - [`18ccc67`](https://github.com/actualbudget/actual/commit/18ccc671b6afca23279d5a224fcfa02636ce5336) Add release notes ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FixedSizeList.js` (+1 -1) ➕ `upcoming-release-notes/1262.md` (+6 -0) </details> ### 📄 Description Fixes #1241 This was probably not noticed because most of the time the screen is wider than it is tall, so it just results in showing more rows than necessary. --- <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:44:29 -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#3632