[PR #2476] [MERGED] feature: Show account sync indicators when viewing accounts on mobile #38752

Closed
opened 2026-04-23 11:46:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2476
Author: @psybers
Created: 3/17/2024
Status: Merged
Merged: 3/26/2024
Merged by: @joel-jeremy

Base: masterHead: issue2473


📝 Commits (5)

  • 26e0683 cleanup: Move account sync indicators to the left on mobile
  • 46920bc cleanup: account sync indicators on mobile should show pending/failed syncs
  • fb90d28 feature: show account sync indicator when viewing account on mobile
  • 94ff289 fix lint issues
  • 30bdab8 add release note

📊 Changes

4 files changed (+78 additions, -15 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/Account.jsx (+6 -0)
📝 packages/desktop-client/src/components/mobile/accounts/AccountDetails.jsx (+30 -1)
📝 packages/desktop-client/src/components/mobile/accounts/Accounts.jsx (+36 -14)
upcoming-release-notes/2476.md (+6 -0)

📄 Description

This is a first attempt at fixing #2473. It adds account sync indicators to the account details page when on mobile:

image

It also does a few tweaks to how the sync indicators are handled on mobile:

  • It left-aligns the indicators, so they are in a column. This mimics the non-mobile behavior.
  • It updates them to show failed/pending status (currently it always shows green).
  • It updates to use the same theme colors as the non-mobile indicators.
image

🔄 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/2476 **Author:** [@psybers](https://github.com/psybers) **Created:** 3/17/2024 **Status:** ✅ Merged **Merged:** 3/26/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `issue2473` --- ### 📝 Commits (5) - [`26e0683`](https://github.com/actualbudget/actual/commit/26e0683ac9df32a89f5ce57f94c1b366dc214089) cleanup: Move account sync indicators to the left on mobile - [`46920bc`](https://github.com/actualbudget/actual/commit/46920bc523edaa6cb46b2278bdb9f33c6250c091) cleanup: account sync indicators on mobile should show pending/failed syncs - [`fb90d28`](https://github.com/actualbudget/actual/commit/fb90d28b077b74e621831a5d3a549ba86c3b8e92) feature: show account sync indicator when viewing account on mobile - [`94ff289`](https://github.com/actualbudget/actual/commit/94ff289cc12bba85c3d701401299d87742843bc5) fix lint issues - [`30bdab8`](https://github.com/actualbudget/actual/commit/30bdab808c8f677f26d49d09f59ca03225f0bb62) add release note ### 📊 Changes **4 files changed** (+78 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/Account.jsx` (+6 -0) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountDetails.jsx` (+30 -1) 📝 `packages/desktop-client/src/components/mobile/accounts/Accounts.jsx` (+36 -14) ➕ `upcoming-release-notes/2476.md` (+6 -0) </details> ### 📄 Description This is a first attempt at fixing #2473. It adds account sync indicators to the account details page when on mobile: <img width="410" alt="image" src="https://github.com/actualbudget/actual/assets/1115390/d1589eb6-f4cb-4a33-967b-32c1d355e647"> It also does a few tweaks to how the sync indicators are handled on mobile: - It left-aligns the indicators, so they are in a column. This mimics the non-mobile behavior. - It updates them to show failed/pending status (currently it always shows green). - It updates to use the same theme colors as the non-mobile indicators. <img width="103" alt="image" src="https://github.com/actualbudget/actual/assets/1115390/f8f2a0ca-d590-495e-8961-c928b8a43157"> --- <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-04-23 11:46:04 -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#38752