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

Class card #150

Closed
wants to merge 32 commits into from
Closed

Class card #150

wants to merge 32 commits into from

Commits on Dec 3, 2023

  1. Redesign homepage (#127)

    * Initial
    
    * Bump @babel/traverse from 7.21.4 to 7.23.2 (#120)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Initial
    
    * Refinement
    
    * Update colors
    
    * Use colors
    
    * Add nebula labs link
    
    * A/B Testing autocomplete functionality, needs design fix, and of course google analytics
    
    * A/B Testing styles
    
    * Build fix
    
    * Design recs
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    TyHil and dependabot[bot] authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    a45d4ae View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update colors (#128)

    * Bump @babel/traverse from 7.21.4 to 7.23.2 (#120)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update colors
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    TyHil and dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    81ff10e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    1dac648 View commit details
    Browse the repository at this point in the history
  2. Remove unused vars in homepage

    TyHil committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cb8497c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10a5813 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Initial card component

    TyHil committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f7ddc60 View commit details
    Browse the repository at this point in the history
  2. Pass in search query

    TyHil committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5a2d2f4 View commit details
    Browse the repository at this point in the history
  3. added searchqueries

    Matrixk1ng committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    188e523 View commit details
    Browse the repository at this point in the history
  4. Revert remove .env

    TyHil committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    409d5c1 View commit details
    Browse the repository at this point in the history
  5. Build fix

    TyHil committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8006a92 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

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

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    b479ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e92901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e56cb40 View commit details
    Browse the repository at this point in the history
  4. Fix legend in graph

    TyHil committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8f68938 View commit details
    Browse the repository at this point in the history
  5. change h1 tags to p tags

    Matrixk1ng committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2b64822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ebe40d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Error state

    TyHil committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    be8ed22 View commit details
    Browse the repository at this point in the history
  2. Fix button in button

    TyHil committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0165707 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Added a button for compare, some alignment, and added course div and …

    …box for course sections under graph
    Matrixk1ng committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    71e9510 View commit details
    Browse the repository at this point in the history
  2. Added a button for compare, some alignment, and added course div and …

    …box for course sections under graph
    Matrixk1ng committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ad29b16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35eb8d6 View commit details
    Browse the repository at this point in the history
  4. Revert "Added a button for compare, some alignment, and added course …

    …div and box for course sections under graph"
    
    This reverts commit ad29b16.
    TyHil committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c817f02 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Added Button

    harshptl05 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e5556b6 View commit details
    Browse the repository at this point in the history
  2. Add background to graph

    TyHil committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9de7214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6ce73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58607f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a96df01 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Styled Compare Button

    harshptl05 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7ec0ced View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Styling compare button

    harshptl05 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ab06fdb View commit details
    Browse the repository at this point in the history
  2. Build fix

    TyHil committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0287dc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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