[PR #3544] [MERGED] (synced-prefs) preloading in redux state to improve perf #4917

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3544
Author: @MatissJanis
Created: 10/2/2024
Status: Merged
Merged: 10/7/2024
Merged by: @MatissJanis

Base: masterHead: matiss/synced-prefs-state


📝 Commits (5)

  • 68cd35c (synced-prefs) preloading in redux state to improve perf
  • 4a50ca8 Update variable naming
  • 3d7bd58 Bot feedback
  • b6ad4e4 Merge branch 'master' into matiss/synced-prefs-state
  • d665488 Merge branch 'master' into matiss/synced-prefs-state

📊 Changes

10 files changed (+100 additions, -55 deletions)

View changed files

📝 packages/desktop-client/src/hooks/useSyncedPref.ts (+10 -17)
📝 packages/desktop-client/src/hooks/useSyncedPrefs.ts (+11 -28)
📝 packages/loot-core/src/client/actions/prefs.ts (+24 -1)
📝 packages/loot-core/src/client/actions/sync.ts (+5 -3)
📝 packages/loot-core/src/client/constants.ts (+1 -0)
📝 packages/loot-core/src/client/reducers/prefs.ts (+14 -4)
📝 packages/loot-core/src/client/state-types/prefs.d.ts (+14 -2)
📝 packages/loot-core/src/server/preferences/app.ts (+13 -0)
📝 packages/loot-core/src/server/preferences/types/handlers.d.ts (+2 -0)
upcoming-release-notes/3544.md (+6 -0)

📄 Description

https://github.com/actualbudget/actual/issues/3524


🔄 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/3544 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/synced-prefs-state` --- ### 📝 Commits (5) - [`68cd35c`](https://github.com/actualbudget/actual/commit/68cd35ce8272cdd0248084abf5fb07025162f5fd) :zap: (synced-prefs) preloading in redux state to improve perf - [`4a50ca8`](https://github.com/actualbudget/actual/commit/4a50ca8a7d3dc03417c6bde58cd94c769659fcb0) Update variable naming - [`3d7bd58`](https://github.com/actualbudget/actual/commit/3d7bd5889fd61b18ca504c7fe01c1ad7722c315b) Bot feedback - [`b6ad4e4`](https://github.com/actualbudget/actual/commit/b6ad4e45276802e91233ec025072a4e40170f8ad) Merge branch 'master' into matiss/synced-prefs-state - [`d665488`](https://github.com/actualbudget/actual/commit/d66548879225294f2958b2025dab51a82906681a) Merge branch 'master' into matiss/synced-prefs-state ### 📊 Changes **10 files changed** (+100 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/hooks/useSyncedPref.ts` (+10 -17) 📝 `packages/desktop-client/src/hooks/useSyncedPrefs.ts` (+11 -28) 📝 `packages/loot-core/src/client/actions/prefs.ts` (+24 -1) 📝 `packages/loot-core/src/client/actions/sync.ts` (+5 -3) 📝 `packages/loot-core/src/client/constants.ts` (+1 -0) 📝 `packages/loot-core/src/client/reducers/prefs.ts` (+14 -4) 📝 `packages/loot-core/src/client/state-types/prefs.d.ts` (+14 -2) 📝 `packages/loot-core/src/server/preferences/app.ts` (+13 -0) 📝 `packages/loot-core/src/server/preferences/types/handlers.d.ts` (+2 -0) ➕ `upcoming-release-notes/3544.md` (+6 -0) </details> ### 📄 Description https://github.com/actualbudget/actual/issues/3524 --- <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:03:12 -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#4917