[PR #2571] [MERGED] Consistent modal paddings #22986

Closed
opened 2026-04-16 17:09:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2571
Author: @joel-jeremy
Created: 4/9/2024
Status: Merged
Merged: 4/22/2024
Merged by: @joel-jeremy

Base: masterHead: modal-paddings


📝 Commits (10+)

📊 Changes

41 files changed (+271 additions, -433 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-closes-an-account-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-closes-an-account-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-closes-an-account-3-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-12-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/Modals.tsx (+4 -4)
📝 packages/desktop-client/src/components/common/Modal.tsx (+7 -13)
📝 packages/desktop-client/src/components/manager/DeleteFile.tsx (+0 -1)
📝 packages/desktop-client/src/components/modals/AccountAutocompleteModal.tsx (+0 -4)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+0 -5)
📝 packages/desktop-client/src/components/modals/BudgetPageMenuModal.tsx (+1 -12)
📝 packages/desktop-client/src/components/modals/CategoryAutocompleteModal.tsx (+0 -4)
📝 packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx (+0 -5)
📝 packages/desktop-client/src/components/modals/CategoryMenuModal.tsx (+0 -5)
📝 packages/desktop-client/src/components/modals/CoverModal.tsx (+23 -34)
📝 packages/desktop-client/src/components/modals/CreateAccountModal.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/CreateEncryptionKeyModal.tsx (+0 -3)
📝 packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx (+9 -6)
📝 packages/desktop-client/src/components/modals/EditField.jsx (+0 -2)
📝 packages/desktop-client/src/components/modals/EditRule.jsx (+0 -1)

...and 21 more files

📄 Description

Use the consistent paddings for modals


🔄 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/2571 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 4/9/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `modal-paddings` --- ### 📝 Commits (10+) - [`267e12b`](https://github.com/actualbudget/actual/commit/267e12b78cb27f2140ab5d051305c3bbbeab316b) Update autocomplete types - [`5884002`](https://github.com/actualbudget/actual/commit/5884002cf1a1039815e48660f19d0ad69cf18993) Remote optional type - [`d000650`](https://github.com/actualbudget/actual/commit/d000650275d101dafe16370cf767e76b1058dbd8) Improve SingleInputModal - [`a1dc159`](https://github.com/actualbudget/actual/commit/a1dc15971c203ff8b5a43ce9556a9308f87746e1) Fix lint error - [`cd6e14c`](https://github.com/actualbudget/actual/commit/cd6e14c49c930cf9637acb0ce390ac05385a3e7d) Update modal paddings - [`f7b4d28`](https://github.com/actualbudget/actual/commit/f7b4d28e0100c9c9193c68d01af45a707cebd90d) Release notes - [`2657827`](https://github.com/actualbudget/actual/commit/26578279e892fd829f87cb1e98428ec62bebb797) Update release notes - [`5006249`](https://github.com/actualbudget/actual/commit/50062495b3fcd85dc48b4bcf412a5e90df2c98ab) Update default Modal padding and style - [`f9d8cd6`](https://github.com/actualbudget/actual/commit/f9d8cd6a8097586f9150464302050e417fe0495b) VRT update - [`cbb00f4`](https://github.com/actualbudget/actual/commit/cbb00f4fff2d26873822c22cf1683eacf28a5073) VRT ### 📊 Changes **41 files changed** (+271 additions, -433 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-closes-an-account-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-closes-an-account-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-closes-an-account-3-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-12-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/Modals.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/common/Modal.tsx` (+7 -13) 📝 `packages/desktop-client/src/components/manager/DeleteFile.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/modals/AccountAutocompleteModal.tsx` (+0 -4) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+0 -5) 📝 `packages/desktop-client/src/components/modals/BudgetPageMenuModal.tsx` (+1 -12) 📝 `packages/desktop-client/src/components/modals/CategoryAutocompleteModal.tsx` (+0 -4) 📝 `packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx` (+0 -5) 📝 `packages/desktop-client/src/components/modals/CategoryMenuModal.tsx` (+0 -5) 📝 `packages/desktop-client/src/components/modals/CoverModal.tsx` (+23 -34) 📝 `packages/desktop-client/src/components/modals/CreateAccountModal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/CreateEncryptionKeyModal.tsx` (+0 -3) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx` (+9 -6) 📝 `packages/desktop-client/src/components/modals/EditField.jsx` (+0 -2) 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+0 -1) _...and 21 more files_ </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Use the consistent paddings for modals --- <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-16 17:09:16 -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#22986