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

Grid mode pagination #654

Merged
merged 36 commits into from
Mar 14, 2022
Merged

Grid mode pagination #654

merged 36 commits into from
Mar 14, 2022

Commits on Feb 8, 2022

  1. Install storybook and add basic files

    Tim Mendoza committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    901a9a1 View commit details
    Browse the repository at this point in the history
  2. Get storybook working

    Tim Mendoza committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9182963 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Get grid view working

    Tim Mendoza committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1fcc8ac View commit details
    Browse the repository at this point in the history
  2. Hook up menu button

    Tim Mendoza committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e6750e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Fix some issues

    Tim Mendoza committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    c6c1b52 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Fix index.html caching issue

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    20b64e5 View commit details
    Browse the repository at this point in the history
  2. Update publication component and tests

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    1d2709c View commit details
    Browse the repository at this point in the history
  3. Update Room tests

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b4bbd6b View commit details
    Browse the repository at this point in the history
  4. Update constants

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    2e86433 View commit details
    Browse the repository at this point in the history
  5. Upgrade typescript

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    cc1a12f View commit details
    Browse the repository at this point in the history
  6. Update menu tests

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    f319175 View commit details
    Browse the repository at this point in the history
  7. Update TS things for new version

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    fcc7188 View commit details
    Browse the repository at this point in the history
  8. Rename state variable

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    33c0895 View commit details
    Browse the repository at this point in the history
  9. Add test for ParticipantAudioTracks

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    cee52ed View commit details
    Browse the repository at this point in the history
  10. Remove unused passcode stuff from twilio mock

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    7222268 View commit details
    Browse the repository at this point in the history
  11. Automatically disable conversations in storybook

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e28b800 View commit details
    Browse the repository at this point in the history
  12. Fix tests and linting issues

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    608ab6f View commit details
    Browse the repository at this point in the history
  13. Add tests for GridView

    Tim Mendoza committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    171b007 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Install mui pagination component

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    f031142 View commit details
    Browse the repository at this point in the history
  2. Fix issue with storybook controls

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    fd96c6b View commit details
    Browse the repository at this point in the history
  3. Add pagination controls to state

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    a4540bf View commit details
    Browse the repository at this point in the history
  4. Create usePagination hook

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cdf6395 View commit details
    Browse the repository at this point in the history
  5. Add pagination to GridView component

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    68ff5dc View commit details
    Browse the repository at this point in the history
  6. Add setting for MaxGridParticipants

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b3890f7 View commit details
    Browse the repository at this point in the history
  7. Remove unused constant and fix a few glitches

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8ac77ad View commit details
    Browse the repository at this point in the history
  8. Add tests for usePagination

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    57dda78 View commit details
    Browse the repository at this point in the history
  9. Update tests for GridView component

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    fd68fd1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e44d4f3 View commit details
    Browse the repository at this point in the history
  11. Fix linting issue

    Tim Mendoza committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    650d90d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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

Commits on Mar 10, 2022

  1. Display participant count in menu

    Tim Mendoza committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    46dd5af View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Tim Mendoza committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    da451f4 View commit details
    Browse the repository at this point in the history
  3. remove console log

    Tim Mendoza committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    926531f View commit details
    Browse the repository at this point in the history
  4. Fix linter errors

    Tim Mendoza committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    2460c76 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Fix test language

    Tim Mendoza committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7b97094 View commit details
    Browse the repository at this point in the history
  2. Fix issue with chat window rendering incorrectly

    Tim Mendoza committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    dfdcf80 View commit details
    Browse the repository at this point in the history