[PR #5917] [CLOSED] Style pull to refresh #59863

Closed
opened 2026-05-07 01:39:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5917
Author: @Hackmodford
Created: 10/13/2025
Status: Closed

Base: masterHead: style-pull-to-refresh


📝 Commits (7)

  • 2f84491 fix background color of pull to refresh
  • 6cff09c add release note
  • a6f9dd5 [autofix.ci] apply automated fixes
  • 30f89d6 Update VRT
  • 3875f55 fix by changing the budget table
  • af6ffb9 fix pull to refresh visual glitch on the transaction list
  • 21d767e tweak budget colors

📊 Changes

15 files changed (+19 additions, -14 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-individual-account-page-and-checks-that-filtering-is-working-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-the-accounts-page-and-asserts-on-balances-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-checks-that-clicking--ff568-l-redirects-to-the-category-transactions-page-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-checks-that-clicking--57d88-l-redirects-to-the-category-transactions-page-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-custom-reports-Switches-to-Donut-Graph-and-checks-the-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-categorized-transaction-from-categories-uncategorized-page-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-an-uncategorized-transaction-from-categories-uncategorized-page-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/mobile/PullToRefresh.tsx (+6 -1)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx (+1 -3)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx (+1 -3)
📝 packages/desktop-client/src/components/mobile/budget/IncomeCategoryListItem.tsx (+1 -3)
📝 packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx (+1 -3)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+2 -0)
upcoming-release-notes/5917.md (+6 -0)

📄 Description

Tweaks the background color of the pull to refresh component to match the page background.


🔄 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/5917 **Author:** [@Hackmodford](https://github.com/Hackmodford) **Created:** 10/13/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `style-pull-to-refresh` --- ### 📝 Commits (7) - [`2f84491`](https://github.com/actualbudget/actual/commit/2f844919d8a3a47a39920bb4e4d52b0034d8f299) fix background color of pull to refresh - [`6cff09c`](https://github.com/actualbudget/actual/commit/6cff09ca8cba2b446be458527b50c0fd01cf68e1) add release note - [`a6f9dd5`](https://github.com/actualbudget/actual/commit/a6f9dd516e588c329984360ad1cfe9b9089b8430) [autofix.ci] apply automated fixes - [`30f89d6`](https://github.com/actualbudget/actual/commit/30f89d69ae0f13574c7f55a49009b7d88f259ca2) Update VRT - [`3875f55`](https://github.com/actualbudget/actual/commit/3875f55eace1cffb8b6df4bd481ea574190315e0) fix by changing the budget table - [`af6ffb9`](https://github.com/actualbudget/actual/commit/af6ffb95cf87865eeeea72edaed4faf6a5bb3089) fix pull to refresh visual glitch on the transaction list - [`21d767e`](https://github.com/actualbudget/actual/commit/21d767e4803e8e9135de7a3f81e90e2011437067) tweak budget colors ### 📊 Changes **15 files changed** (+19 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-individual-account-page-and-checks-that-filtering-is-working-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-the-accounts-page-and-asserts-on-balances-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-checks-that-clicking--ff568-l-redirects-to-the-category-transactions-page-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-checks-that-clicking--57d88-l-redirects-to-the-category-transactions-page-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-custom-reports-Switches-to-Donut-Graph-and-checks-the-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-categorized-transaction-from-categories-uncategorized-page-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-an-uncategorized-transaction-from-categories-uncategorized-page-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/mobile/PullToRefresh.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/mobile/budget/IncomeCategoryListItem.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+2 -0) ➕ `upcoming-release-notes/5917.md` (+6 -0) </details> ### 📄 Description Tweaks the background color of the pull to refresh component to match the page background. --- <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-05-07 01:39:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#59863