1. 28 Oct, 2017 8 commits
  2. 26 Oct, 2017 1 commit
  3. 23 Oct, 2017 1 commit
  4. 21 Oct, 2017 1 commit
  5. 19 Oct, 2017 1 commit
  6. 17 Oct, 2017 2 commits
  7. 11 Oct, 2017 4 commits
  8. 06 Oct, 2017 2 commits
    • Tharaka Wijebandara's avatar
      Add click-to-open support for build errors (#3100) · 00ed100b
      Tharaka Wijebandara authored
      * Implement click-to-open for babel syntax errors in build error overlay
      
      * Add click-to-open support for lint errors and refactor parser
      
      * Reactor code to reuse open-in-editor functionality in both build and runtime error overlays
      
      * Fix some eslint warnings
      
      * Add a comment about keeping middleware and dev client in sync
      
      * Remove es6 features from webpack dev client
      
      * Make open-in-editor functionality to work with new iframe script
      
      * Rename `openInEditor` to `editorHandler`
       -  Remove indirection of openInEditorListener
       -  Check editorHandler for null before styling error clickable
      
      * Fix flow errors
      00ed100b
    • Jonny Buchanan's avatar
  9. 05 Oct, 2017 1 commit
  10. 03 Oct, 2017 4 commits
  11. 29 Sep, 2017 4 commits
  12. 27 Sep, 2017 3 commits
  13. 26 Sep, 2017 1 commit
  14. 22 Sep, 2017 2 commits
  15. 20 Sep, 2017 2 commits
  16. 16 Sep, 2017 2 commits
  17. 13 Sep, 2017 1 commit
    • David Leger's avatar
      Resolved issue #2971 (#2989) · 206f9e84
      David Leger authored
      * Resolved issue #2971
      
      - changed h2 to h1 in template to adhere to accessibility guidelines.
      - Added h1 styles to maintain same font size.
      
      * Added header tag to template
      
      Corrected templete to use semantically correct header tag for header instead of div
      
      * Added className for App-title
      
      - Added className="App-title" to h1 tag
      - Changed CSS selector to target class instead of element
      206f9e84