1. 15 8月, 2018 3 次提交
  2. 14 8月, 2018 1 次提交
  3. 13 8月, 2018 3 次提交
  4. 11 8月, 2018 1 次提交
  5. 10 8月, 2018 1 次提交
  6. 09 8月, 2018 1 次提交
  7. 08 8月, 2018 1 次提交
  8. 07 8月, 2018 6 次提交
    • L
      regenerate .pot · c22bff82
      Luke Bennett 提交于
      c22bff82
    • P
      Create Web IDE MR and branch picker · 0d6e50d5
      Paul Slaughter 提交于
      0d6e50d5
    • 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
    • P
      Web IDE context header redesign · db739548
      Paul Slaughter 提交于
      db739548
    • D
      efec7e08
    • M
      e3127132
  9. 06 8月, 2018 1 次提交
  10. 04 8月, 2018 3 次提交
  11. 03 8月, 2018 1 次提交
  12. 02 8月, 2018 2 次提交
  13. 01 8月, 2018 2 次提交
  14. 31 7月, 2018 5 次提交
  15. 30 7月, 2018 3 次提交
  16. 27 7月, 2018 1 次提交
  17. 26 7月, 2018 2 次提交
  18. 23 7月, 2018 2 次提交
  19. 18 7月, 2018 1 次提交