An error occurred fetching the project authors.
  1. 07 Aug, 2018 1 commit
    • Phil Hughes's avatar
      Web IDE & CodeSandbox · 7b4b9e1c
      Phil Hughes authored
      This enables JavaScripts projects to have live previews straight in the
      browser without requiring any local configuration. This uses the
      CodeSandbox package `sandpack` to compile it all inside of an iframe.
      
      This feature is off by default and can be toggled on in the admin
      settings. Only projects with a `package.json` and a `main` key are
      supported.
      
      Updates happen in real-time with hot-reloading. We just watch for
      changes to files and then send them to `sandpack` to allow it to reload
      the iframe. The iframe includes a very simple navigation bar, the text
      bar is `readonly` to stop users navigating away from the preview and
      the back and forward buttons just pop/splice the navigation stack
      which is tracked by a listener on `sandpack`
      
      There is a button inside the iframe which allows the user to open the
      projects inside of CodeSandbox. This button is only visible on
      **public** projects. On private or internal projects this button
      get hidden to protect private code being leaked into an external
      public URL.
      
      Closes #47268
      7b4b9e1c
  2. 30 Jul, 2018 1 commit
  3. 11 Jul, 2018 1 commit
  4. 27 Jun, 2018 1 commit
  5. 29 May, 2018 1 commit
  6. 24 May, 2018 1 commit
  7. 04 May, 2018 1 commit
  8. 03 May, 2018 1 commit
  9. 26 Apr, 2018 1 commit
  10. 20 Apr, 2018 2 commits
  11. 18 Apr, 2018 1 commit
  12. 16 Apr, 2018 2 commits
  13. 28 Mar, 2018 3 commits
  14. 22 Mar, 2018 1 commit
  15. 20 Mar, 2018 1 commit
  16. 02 Mar, 2018 1 commit
  17. 04 Jan, 2018 1 commit
  18. 21 Dec, 2017 1 commit
  19. 06 Nov, 2017 1 commit
  20. 30 Oct, 2017 1 commit
  21. 27 Oct, 2017 1 commit
  22. 26 Oct, 2017 3 commits