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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hero widget #1077

Merged
merged 25 commits into from Sep 19, 2019
Merged

Add Hero widget #1077

merged 25 commits into from Sep 19, 2019

Commits on Sep 11, 2019

  1. Add Hero widget

    - Set default screen size to 'small'
    - Update React to match other apps
    - Add Hero component
      - Add background
      - Add about link and intro
      - Add workflow loader
    rogerhutchings committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    4c1a28d View commit details
    Browse the repository at this point in the history
  2. Filter complete workflows, only get relevant fields

    - Filter workflows response to only include requested fields
    - Filter workflows response to only include incomplete workflows
    - Move translations request to work in series, as `activeWorkflows` may
      include redundant translations and these can get big
    - Create a map of display names, rather than do an array search
      for performance
    rogerhutchings committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    c8c8224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab0da8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37b2b37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    562fd48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a99fe0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c3bc4f View commit details
    Browse the repository at this point in the history
  8. remove leftover debug

    rogerhutchings committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    aa1bc6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2fa3b4 View commit details
    Browse the repository at this point in the history
  10. add tests

    rogerhutchings committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    ef97a51 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    ffa5c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe048d4 View commit details
    Browse the repository at this point in the history
  3. Make Hero widget responsive with SSR (#1116)

    * Make Hero widget responsive with SSR
    
    - Install @artsy/fresnel
    - Move grommet theme merger to its own helper
    - Add fresnel helper components
    - Add media queries to Hero widget
    - Update tests
    
    * Update packages/app-project/src/helpers/theme/README.md
    
    Co-Authored-By: Jim O'Donnell <jim@zooniverse.org>
    
    * Add per-layout tests
    rogerhutchings committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    cf3e42b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d36eef9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. add remaining tests

    rogerhutchings committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    890001d View commit details
    Browse the repository at this point in the history
  2. refactor tests

    rogerhutchings committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    98d094a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    4385f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127c62f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8833e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70682ee View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    8b01edf View commit details
    Browse the repository at this point in the history
  2. Resize arrow

    rogerhutchings committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    3e56221 View commit details
    Browse the repository at this point in the history
  3. Remove unused const

    rogerhutchings committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    aa21f47 View commit details
    Browse the repository at this point in the history
  4. lint

    rogerhutchings committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    a892d4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abcd798 View commit details
    Browse the repository at this point in the history