1. 29 Jul, 2019 1 commit
    • Robert Knight's avatar
      Simplify root thread generation in top-level UI components · 1fb8488c
      Robert Knight authored
      Since an Angular digest cycle is triggered whenever Redux store state
      changes, we can simplify the top-level component controllers in the UI
      by making `vm.rootThread` a method which generates the top-level thread
      when called.
      
      Since `rootThread.thread` memoizes based its input, thread recalculation
      won't happen more often than necessary.
      
      This change should also make it easier to migrate these components to
      Preact/React in future.
      1fb8488c
  2. 26 Jul, 2019 6 commits
  3. 25 Jul, 2019 3 commits
  4. 24 Jul, 2019 13 commits
  5. 23 Jul, 2019 1 commit
  6. 22 Jul, 2019 16 commits