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

Sidebar Stretch Feature #23

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on Jun 10, 2024

  1. init project setup. basic forms working

    Carson Wolber committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2aa9429 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. end of day push

    Carson Wolber committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    36076e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00bc3ac View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. modal, react-search, api fetch, and load (big push)

    Carson Wolber committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    14a6f8e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. this push adds sort and filer, delegates imperative js functions to b…

    …e exported from utils, changes the state object approach into a single state, adds an empty message response if no movies match search, removes the filterData function in favor of inserting searches, filters, and sorts into the url in fetchData, adds comments to helpers and areas of nontrivial logic, and adds logic to display a placeholder image in cards and modals for movies that do not have an image source value (I know this is a ridicously large push Im sorry, meeting today made expectations here much clearer:/)
    Carson Wolber committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1288321 View commit details
    Browse the repository at this point in the history
  2. added youtube embedded trailer stretch feature

    Carson Wolber committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b3b905a View commit details
    Browse the repository at this point in the history
  3. changed modal css for inline img

    Carson Wolber committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7c3b88a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from carsonwolber/dev

    merge base features and youtube stretch to main
    carsonwolber authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5d69388 View commit details
    Browse the repository at this point in the history
  5. confirm branch switch

    Carson Wolber committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    94e1dd8 View commit details
    Browse the repository at this point in the history
  6. added favorite stretch feaure

    Carson Wolber committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    94b4826 View commit details
    Browse the repository at this point in the history
  7. added like stretch

    Carson Wolber committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8db3201 View commit details
    Browse the repository at this point in the history
  8. added watchlist and removed debug consoles

    Carson Wolber committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    415094b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c883c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. reformatted files and added sidebar stretch features which required a…

    …dding new state object for like and watchlist
    carsonwolber committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c62dd2e View commit details
    Browse the repository at this point in the history