Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add progress bars for categories and goals #4371

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tbuist
Copy link

@tbuist tbuist commented Feb 13, 2025

Fixes #2965

This change introduces visual bars to indicate the status of a particular category for that month.

For standard expense categories, green, red, and gray indicate the value you have remaining/overspent in that category.

For categories with a #goal template, the bar uses blue to indicate the progress.

image

@actual-github-bot actual-github-bot bot changed the title Add progress bars for categories and goals [WIP] Add progress bars for categories and goals Feb 13, 2025
Copy link

netlify bot commented Feb 13, 2025

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit 60e8081
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/67affe575711ef00083c2fbb
😎 Deploy Preview https://deploy-preview-4371.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.

Copy link
Contributor

github-actions bot commented Feb 13, 2025

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
17 6.92 MB → 6.92 MB (+8.63 kB) +0.12%
Changeset
File Δ Size
src/components/budget/CategoryVisual.tsx 🆕 +4.23 kB 0 B → 4.23 kB
locale/nl.json 📈 +3.71 kB (+3.92%) 94.83 kB → 98.54 kB
src/components/budget/SidebarCategory.tsx 📈 +172 B (+3.25%) 5.17 kB → 5.34 kB
locale/fr.json 📈 +536 B (+0.87%) 60.32 kB → 60.84 kB
locale/de.json 📉 -2 B (-0.00%) 110.77 kB → 110.77 kB
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
static/js/index.js 4.31 MB → 4.31 MB (+4.4 kB) +0.10%
static/js/nl.js 94.83 kB → 98.54 kB (+3.71 kB) +3.92%
static/js/fr.js 60.32 kB → 60.84 kB (+536 B) +0.87%

Smaller

Asset File Size % Changed
static/js/de.js 110.77 kB → 110.77 kB (-2 B) -0.00%

Unchanged

Asset File Size % Changed
static/js/en-GB.js 99.42 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.5 kB 0%
static/js/workbox-window.prod.es5.js 5.69 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/en.js 99.43 kB 0%
static/js/uk.js 111.11 kB 0%
static/js/pt-BR.js 106.43 kB 0%
static/js/BackgroundImage.js 122.29 kB 0%
static/js/narrow.js 85.08 kB 0%
static/js/useAccountPreviewTransactions.js 1.69 kB 0%
static/js/AppliedFilters.js 10.52 kB 0%
static/js/wide.js 102.8 kB 0%
static/js/ReportRouter.js 1.59 MB 0%

Copy link
Contributor

github-actions bot commented Feb 13, 2025

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

@tbuist tbuist force-pushed the tbuist-category-ui-bars branch from bf4d684 to 60e8081 Compare February 15, 2025 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Progress bar for targets/templates
1 participant