fix: order level 4 categories under parent and reduce pie chart size (#23) #25
Closed
escouade-bot
wants to merge 1 commit from
fix/simpl-resultat-23-category-level4-ordering into main
pull from: fix/simpl-resultat-23-category-level4-ordering
merge into: maximus:main
maximus:main
maximus:issue-187-balance-cleanup-post-184-185
maximus:issue-188-webkit-date-picker-7-inputs
maximus:issue-180-postcss-audit-fix
maximus:issue-190-restructure-settings-pages
maximus:issue-161-smoke-scaffold
maximus:issue-171-ci-drop-push-trigger
maximus:issue-169-asset-type-balance-categories
maximus:issue-67-feedback-widget
maximus:issue-97-cartes-page
maximus:issue-96-compare-refactor
maximus:issue-51-compte-maximus-oauth
maximus:issue-46-license-commands-entitlements
maximus:issue-48-gate-auto-updates
maximus:issue-47-license-ui-card
maximus:fix/simpl-resultat-54-argon2id-pin
maximus:fix/simpl-resultat-59-bump-vite
maximus:issue-43-update-picomatch
maximus:fix/simpl-resultat-41-category-time-report-filter
maximus:fix/simpl-resultat-31-dashboard-month-dropdown
maximus:fix/simpl-resultat-29-budget-visual-adjustments
maximus:fix/simpl-resultat-23-dashboard-category-ordering
maximus:fix/simpl-resultat-16-prev-year-budget
maximus:fix/simpl-resultat-19-tooltip-transparency
maximus:fix/simpl-resultat-17-remove-piechart-title
maximus:fix/simpl-resultat-16-budget-previous-year
1 commit
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| f5dfbb5ad4 |
fix: order level 4 categories under parent in budget vs actual table
Rework sorting in budgetService to keep level-2 groups (subtotal + children) together under their intermediate parent instead of flat-sorting alphabetically which scattered depth-2 rows to the bottom. Also reduce pie chart size on dashboard (height 280->220, radius 100->85), change grid layout to 2/5 pie + 3/5 table, and make pie chart legend collapsible (collapsed by default) to give more space to the BVA table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |