1. 13 3月, 2020 1 次提交
  2. 16 2月, 2020 1 次提交
  3. 06 1月, 2020 1 次提交
  4. 08 2月, 2019 1 次提交
  5. 15 1月, 2019 1 次提交
  6. 06 12月, 2018 1 次提交
  7. 27 11月, 2018 1 次提交
  8. 10 10月, 2018 1 次提交
  9. 27 9月, 2018 1 次提交
  10. 25 9月, 2018 1 次提交
  11. 07 8月, 2018 1 次提交
    • P
      Web IDE & CodeSandbox · 7b4b9e1c
      Phil Hughes 提交于
      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
  12. 06 6月, 2018 2 次提交
  13. 29 5月, 2018 2 次提交
  14. 05 5月, 2018 1 次提交
  15. 04 5月, 2018 1 次提交
  16. 26 4月, 2018 1 次提交
  17. 18 4月, 2018 1 次提交
    • P
      moved CSS out of the components · 8de5cea0
      Phil Hughes 提交于
      hooked up commit section to activity bar
      fixed commit section SVGs not loading
      added the different theme defintions to the activity bar
      8de5cea0
  18. 20 3月, 2018 1 次提交
  19. 02 3月, 2018 1 次提交
  20. 06 1月, 2018 2 次提交
  21. 04 1月, 2018 1 次提交
  22. 21 12月, 2017 1 次提交