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

Feature: Collabs tab on Home and Favorites page #727

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    726228c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ba0c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    030abf9 View commit details
    Browse the repository at this point in the history
  4. component: ConnectedVideoList: refactor query map

    - extract out status, type, and include to a constant map
    - remove home live/upcoming tab from map since it is handled by another module
    INCENDE committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    deb02a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6cb373 View commit details
    Browse the repository at this point in the history
  6. component: ConnectedVideoList: refactor getLoadFn

    - enclose shared query inside async return
    - move shared variable "res" outside if/else scope to allow change in next commit
    INCENDE committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0d747a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db45490 View commit details
    Browse the repository at this point in the history