1. 09 4月, 2018 1 次提交
  2. 07 4月, 2018 4 次提交
  3. 05 4月, 2018 1 次提交
  4. 04 4月, 2018 1 次提交
  5. 02 4月, 2018 1 次提交
  6. 30 3月, 2018 1 次提交
  7. 29 3月, 2018 1 次提交
  8. 28 3月, 2018 6 次提交
  9. 27 3月, 2018 3 次提交
  10. 23 3月, 2018 3 次提交
  11. 22 3月, 2018 5 次提交
  12. 21 3月, 2018 3 次提交
  13. 20 3月, 2018 4 次提交
    • P
      fixed SCSS lint · 82dbb903
      Phil Hughes 提交于
      82dbb903
    • P
      Move IDE to CE · f527e6e1
      Phil Hughes 提交于
      This also makes the IDE generally available
      f527e6e1
    • S
      Show Ajax requests in performance bar · a200619d
      Sean McGivern 提交于
      But first, rewrite the performance bar in Vue:
      
      1. Remove the peek-host gem and replace it with existing code. This also allows
         us to include the host in the JSON response, rather than in the page HTML.
      2. Leave the line profiler parts as here-be-dragons: nicer would be a separate
         endpoint for these, so we could use them on Ajax requests too.
      3. The performance bar is too fiddly to rewrite right now, so apply the same
         logic to that.
      
      Then, add features! All requests made through Axios are able to be tracked. To
      keep a lid on memory usage, only the first two requests for a given URL are
      tracked, though. Each request that's tracked has the same data as the initial
      page load, with the exception of the performance bar and the line profiler, as
      explained above.
      a200619d
    • T
      Clean up selectors in framework/header.scss · 3c1a9307
      Takuya Noguchi 提交于
      3c1a9307
  14. 19 3月, 2018 1 次提交
  15. 18 3月, 2018 1 次提交
  16. 14 3月, 2018 1 次提交
    • P
      removed useless v-if · 68634383
      Phil Hughes 提交于
      removed pointless test & changed some deployment tests to make more sense
      added in v-tooltip
      68634383
  17. 13 3月, 2018 3 次提交