1. 17 Jun, 2021 2 commits
    • Phil Hughes's avatar
      894b6fe1
    • Phil Hughes's avatar
      Created pre-renderer and scroller sync · 6783350d
      Phil Hughes authored
      The pre-renderer pre-renders the diff files one by one to catch
      the sizes of the diff file.
      This is important for when we want to scroll to a set index
      as without this the virtual scroller will try to calculate the sizes of each
      one before the specified index which can lock the page.
      
      The scroll sync component is used to sync up virtual scroller
      scroll to index with whatever diff file the user wants to be viewing.
      
      There will still be some lock-ups and maybe some slowness at certain
      points, but in order to get over them hurdles we need to improve
      the individual diff file components.
      6783350d
  2. 16 Jun, 2021 37 commits
  3. 15 Jun, 2021 1 commit