actual icon indicating copy to clipboard operation
actual copied to clipboard

Custom Reports: fix table rendering

Open carkom opened this issue 1 year ago • 4 comments

In certain situations the table graph will not render properly and as a result columns will stop lining up properly. This PR should fix that issue.

carkom avatar Jan 07 '24 22:01 carkom

Deploy Preview for actualbudget ready!

Name Link
Latest commit bce448aad4adfb25a08b083ba65d882374e9ee30
Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/65a6dfd30edc260007c363cd
Deploy Preview https://deploy-preview-2192.demo.actualbudget.org
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jan 07 '24 22:01 netlify[bot]

Bundle Stats — desktop-client

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
10 5.08 MB → 5.08 MB (-1.25 kB) -0.02%
Changeset
File Δ Size
src/components/reports/graphs/tableGraph/ReportTableRow.tsx 🆕 +2.77 kB 0 B → 2.77 kB
src/components/reports/graphs/tableGraph/ReportTable.tsx 📈 +658 B (+71.06%) 926 B → 1.55 kB
src/components/reports/graphs/tableGraph/ReportTableTotals.tsx 📈 +70 B (+1.98%) 3.45 kB → 3.52 kB
src/hooks/useSelected.tsx 📈 +124 B (+1.64%) 7.4 kB → 7.52 kB
src/components/reports/ChooseGraph.tsx 📈 +24 B (+0.74%) 3.16 kB → 3.19 kB
src/components/transactions/SelectedTransactions.jsx 📉 -51 B (-1.04%) 4.79 kB → 4.74 kB
src/components/Modals.tsx 📉 -145 B (-1.71%) 8.27 kB → 8.13 kB
src/components/transactions/SimpleTransactionsTable.jsx 📉 -182 B (-2.70%) 6.59 kB → 6.41 kB
src/components/schedules/ScheduleDetails.jsx 📉 -811 B (-2.87%) 27.57 kB → 26.78 kB
src/components/schedules/ScheduleLink.tsx 📉 -721 B (-24.55%) 2.87 kB → 2.16 kB
src/components/reports/graphs/tableGraph/ReportTableList.tsx 📉 -3.01 kB (-63.38%) 4.75 kB → 1.74 kB
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
static/js/ReportRouter.js 1.95 MB → 1.95 MB (+508 B) +0.02%

Smaller

Asset File Size % Changed
static/js/index.js 2.64 MB → 2.63 MB (-1.69 kB) -0.06%
static/js/wide.js 239.04 kB → 238.99 kB (-51 B) -0.02%

Unchanged

Asset File Size % Changed
static/js/resize-observer.js 18.37 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.5 kB 0%
static/js/BackgroundImage.js 122.29 kB 0%
static/js/ButtonLink.js 379 B 0%
static/js/narrow.js 82.17 kB 0%
static/js/BalanceTooltip.js 6.07 kB 0%
static/js/FiltersMenu.js 28.92 kB 0%

github-actions[bot] avatar Jan 07 '24 22:01 github-actions[bot]

Bundle Stats — loot-core

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
1 1.23 MB 0%

Changeset

No files were changed

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.js 1.23 MB 0%

github-actions[bot] avatar Jan 07 '24 22:01 github-actions[bot]

Nice. I messed around and was not able to make a broken table.

youngcw avatar Jan 07 '24 23:01 youngcw