1. 18 May, 2017 1 commit
    • Brian Vaughn's avatar
      Tweaked error overlay styles (pt2) (#2208) · 0681e245
      Brian Vaughn authored
      * Fixed several of the issues and nits from PR:
      
      * Moved margin between header and file name to header, so when content was scrolled, the header would remain more separate
      * Made build-time and runtime overlays better match
      * Secondary error <pre> style now uses yellow bg instead of red
      * 'Scrollable Header' (see above comment to why this is necessary) but I did increase the max-height from 35% to 50%.
      * Fixed header and 'X' button vertical alignment
      
      * Temporary stack margin fix
      
      * Move "N errors" to the top
      0681e245
  2. 17 May, 2017 1 commit
    • Brian Vaughn's avatar
      Tweaking error overlay styles (#2201) · 68f95d41
      Brian Vaughn authored
      * Tweaked overlay styles
      
      * Tweaked pre-style
      
      * Clicked to background overlay dismiss
      
      * Tidied up styles tobe more mobile Safari friendly
      
      * Re-enabled pre-wrap
      
      * Margin fixes
      
      * Base font-size 10 -> 11px
      
      * Error overlay is full-screen now based on feedback
      
      * Make "N errors on the page" visible again
      
      * Fix bottom margin of frame location and lack of tab nav
      
      * Add tooltip to close button
      
      * Bring compile error styles closer to runtime overlay
      
      * s/when/if/
      68f95d41
  3. 11 May, 2017 1 commit
  4. 10 May, 2017 1 commit
    • Joe Haddad's avatar
      Add `react-error-overlay` package (#2111) · 70768b32
      Joe Haddad authored
      * ༼ つ ◕_◕ ༽つ stack-frame-overlay
      
      * Fix linting
      
      * Remove auto overlay
      
      * Fix e2e
      
      * Pull in the rest
      
      * Appease flow
      
      * Correct dep
      
      * Remove old repo references
      
      * Check flow on test
      
      * Test overlay in e2e
      
      * Add cross env
      
      * Rename package
      
      * Make sure it gets built post-install
      
      * Update the README
      
      * Remove extra builds now that there's a postinstall script
      
      * Revert "Remove extra builds now that there's a postinstall script"
      
      This reverts commit 8bf601db.
      
      * Remove broken script
      
      * Fix some dev ergo
      70768b32