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

Add category spending report #1382

Merged
merged 14 commits into from
Aug 7, 2023
Merged

Commits on Aug 4, 2023

  1. Add category spending report

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b19f702 View commit details
    Browse the repository at this point in the history
  2. adds category selector

    ovbm authored and kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    20e0657 View commit details
    Browse the repository at this point in the history
  3. Remove income group from category spending report category selector

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    29bc647 View commit details
    Browse the repository at this point in the history
  4. Correct setSelectedCategories type signature

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    70f7612 View commit details
    Browse the repository at this point in the history
  5. Move categoryColorScale to the module where it's used

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8d91fae View commit details
    Browse the repository at this point in the history
  6. Restore average number of months selector

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    85445f3 View commit details
    Browse the repository at this point in the history
  7. Add release notes fragment

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b0e4370 View commit details
    Browse the repository at this point in the history
  8. add overview card, remove custom color

    ovbm authored and kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b48f88e View commit details
    Browse the repository at this point in the history
  9. Disable category spending report averaging by default

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    09724e6 View commit details
    Browse the repository at this point in the history
  10. Hide category spending report behind feature flag

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3b3aa76 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Extract category getting logic into new hook

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    3c4f5fd View commit details
    Browse the repository at this point in the history
  2. Move report-specific header items out of Header

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    607d334 View commit details
    Browse the repository at this point in the history
  3. CategorySpendingGraph: Increase the number of ticks on wider screens

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    970c554 View commit details
    Browse the repository at this point in the history
  4. Use new useCategories hook in more places

    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    dfb148a View commit details
    Browse the repository at this point in the history