[PR #6697] [MERGED] feat: consistent table styling #32604

Closed
opened 2026-04-18 08:37:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6697
Author: @aelxxs
Created: 1/18/2026
Status: Merged
Merged: 1/22/2026
Merged by: @MatissJanis

Base: masterHead: feat/consistent-table-styling


📝 Commits (4)

📊 Changes

62 files changed (+52 additions, -46 deletions)

View changed files

📝 packages/component-library/src/styles.ts (+7 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-import-csv-file-twice-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-import-csv-file-twice-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-import-csv-file-twice-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/bank-sync.test.ts-snapshots/Bank-Sync-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/bank-sync.test.ts-snapshots/Bank-Sync-checks-the-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/bank-sync.test.ts-snapshots/Bank-Sync-checks-the-page-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-checks-the-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-checks-the-page-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-checks-the-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-checks-the-page-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-a-full-list-of-schedules-1-chromium-linux.png (+0 -0)

...and 42 more files

📄 Description

Adds consistent styling (border, border radius, background colors) to tables:

image image image image image image image image image

Let me know if I missed any

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 28 14.41 MB → 14.4 MB (-3.25 kB) -0.02%
loot-core 1 5.84 MB 0%
api 1 4.38 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
28 14.41 MB → 14.4 MB (-3.25 kB) -0.02%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/component-library/src/styles.ts 📈 +164 B (+4.76%) 3.37 kB → 3.53 kB
src/components/banksync/AccountsList.tsx 📈 +24 B (+1.74%) 1.35 kB → 1.37 kB
src/components/payees/PayeeTable.tsx 📈 +40 B (+1.47%) 2.67 kB → 2.71 kB
src/components/tags/TagsList.tsx 📈 +15 B (+1.21%) 1.21 kB → 1.22 kB
src/components/transactions/SimpleTransactionsTable.tsx 📈 +40 B (+0.43%) 9.09 kB → 9.13 kB
src/components/tags/ManageTags.tsx 📈 +19 B (+0.24%) 7.63 kB → 7.65 kB
src/components/schedules/SchedulesTable.tsx 📈 +19 B (+0.09%) 19.69 kB → 19.71 kB
src/components/table.tsx 📈 +6 B (+0.01%) 42.03 kB → 42.04 kB
src/components/banksync/FieldMapping.tsx 📈 +1 B (+0.01%) 8.76 kB → 8.76 kB
src/components/transactions/TransactionsTable.tsx 📈 +6 B (+0.01%) 85.87 kB → 85.88 kB
src/components/accounts/Balance.tsx 📉 -4 B (-0.03%) 11.21 kB → 11.21 kB
src/components/modals/ImportTransactionsModal/ImportTransactionsModal.tsx 📉 -14 B (-0.05%) 28.33 kB → 28.32 kB
src/components/modals/SelectLinkedAccountsModal.tsx 📉 -14 B (-0.05%) 27.7 kB → 27.68 kB
src/components/schedules/ScheduleEditForm.tsx 📉 -63 B (-0.27%) 22.7 kB → 22.64 kB
src/components/banksync/index.tsx 📉 -17 B (-0.33%) 5.09 kB → 5.08 kB
src/components/budget/BalanceWithCarryover.tsx 📉 -36 B (-0.36%) 9.78 kB → 9.75 kB
src/components/ManageRules.tsx 📉 -58 B (-0.37%) 15.33 kB → 15.28 kB
src/components/budget/envelope/budgetsummary/ToBudgetAmount.tsx 📉 -16 B (-0.37%) 4.22 kB → 4.2 kB
src/components/admin/UserDirectory/UserDirectory.tsx 📉 -58 B (-0.38%) 15.08 kB → 15.03 kB
src/components/admin/UserAccess/UserAccess.tsx 📉 -58 B (-0.51%) 11.02 kB → 10.96 kB
src/components/mobile/accounts/AccountsPage.tsx 📉 -132 B (-0.60%) 21.43 kB → 21.3 kB
src/components/schedules/DiscoverSchedules.tsx 📉 -147 B (-1.47%) 9.79 kB → 9.65 kB
src/components/mobile/transactions/FocusableAmountInput.tsx 📉 -226 B (-1.62%) 13.63 kB → 13.41 kB
src/components/payees/ManagePayees.tsx 📉 -479 B (-2.75%) 17.03 kB → 16.56 kB
src/components/budget/util.ts 📉 -116 B (-3.09%) 3.67 kB → 3.56 kB
home/runner/work/actual/actual/packages/component-library/src/theme.ts 📉 -511 B (-4.10%) 12.18 kB → 11.68 kB
src/style/themes/midnight.ts 📉 -373 B (-4.48%) 8.13 kB → 7.77 kB
src/style/themes/light.ts 📉 -401 B (-4.58%) 8.55 kB → 8.16 kB
src/style/themes/dark.ts 📉 -401 B (-4.61%) 8.49 kB → 8.09 kB
src/style/themes/development.ts 📉 -401 B (-4.63%) 8.46 kB → 8.07 kB
src/components/reports/SummaryNumber.tsx 📉 -136 B (-5.44%) 2.44 kB → 2.31 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/wide.js 159.96 kB → 159.97 kB (+3 B) +0.00%

Smaller

Asset File Size % Changed
static/js/index.js 9.24 MB → 9.23 MB (-2.99 kB) -0.03%
static/js/ReportRouter.js 1.05 MB → 1.05 MB (-136 B) -0.01%
static/js/narrow.js 640.99 kB → 640.86 kB (-132 B) -0.02%

Unchanged

Asset File Size % Changed
static/js/indexeddb-main-thread-worker-e59fee74.js 12.94 kB 0%
static/js/workbox-window.prod.es5.js 5.64 kB 0%
static/js/da.js 106.62 kB 0%
static/js/de.js 176.28 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/en.js 159.4 kB 0%
static/js/es.js 171.98 kB 0%
static/js/fr.js 180.63 kB 0%
static/js/it.js 172.42 kB 0%
static/js/nb-NO.js 158.09 kB 0%
static/js/nl.js 103.35 kB 0%
static/js/pl.js 88.64 kB 0%
static/js/pt-BR.js 146.32 kB 0%
static/js/ru.js 106.97 kB 0%
static/js/sv.js 78.28 kB 0%
static/js/th.js 182.35 kB 0%
static/js/uk.js 216.34 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 120.54 kB 0%
static/js/TransactionList.js 101.58 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 11.79 kB 0%
static/js/useTransactionBatchActions.js 13.23 kB 0%
static/js/FormulaEditor.js 1.04 MB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.84 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.BInehE-N.js 5.84 MB 0%

api

Total

Files count Total bundle size % Changed
1 4.38 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
bundle.api.js 4.38 MB 0%

🔄 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/6697 **Author:** [@aelxxs](https://github.com/aelxxs) **Created:** 1/18/2026 **Status:** ✅ Merged **Merged:** 1/22/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `feat/consistent-table-styling` --- ### 📝 Commits (4) - [`8eeaae6`](https://github.com/actualbudget/actual/commit/8eeaae6c8e7ef01af366f21da1b00050d0c00724) feat: consistent table styling - [`d9b9580`](https://github.com/actualbudget/actual/commit/d9b9580d95bd07c88a245e3f8d269ebf505a3dbb) Update VRT screenshots - [`2841169`](https://github.com/actualbudget/actual/commit/284116985a4a58d4979ed2eb58900b30633af99c) Update VRT screenshots - [`b68f154`](https://github.com/actualbudget/actual/commit/b68f15496f475bdb2f5c0311144986c9c8fb6c43) Update VRT screenshots ### 📊 Changes **62 files changed** (+52 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `packages/component-library/src/styles.ts` (+7 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-import-csv-file-twice-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-import-csv-file-twice-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-import-csv-file-twice-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/bank-sync.test.ts-snapshots/Bank-Sync-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/bank-sync.test.ts-snapshots/Bank-Sync-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/bank-sync.test.ts-snapshots/Bank-Sync-checks-the-page-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-checks-the-page-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-checks-the-page-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-a-full-list-of-schedules-1-chromium-linux.png` (+0 -0) _...and 42 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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Adds consistent styling (border, border radius, background colors) to tables: <img width="200" height="120" alt="image" src="https://github.com/user-attachments/assets/2b53743c-cfa5-4158-9656-8ca300ef240c" /> <img width="200" height="123" alt="image" src="https://github.com/user-attachments/assets/ca5ccbd5-0a81-4d14-a605-9bebf123f004" /> <img width="200" height="166" alt="image" src="https://github.com/user-attachments/assets/1f002621-b74f-4a7b-bc38-3c23353ac628" /> <img width="200" height="142" alt="image" src="https://github.com/user-attachments/assets/22143de7-9da1-431a-b2f6-99d9f6d71ffd" /> <img width="200" height="110" alt="image" src="https://github.com/user-attachments/assets/adc713d5-07b0-46ef-997b-40ba7d092fa6" /> <img width="200" height="163" alt="image" src="https://github.com/user-attachments/assets/a52fbee8-716c-451f-a567-9976b8b2e7d4" /> <img width="258" height="149" alt="image" src="https://github.com/user-attachments/assets/39cd490b-2467-4a88-a14c-a0155018f621" /> <img width="200" height="145" alt="image" src="https://github.com/user-attachments/assets/e4f43203-2a43-4740-bc9f-1a71efe764c2" /> <img width="200" height="186" alt="image" src="https://github.com/user-attachments/assets/4ccc652a-66e2-49a3-bb28-a5dad07f1d6e" /> --- Let me know if I missed any <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 28 | 14.41 MB → 14.4 MB (-3.25 kB) | -0.02% loot-core | 1 | 5.84 MB | 0% api | 1 | 4.38 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 28 | 14.41 MB → 14.4 MB (-3.25 kB) | -0.02% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/component-library/src/styles.ts` | 📈 +164 B (+4.76%) | 3.37 kB → 3.53 kB `src/components/banksync/AccountsList.tsx` | 📈 +24 B (+1.74%) | 1.35 kB → 1.37 kB `src/components/payees/PayeeTable.tsx` | 📈 +40 B (+1.47%) | 2.67 kB → 2.71 kB `src/components/tags/TagsList.tsx` | 📈 +15 B (+1.21%) | 1.21 kB → 1.22 kB `src/components/transactions/SimpleTransactionsTable.tsx` | 📈 +40 B (+0.43%) | 9.09 kB → 9.13 kB `src/components/tags/ManageTags.tsx` | 📈 +19 B (+0.24%) | 7.63 kB → 7.65 kB `src/components/schedules/SchedulesTable.tsx` | 📈 +19 B (+0.09%) | 19.69 kB → 19.71 kB `src/components/table.tsx` | 📈 +6 B (+0.01%) | 42.03 kB → 42.04 kB `src/components/banksync/FieldMapping.tsx` | 📈 +1 B (+0.01%) | 8.76 kB → 8.76 kB `src/components/transactions/TransactionsTable.tsx` | 📈 +6 B (+0.01%) | 85.87 kB → 85.88 kB `src/components/accounts/Balance.tsx` | 📉 -4 B (-0.03%) | 11.21 kB → 11.21 kB `src/components/modals/ImportTransactionsModal/ImportTransactionsModal.tsx` | 📉 -14 B (-0.05%) | 28.33 kB → 28.32 kB `src/components/modals/SelectLinkedAccountsModal.tsx` | 📉 -14 B (-0.05%) | 27.7 kB → 27.68 kB `src/components/schedules/ScheduleEditForm.tsx` | 📉 -63 B (-0.27%) | 22.7 kB → 22.64 kB `src/components/banksync/index.tsx` | 📉 -17 B (-0.33%) | 5.09 kB → 5.08 kB `src/components/budget/BalanceWithCarryover.tsx` | 📉 -36 B (-0.36%) | 9.78 kB → 9.75 kB `src/components/ManageRules.tsx` | 📉 -58 B (-0.37%) | 15.33 kB → 15.28 kB `src/components/budget/envelope/budgetsummary/ToBudgetAmount.tsx` | 📉 -16 B (-0.37%) | 4.22 kB → 4.2 kB `src/components/admin/UserDirectory/UserDirectory.tsx` | 📉 -58 B (-0.38%) | 15.08 kB → 15.03 kB `src/components/admin/UserAccess/UserAccess.tsx` | 📉 -58 B (-0.51%) | 11.02 kB → 10.96 kB `src/components/mobile/accounts/AccountsPage.tsx` | 📉 -132 B (-0.60%) | 21.43 kB → 21.3 kB `src/components/schedules/DiscoverSchedules.tsx` | 📉 -147 B (-1.47%) | 9.79 kB → 9.65 kB `src/components/mobile/transactions/FocusableAmountInput.tsx` | 📉 -226 B (-1.62%) | 13.63 kB → 13.41 kB `src/components/payees/ManagePayees.tsx` | 📉 -479 B (-2.75%) | 17.03 kB → 16.56 kB `src/components/budget/util.ts` | 📉 -116 B (-3.09%) | 3.67 kB → 3.56 kB `home/runner/work/actual/actual/packages/component-library/src/theme.ts` | 📉 -511 B (-4.10%) | 12.18 kB → 11.68 kB `src/style/themes/midnight.ts` | 📉 -373 B (-4.48%) | 8.13 kB → 7.77 kB `src/style/themes/light.ts` | 📉 -401 B (-4.58%) | 8.55 kB → 8.16 kB `src/style/themes/dark.ts` | 📉 -401 B (-4.61%) | 8.49 kB → 8.09 kB `src/style/themes/development.ts` | 📉 -401 B (-4.63%) | 8.46 kB → 8.07 kB `src/components/reports/SummaryNumber.tsx` | 📉 -136 B (-5.44%) | 2.44 kB → 2.31 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/wide.js | 159.96 kB → 159.97 kB (+3 B) | +0.00% **Smaller** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 9.24 MB → 9.23 MB (-2.99 kB) | -0.03% static/js/ReportRouter.js | 1.05 MB → 1.05 MB (-136 B) | -0.01% static/js/narrow.js | 640.99 kB → 640.86 kB (-132 B) | -0.02% **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/indexeddb-main-thread-worker-e59fee74.js | 12.94 kB | 0% static/js/workbox-window.prod.es5.js | 5.64 kB | 0% static/js/da.js | 106.62 kB | 0% static/js/de.js | 176.28 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/en.js | 159.4 kB | 0% static/js/es.js | 171.98 kB | 0% static/js/fr.js | 180.63 kB | 0% static/js/it.js | 172.42 kB | 0% static/js/nb-NO.js | 158.09 kB | 0% static/js/nl.js | 103.35 kB | 0% static/js/pl.js | 88.64 kB | 0% static/js/pt-BR.js | 146.32 kB | 0% static/js/ru.js | 106.97 kB | 0% static/js/sv.js | 78.28 kB | 0% static/js/th.js | 182.35 kB | 0% static/js/uk.js | 216.34 kB | 0% static/js/resize-observer.js | 18.37 kB | 0% static/js/BackgroundImage.js | 120.54 kB | 0% static/js/TransactionList.js | 101.58 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 11.79 kB | 0% static/js/useTransactionBatchActions.js | 13.23 kB | 0% static/js/FormulaEditor.js | 1.04 MB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.84 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.BInehE-N.js | 5.84 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.38 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- bundle.api.js | 4.38 MB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <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-18 08:37:09 -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#32604