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

Integrating React Query to improve performance #2822

Merged
merged 24 commits into from Apr 23, 2024
Merged

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    c3d79bd View commit details
    Browse the repository at this point in the history
  2. feat: Add React-Query

    anshg1214 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c2ede55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ba6489 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix: Query key

    anshg1214 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c9ab656 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    53e9406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25615ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba3d2d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    1f12074 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fix: User dashboard

    anshg1214 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d41bd83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c796f View commit details
    Browse the repository at this point in the history
  3. test: Disable Listens tests

    We're disabling the tests and placing a placeholder till we have react-testing-library in place
    anshg1214 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2ed584c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    1c6e0a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    55df712 View commit details
    Browse the repository at this point in the history
  2. refactor: Loader

    anshg1214 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    02ee581 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. feat: Make review changes

    anshg1214 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    24600ae View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fix: Deleting listens

    anshg1214 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    71cedb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix: Refetch on new listens

    anshg1214 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ef92c03 View commit details
    Browse the repository at this point in the history
  2. fix: SetState function

    anshg1214 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4fee7e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    d1919c4 View commit details
    Browse the repository at this point in the history
  2. Fix useQuery typescript types

    Replacing { data as MyTypes} force typing with the recommended useQuery<MyTypes>(...)
    MonkeyDo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1b70ec5 View commit details
    Browse the repository at this point in the history
  3. Fix Dashboard useQuery types

     + remove unused removeListenFromListenList function
    MonkeyDo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9f9c2cf View commit details
    Browse the repository at this point in the history
  4. Revert change in MusicNeighborhood

    This effect should be run exactly once on startup
    MonkeyDo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8601b4e View commit details
    Browse the repository at this point in the history
  5. Add esling disable rule back

    MonkeyDo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5c0a7e2 View commit details
    Browse the repository at this point in the history
  6. Fix MusicNeighborhood page

    MonkeyDo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    38999ac View commit details
    Browse the repository at this point in the history