feat(budget-sources): hierarchical area tree + dense columnar line rows#1285
Merged
Conversation
User feedback on source-lines panel:
- Denser line rows — reduce vertical padding to var(--spacing-0-5)
- Area headers now show own name with indentation by depth; ancestor
chain rendered as a muted "under Ground Floor" hint below the name
- Areas render hierarchically: nested areas are children of their
parent in the display, indented by depth
- Area group checkbox now cascades selection across the entire subtree
(descendant areas + their lines), tri-state reflects subtree state
- Parent-item blocks separated by a left-border accent for clear
visual grouping
- Line row grid expanded to 5 columns: checkbox | description | type
| status | amount. Budget type = confidence label; budget status =
localized invoice status ("Paid" / "Claimed" / "Pending" / ...) or
"Not invoiced" when no invoice is linked. Category/vendor subtext
dropped to reduce visual noise
- Mobile falls back to 2-row layout with type · status below
New i18n keys under sources.lines.* (English only — translator
handles DE):
invoiceStatus.{none, pending, paid, claimed, quotation}
underArea
Co-Authored-By: Claude frontend-developer (Haiku) <noreply@anthropic.com>
Contributor
|
Thank you for your submission! We require all contributors to sign our Contributor License Agreement before we can accept your contribution. I have read the CLA Document and I hereby sign the CLA Frank Steiler seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
… mocks Component crashed when area.ancestors was undefined (older mock fixtures and any pre-field callers). Add nullish-coalescing defaults throughout the tree-build. Also update E2E area mocks to include ancestors: [] so they match the production response shape. Co-Authored-By: Claude frontend-developer (Haiku) <noreply@anthropic.com> Co-Authored-By: Claude e2e-test-engineer (Sonnet 4.6) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
User feedback on the budget-source-lines panel:
Test plan
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com