[PR #456] [MERGED] Move Fix Splits to Settings → Advanced #93047

Closed
opened 2026-05-26 05:17:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/456
Author: @j-f1
Created: 1/13/2023
Status: Merged
Merged: 1/16/2023
Merged by: @MatissJanis

Base: masterHead: fix-splits-in-settings


📝 Commits (5)

  • 3713d34 Move Fix Splits to Settings → Advanced
  • 062e0b8 Auto-open and scroll advanced settings into view when navigating to /settings#advanced
  • f2179ed Fix lint errors
  • f5b852e Merge branch 'master' into fix-splits-in-settings
  • d69d223 Update packages/desktop-client/src/components/settings/UI.js

📊 Changes

6 files changed (+126 additions, -101 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.js (+3 -5)
packages/desktop-client/src/components/settings/FixSplits.js (+109 -0)
📝 packages/desktop-client/src/components/settings/UI.js (+12 -1)
📝 packages/desktop-client/src/components/settings/index.js (+2 -0)
packages/desktop-client/src/components/tools/FixSplitsTool.js (+0 -88)
📝 packages/loot-design/src/components/sidebar.js (+0 -7)

📄 Description

This cleans up the sidebar, especially since “Fix Splits” doesn’t fit well with the other things in the “More” section.


🔄 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/456 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 1/13/2023 **Status:** ✅ Merged **Merged:** 1/16/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix-splits-in-settings` --- ### 📝 Commits (5) - [`3713d34`](https://github.com/actualbudget/actual/commit/3713d34846fd49bfaed9379ce99f2bb84cb95039) Move Fix Splits to Settings → Advanced - [`062e0b8`](https://github.com/actualbudget/actual/commit/062e0b85acd94193d0318402d85d5c52e9c01445) Auto-open and scroll advanced settings into view when navigating to /settings#advanced - [`f2179ed`](https://github.com/actualbudget/actual/commit/f2179edcc014da0176b6b3678dd380b9b5ab5349) Fix lint errors - [`f5b852e`](https://github.com/actualbudget/actual/commit/f5b852e69a7db31b05de29cfa013b74d07e4aba4) Merge branch 'master' into fix-splits-in-settings - [`d69d223`](https://github.com/actualbudget/actual/commit/d69d2236fc3bee45952bbd82edb36bf86f228d96) Update packages/desktop-client/src/components/settings/UI.js ### 📊 Changes **6 files changed** (+126 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.js` (+3 -5) ➕ `packages/desktop-client/src/components/settings/FixSplits.js` (+109 -0) 📝 `packages/desktop-client/src/components/settings/UI.js` (+12 -1) 📝 `packages/desktop-client/src/components/settings/index.js` (+2 -0) ➖ `packages/desktop-client/src/components/tools/FixSplitsTool.js` (+0 -88) 📝 `packages/loot-design/src/components/sidebar.js` (+0 -7) </details> ### 📄 Description This cleans up the sidebar, especially since “Fix Splits” doesn’t fit well with the other things in the “More” section. --- <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-26 05:17: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#93047