Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Redux saga for easy testing and extending #97

Commits on Jul 17, 2018

  1. Tests for dependencies reducer

    mik639 committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    d720976 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

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

Commits on Jul 21, 2018

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

Commits on Jul 22, 2018

  1. Fix html display in dependency search, and styling tweaks for results (

    …joshwcomeau#82)
    
    * Fix html display in dependency search, and styling tweaks for results
    
    * Hide 'load more' on disabled, display as props for ExternalLink
    
    * Set default display prop to inline-block, remove curly braces for string prop
    melanieseltzer authored and joshwcomeau committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    876e102 View commit details
    Browse the repository at this point in the history
  2. Issue templates (joshwcomeau#94)

    * Add issue templates
    
    Create two templates: one for Bug reports, one for Feature requests.
    
    * Replace multiple issue templates with 1. Add PR template
    
    * Update environment info
    
    * Add HTML comments
    joshwcomeau authored Jul 22, 2018
    Configuration menu
    Copy the full SHA
    977a96b View commit details
    Browse the repository at this point in the history
  3. Switch to individual issue templates (joshwcomeau#99)

    Split off the issue created in joshwcomeau#94.
    joshwcomeau authored Jul 22, 2018
    Configuration menu
    Copy the full SHA
    90d4517 View commit details
    Browse the repository at this point in the history
  4. add license and code of conduct (joshwcomeau#98)

    * add license and code of conduct
    - updated readme to reflect these changes
    
    * update license format, add license to package.json
    superhawk610 authored and joshwcomeau committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    0fb299a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Update .gitignore (joshwcomeau#101)

    Added ignore paths for Visual Studio Code
    bennygenel authored and joshwcomeau committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    1f1889a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befbcab View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Bi directional communication (joshwcomeau#100)

    * Use 'child.stdin.write' to send 'eject' command
    
    * Fix bug where app would crash after ejecting with modal open
    
    * Cleanup
    
    * Improve fix to use getDerivedStateFromProps
    joshwcomeau authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    1a9cd1e View commit details
    Browse the repository at this point in the history
  2. Remove JS validation for VS Code users (joshwcomeau#108)

    * Remove JS validation for VS Code users
    
    Because this project uses Flow, we want to disable JS and TS validations.
    
    I also removed the `formatOnSave` preference, since that seems like a subjective thing, not something that should be in workspace settings.
    
    * Remove VS Code settings from gitignore
    joshwcomeau authored and superhawk610 committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    1097e19 View commit details
    Browse the repository at this point in the history
  3. Tests for dependencies reducer

    mik639 committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    6f1bdb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6326c22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc03c9d View commit details
    Browse the repository at this point in the history
  6. Merge with master

    mik639 committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    121b078 View commit details
    Browse the repository at this point in the history