1. 04 Dec, 2018 1 commit
  2. 03 Dec, 2018 16 commits
  3. 30 Nov, 2018 18 commits
  4. 29 Nov, 2018 5 commits
    • Fix other misspell issues · e4771a88
      See,
      $ find . -type f | xargs misspell -locale US | grep -vi -e vendor -e node_modules -e devenv -e unknwon -e destory -e yarn -e adn -e Spindel
      Mario Trangoni committed
    • docs/*: Fix misspell issues · 5d60d323
      See,
      $ find . -type f | xargs misspell -locale US | grep -vi -e vendor -e node_modules -e devenv -e unknwon | grep docs
      Mario Trangoni committed
    • CHANGELOG.md: Fix misspell issues · 9c1b4793
      See,
      $ find . -type f | xargs misspell -locale US | grep -v -e vendor -e node_modules -e devenv | grep CHANGELOG.md
      ./CHANGELOG.md:163:60: "organisation" is a misspelling of "organization"
      ./CHANGELOG.md:286:13: "Litre" is a misspelling of "Liter"
      ./CHANGELOG.md:394:163: "Spindel" is a misspelling of "Spindle"
      ./CHANGELOG.md:421:51: "metre" is a misspelling of "meter"
      ./CHANGELOG.md:738:73: "dashboad" is a misspelling of "dashboard"
      ./CHANGELOG.md:903:18: "organisation" is a misspelling of "organization"
      ./CHANGELOG.md:1031:48: "organisation" is a misspelling of "organization"
      ./CHANGELOG.md:1170:51: "cancelled" is a misspelling of "canceled"
      ./CHANGELOG.md:1874:97: "muliple" is a misspelling of "multiple"
      ./CHANGELOG.md:1909:60: "fullscren" is a misspelling of "fullscreen"
      Mario Trangoni committed
    • Explore: Logging render performance · ae26f712
      - moved from grid to flexbox
      - calculate Explore results only when query transactions change to prevent expensive re-renders
      - split up rendering of graph and log data
      - render log results in 2 stages
      David Kaltschmidt committed