[PR #1480] [MERGED] DarkTheme Accounts files #53075

Closed
opened 2026-04-30 21:29:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: darkThemeAccounts


📝 Commits (10+)

  • ff9ff85 notes
  • 46792e5 Change Accounts components / all associated files
  • 9343625 Merge branch 'master' into darkThemeAccounts
  • ee14e86 Merge branch 'master' into darkThemeAccounts
  • e1c1a54 remove files from eslintrc list
  • a4a494c Mobile Account Details fixes
  • d709148 Merge branch 'master' into darkThemeAccounts
  • 0d6f7c5 Color updates
  • 49a4e79 Merge branch 'master' into darkThemeAccounts
  • be3ee42 Color theme adjustments

📊 Changes

24 files changed (+224 additions, -154 deletions)

View changed files

📝 .eslintrc.js (+0 -17)
📝 packages/desktop-client/src/components/accounts/Account.js (+8 -4)
📝 packages/desktop-client/src/components/accounts/AccountSyncCheck.js (+4 -4)
📝 packages/desktop-client/src/components/accounts/Balance.js (+10 -5)
📝 packages/desktop-client/src/components/accounts/Header.js (+3 -6)
📝 packages/desktop-client/src/components/accounts/MobileAccount.js (+2 -2)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.js (+8 -9)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.js (+15 -11)
📝 packages/desktop-client/src/components/accounts/Reconcile.js (+5 -5)
📝 packages/desktop-client/src/components/autocomplete/AccountAutocomplete.js (+9 -12)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+12 -9)
📝 packages/desktop-client/src/components/autocomplete/CategorySelect.tsx (+5 -13)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.js (+8 -13)
📝 packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.js (+4 -2)
📝 packages/desktop-client/src/components/forms.tsx (+2 -2)
📝 packages/desktop-client/src/components/modals/CloseAccount.js (+2 -2)
📝 packages/desktop-client/src/components/modals/CreateAccount.js (+2 -1)
📝 packages/desktop-client/src/components/modals/CreateLocalAccount.js (+2 -2)
📝 packages/desktop-client/src/components/modals/SelectLinkedAccounts.js (+4 -4)
📝 packages/desktop-client/src/components/table.tsx (+3 -3)

...and 4 more files

📄 Description

The next itteration in the darkTheme files.

This may look a bit wonky until the first darkTheme PR is merged.


🔄 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/1480 **Author:** [@carkom](https://github.com/carkom) **Created:** 8/7/2023 **Status:** ✅ Merged **Merged:** 8/9/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `darkThemeAccounts` --- ### 📝 Commits (10+) - [`ff9ff85`](https://github.com/actualbudget/actual/commit/ff9ff859b5d205be55bf6244e021a135681f3eb7) notes - [`46792e5`](https://github.com/actualbudget/actual/commit/46792e5645fa91e45b9bb94d091266b82f89e07e) Change Accounts components / all associated files - [`9343625`](https://github.com/actualbudget/actual/commit/934362550485fc9cb71e2053e6483ca9e00eabae) Merge branch 'master' into darkThemeAccounts - [`ee14e86`](https://github.com/actualbudget/actual/commit/ee14e8687c2539ddcf78953b13829d0c9bfee5cb) Merge branch 'master' into darkThemeAccounts - [`e1c1a54`](https://github.com/actualbudget/actual/commit/e1c1a541e3188ef34a32283c0ed826d3c4d824a3) remove files from eslintrc list - [`a4a494c`](https://github.com/actualbudget/actual/commit/a4a494c07c1be34c2dc1b224104f1e07ac41d796) Mobile Account Details fixes - [`d709148`](https://github.com/actualbudget/actual/commit/d709148a5f95d2784833ac7f0d88edae8ceff0ef) Merge branch 'master' into darkThemeAccounts - [`0d6f7c5`](https://github.com/actualbudget/actual/commit/0d6f7c57dfc8fdfa9620d30b34cb3eddb62f3a44) Color updates - [`49a4e79`](https://github.com/actualbudget/actual/commit/49a4e795bbcc60a1296430056ec8456ad4e73f42) Merge branch 'master' into darkThemeAccounts - [`be3ee42`](https://github.com/actualbudget/actual/commit/be3ee428ed2b0f5bff3adee048c2cb1b65efef7c) Color theme adjustments ### 📊 Changes **24 files changed** (+224 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+0 -17) 📝 `packages/desktop-client/src/components/accounts/Account.js` (+8 -4) 📝 `packages/desktop-client/src/components/accounts/AccountSyncCheck.js` (+4 -4) 📝 `packages/desktop-client/src/components/accounts/Balance.js` (+10 -5) 📝 `packages/desktop-client/src/components/accounts/Header.js` (+3 -6) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.js` (+2 -2) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.js` (+8 -9) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.js` (+15 -11) 📝 `packages/desktop-client/src/components/accounts/Reconcile.js` (+5 -5) 📝 `packages/desktop-client/src/components/autocomplete/AccountAutocomplete.js` (+9 -12) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+12 -9) 📝 `packages/desktop-client/src/components/autocomplete/CategorySelect.tsx` (+5 -13) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.js` (+8 -13) 📝 `packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.js` (+4 -2) 📝 `packages/desktop-client/src/components/forms.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/modals/CloseAccount.js` (+2 -2) 📝 `packages/desktop-client/src/components/modals/CreateAccount.js` (+2 -1) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccount.js` (+2 -2) 📝 `packages/desktop-client/src/components/modals/SelectLinkedAccounts.js` (+4 -4) 📝 `packages/desktop-client/src/components/table.tsx` (+3 -3) _...and 4 more files_ </details> ### 📄 Description The next itteration in the darkTheme files. This may look a bit wonky until the first darkTheme PR is merged. --- <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-30 21:29:19 -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#53075