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

Reporting: Add a parent wrapper component for Payment Activity #8412

Merged
merged 24 commits into from
Mar 28, 2024

Commits on Mar 18, 2024

  1. Add empty activity state SVG asset

    Nagesh Pai committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    173c11e View commit details
    Browse the repository at this point in the history
  2. Add payment activity component

    Nagesh Pai committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1cf1abd View commit details
    Browse the repository at this point in the history
  3. Add Payment Activity widget to Overview page

    Nagesh Pai committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e675fcd View commit details
    Browse the repository at this point in the history
  4. change log

    Nagesh Pai committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    84afad8 View commit details
    Browse the repository at this point in the history
  5. minor - Tidying dependency declaration order

    Nagesh Pai committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6ea37a2 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Nagesh Pai committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    17d472a View commit details
    Browse the repository at this point in the history
  7. Add a test

    Nagesh Pai committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d45bed4 View commit details
    Browse the repository at this point in the history
  8. Remove empty state image for now

    Nagesh Pai committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    86ce6ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd0e329 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    49abd31 View commit details
    Browse the repository at this point in the history
  2. Tidy - group all component imports together

    Nagesh Pai committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2ccf118 View commit details
    Browse the repository at this point in the history
  3. refactor - destructure const for clean code

    Nagesh Pai committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    992025a View commit details
    Browse the repository at this point in the history
  4. Refactor - destructure consts outside of PR scope

    Nagesh Pai committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    aba3603 View commit details
    Browse the repository at this point in the history
  5. corrections in earlier refactor

    Nagesh Pai committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5f9e3df View commit details
    Browse the repository at this point in the history
  6. Change test to snapshot

    Nagesh Pai committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1006528 View commit details
    Browse the repository at this point in the history
  7. remove commented code

    Nagesh Pai committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fa4bbd9 View commit details
    Browse the repository at this point in the history
  8. Add camel case to hasActiveLoan

    Nagesh Pai committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    844c9cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28300b0 View commit details
    Browse the repository at this point in the history
  10. Refactor - showTaskList condition

    Nagesh Pai committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    98b9543 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    9ab8184 View commit details
    Browse the repository at this point in the history
  2. Move AccountBalances before PaymentActivity

    Nagesh Pai committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bd0278d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9816f6 View commit details
    Browse the repository at this point in the history
  4. Enclose in JSX tags like earlier

    Nagesh Pai committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f8f8e49 View commit details
    Browse the repository at this point in the history
  5. Minor SCSS refactor

    Nagesh Pai committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d54b0b9 View commit details
    Browse the repository at this point in the history