-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Custom reports updates #2386
Custom reports updates #2386
Conversation
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bundle Stats — desktop-clientHey 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
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged
|
Bundle Stats — loot-coreHey 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
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
Confirming categories sort per budget order when importing my budget. |
This is nice so far. I think it would be better long term to try to not use so much screen space for the create new report button. I would be a fan of a floating button, maybe at the bottom corner. |
sankey report now takes up a whole row in the dash |
Good catch. All set. |
After this is there anything else you think NEEDS to be included? or is this about ready to remove the feature flag? |
There's two things I'd like to finish before removing feature flag.
My assumption is that the next release should have these PRs merged and a further PR to remove feature flag. Cheers! |
Yes |
Both fixed. Cheers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small nitpick on my end. Overall: LGTM!
(but please wait for another approval before merging as quite a few others were looking into this PR too)
packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx
Show resolved
Hide resolved
marginTop: 10, | ||
}} | ||
> | ||
<ButtonLink to="/reports/custom" type="primary"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is currently navigating to the last loaded custom report rather than to a new custom report if used after looking at a saved report. I think we want it to open a default report each time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not experiencing the same behavior. If I open a saved report then click "reports" in the main menu sidebar then click this button, I get a new default report. Is your experience different? How can I duplicate what you're seeing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it starts happening if you load a custom report. Then go back to the cards and rename it from there. Then after the rename, click the button. (and it loads with the old name, prior to the rename)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I got it sorted, can you test again?
packages/desktop-client/src/components/reports/reports/CustomReport.jsx
Outdated
Show resolved
Hide resolved
I've also fixed a bug where the "rename" menu option was transfering the most recently used name and error messages to new card menu clicks. Ready for review! |
I removed the "s" as that's an easy one. I've added the second suggestion to my feedback doc for a future PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good. Thanks @carkom
* Button changes and time filters * rename on dashboard * notes * fix time filters * Sort Categories * Page title * category sort order * move button * featureflag * Highlight report name * sankey fix * VRT * remove doubled element * update * fixes * fixes * create button fix and rename card fix * Title change
Some slight UI and visual changes to custom reports