actualbudget / actual

A local-first personal finance app
https://actualbudget.org
MIT License
13.96k stars 1.11k forks source link

Fix mobile budget and spent column auto sizing #2875

Closed joel-jeremy closed 3 months ago

joel-jeremy commented 3 months ago

Resolves https://github.com/actualbudget/actual/issues/2868

netlify[bot] commented 3 months ago

Deploy Preview for actualbudget ready!

Name Link
Latest commit 0b7c6780a3ea43d884077956bbabd7fbbfa7e336
Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/666a274313a7d900088ad88c
Deploy Preview https://deploy-preview-2875.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.

github-actions[bot] commented 3 months ago

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
9 4.75 MB → 4.75 MB (+74 B) +0.00%
Changeset File | Δ | Size ---- | - | ---- `src/components/mobile/budget/BudgetTable.jsx` | 📈 +74 B (+0.15%) | 48.73 kB → 48.8 kB
View detailed bundle breakdown
**Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/narrow.js | 75.66 kB → 75.73 kB (+74 B) | +0.10% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/indexeddb-main-thread-worker-e59fee74.js | 13.5 kB | 0% static/js/resize-observer.js | 18.37 kB | 0% static/js/usePreviewTransactions.js | 790 B | 0% static/js/BackgroundImage.js | 122.29 kB | 0% static/js/AppliedFilters.js | 21.23 kB | 0% static/js/wide.js | 263.58 kB | 0% static/js/ReportRouter.js | 1.23 MB | 0% static/js/index.js | 3.01 MB | 0%
github-actions[bot] commented 3 months ago

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.13 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.13 MB | 0%
matt-fidd commented 3 months ago

Not sure if this is out of scope for this change but I've noticed that the rollover overspending arrows are pushed off screen with the new look.

image

joel-jeremy commented 3 months ago

Not sure if this is out of scope for this change but I've noticed that the rollover overspending arrows are pushed off screen with the new look.

I think this would be best addressed as a separate PR