[PR #1487] [MERGED] DarkTheme Schedules/Payees #18139

Closed
opened 2026-04-14 20:35:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1487
Author: @carkom
Created: 8/7/2023
Status: Merged
Merged: 9/9/2023
Merged by: @MatissJanis

Base: masterHead: darkThemeSchedules


📝 Commits (10+)

  • 9deaa34 Notes placeholder
  • 7b49fac Main import of previous code.
  • cc865b9 Revert "Main import of previous code."
  • e09b620 Merge branch 'master' into darkThemeSchedules
  • 505218d Main import of previous code.
  • 2ffc560 Main import round 2
  • 9fa07a9 Merge branch 'master' into darkThemeSchedules
  • 5ee21cb lint fixes
  • b2ce9a4 merge fixes
  • d4d4998 Merge branch 'master' into darkThemeSchedules

📊 Changes

25 files changed (+199 additions, -142 deletions)

View changed files

📝 .eslintrc.js (+1 -17)
📝 packages/desktop-client/src/components/manager/subscribe/Bootstrap.tsx (+5 -5)
📝 packages/desktop-client/src/components/manager/subscribe/ChangePassword.tsx (+4 -4)
📝 packages/desktop-client/src/components/manager/subscribe/Error.tsx (+3 -3)
📝 packages/desktop-client/src/components/manager/subscribe/Login.tsx (+5 -5)
📝 packages/desktop-client/src/components/manager/subscribe/common.tsx (+2 -2)
📝 packages/desktop-client/src/components/modals/MergeUnusedPayees.js (+3 -3)
📝 packages/desktop-client/src/components/payees/index.js (+20 -18)
📝 packages/desktop-client/src/components/schedules/DiscoverSchedules.js (+13 -7)
📝 packages/desktop-client/src/components/schedules/PostsOfflineNotification.js (+2 -2)
📝 packages/desktop-client/src/components/schedules/SchedulesTable.tsx (+14 -9)
📝 packages/desktop-client/src/components/schedules/StatusBadge.tsx (+19 -19)
📝 packages/desktop-client/src/components/schedules/index.tsx (+2 -1)
📝 packages/desktop-client/src/components/select/DateSelect.js (+12 -8)
📝 packages/desktop-client/src/components/select/RecurringSchedulePicker.js (+2 -2)
📝 packages/desktop-client/src/components/sidebar/Account.tsx (+9 -8)
📝 packages/desktop-client/src/components/sidebar/Item.tsx (+5 -6)
📝 packages/desktop-client/src/components/sidebar/SecondaryItem.tsx (+5 -6)
📝 packages/desktop-client/src/components/sidebar/Sidebar.tsx (+4 -5)
📝 packages/desktop-client/src/components/util/AmountInput.js (+5 -2)

...and 5 more files

📄 Description

Pulling in Schedules/Payees as the next phase of the darkTheme integration.


🔄 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/1487 **Author:** [@carkom](https://github.com/carkom) **Created:** 8/7/2023 **Status:** ✅ Merged **Merged:** 9/9/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `darkThemeSchedules` --- ### 📝 Commits (10+) - [`9deaa34`](https://github.com/actualbudget/actual/commit/9deaa346ebe78ffe4ecb62dea1461781adab2999) Notes placeholder - [`7b49fac`](https://github.com/actualbudget/actual/commit/7b49facb4a88d877b985ab8d736b0ab4ecd44ef2) Main import of previous code. - [`cc865b9`](https://github.com/actualbudget/actual/commit/cc865b9133b1ed52dcdb008f7b72a97e340b76d2) Revert "Main import of previous code." - [`e09b620`](https://github.com/actualbudget/actual/commit/e09b620e1c45669c063695f24caadb6a8c4f7810) Merge branch 'master' into darkThemeSchedules - [`505218d`](https://github.com/actualbudget/actual/commit/505218d81fe7c4a980941346e68d5ec5c29471d6) Main import of previous code. - [`2ffc560`](https://github.com/actualbudget/actual/commit/2ffc560311ff22fffda4225405546ec5ce723104) Main import round 2 - [`9fa07a9`](https://github.com/actualbudget/actual/commit/9fa07a9c0b19c80dd7a3f9f870daedb28ad0d759) Merge branch 'master' into darkThemeSchedules - [`5ee21cb`](https://github.com/actualbudget/actual/commit/5ee21cbafe0e4b6af9247acdcc2d5361c1ffe71a) lint fixes - [`b2ce9a4`](https://github.com/actualbudget/actual/commit/b2ce9a4cf749a8889cee5dcf0b85a8fb10ea5e72) merge fixes - [`d4d4998`](https://github.com/actualbudget/actual/commit/d4d4998473f159cbdafafc13a18f7d754fc7b038) Merge branch 'master' into darkThemeSchedules ### 📊 Changes **25 files changed** (+199 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+1 -17) 📝 `packages/desktop-client/src/components/manager/subscribe/Bootstrap.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/manager/subscribe/ChangePassword.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/manager/subscribe/Error.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/manager/subscribe/Login.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/manager/subscribe/common.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/modals/MergeUnusedPayees.js` (+3 -3) 📝 `packages/desktop-client/src/components/payees/index.js` (+20 -18) 📝 `packages/desktop-client/src/components/schedules/DiscoverSchedules.js` (+13 -7) 📝 `packages/desktop-client/src/components/schedules/PostsOfflineNotification.js` (+2 -2) 📝 `packages/desktop-client/src/components/schedules/SchedulesTable.tsx` (+14 -9) 📝 `packages/desktop-client/src/components/schedules/StatusBadge.tsx` (+19 -19) 📝 `packages/desktop-client/src/components/schedules/index.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/select/DateSelect.js` (+12 -8) 📝 `packages/desktop-client/src/components/select/RecurringSchedulePicker.js` (+2 -2) 📝 `packages/desktop-client/src/components/sidebar/Account.tsx` (+9 -8) 📝 `packages/desktop-client/src/components/sidebar/Item.tsx` (+5 -6) 📝 `packages/desktop-client/src/components/sidebar/SecondaryItem.tsx` (+5 -6) 📝 `packages/desktop-client/src/components/sidebar/Sidebar.tsx` (+4 -5) 📝 `packages/desktop-client/src/components/util/AmountInput.js` (+5 -2) _...and 5 more files_ </details> ### 📄 Description Pulling in Schedules/Payees as the next phase of the darkTheme integration. --- <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-14 20:35:33 -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#18139