Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Add Production View #50

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Add Production View #50

wants to merge 19 commits into from

Commits on Nov 23, 2022

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

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    8161e2a View commit details
    Browse the repository at this point in the history
  2. Add 16:9 aspect ratio player

    robere2 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    33c7a30 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Mostly finished tags component

    Made a button that displays tags when clicked on, tags themselves are buttons but do nothing. Could also possibly have the wrong angle bracket.
    
    Getting the warning:
    runtime-core.esm-bundler.js:38 [Vue warn]: Invalid prop: type check failed for prop "tags". Expected Array, got Undefined
      at <ProductionTags tags=undefined >
    
    However, it doesn't seem to matter?
    
    Unsure if I can merge line 17 with 18 in any way.
    
    Used hr element instead of the divider component from naive because there are no color props in it.
    SuperUltraMegaChicken committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    66cc72a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

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

Commits on Dec 1, 2022

  1. Carousel component fixed

    Fixed a large portion of css issues. Changed width of the card because it felt too big when at 80%.
    Solved why the video player was so poorly sized.
    Added functionality to arrow buttons to scroll to the next item in the carousel.
    Didn't remove the national geographic giraffe or the randomizer image.
    SuperUltraMegaChicken committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    78222b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    70aa759 View commit details
    Browse the repository at this point in the history
  2. Hide arrows when only one media item is available on productions page…

    …. Hide carousel if no items are available
    robere2 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    48eb4a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d4394c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa988e View commit details
    Browse the repository at this point in the history
  5. remove unused left class

    robere2 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    7b89d50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a211c08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    714bc02 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Added check for empty tags, added credits component

    productionTags now clearly tells users if the production has no tags.
    
    productionCredits adds credits to all users in the production, added media queries along with it, and default profile pictures.
    SuperUltraMegaChicken committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    bd2c50a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    43dbc94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a653f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7d1c3 View commit details
    Browse the repository at this point in the history