1. 28 Oct, 2017 5 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
  18. 12 Sep, 2017 1 commit
  19. 11 Sep, 2017 2 commits
    • Luca's avatar
      Updated react-error-overlay to latest Flow (0.54.0) (#3065) · eed708a8
      Luca authored
      * Updated react-error-overlay to latest Flow (0.54.0)
      
      * Revert "Updated react-error-overlay to latest Flow (0.54.0)"
      
      This reverts commit 6deaffbd.
      
      * Fixed unit tests.
      
      * Updated code as per code review.
      
      * Fixed code as per code review.
      
      * Updated the code as per review.
      eed708a8
    • gulderov's avatar
      Auto-detect running editor on Linux for error overlay (#3077) · 1faee66a
      gulderov authored
      * Auto-detect running editor on Linux for error overlay
      
      Basic support of auto detecting running editor for #2636.
      Tested on Ubuntu 16.04.
      It detects few editors. JetBrains products should start by
      wrapper like /usr/local/bin/webstorm. Otherwise it takes a
      lot of time to open editor.
      
      * Comments fixed.
      
      * List all processes owned by you
      
      * Comment rewording
      1faee66a