1. 18 Jun, 2019 3 commits
    • JC Brand's avatar
      Bugfix. Properly insert error messages and spinner · 6a419cc1
      JC Brand authored
      now that messages appear in reverse order due to flexbox
      6a419cc1
    • JC Brand's avatar
      Trying to fix failing test on travis · 1879c18c
      JC Brand authored
      1879c18c
    • JC Brand's avatar
      Use flexbox to keep the chat scrolled down · dd91d3cc
      JC Brand authored
      By using `display: flex` and `flex-direction: column-reverse`, the chat
      now automatically scrolls down when loaded, without requiring any
      extra JavaScript.
      
      We still need to scroll down with JavaScript when sending a message.
      
      By using `column-reverse`, the messages container now works in reverse.
      So the newest message is the first element in the container and the
      oldest message is the last. This is the reverse of before.
      
      Due to this, this change will likely break some plugins.
      dd91d3cc
  2. 17 Jun, 2019 3 commits
  3. 16 Jun, 2019 3 commits
  4. 14 Jun, 2019 5 commits
  5. 13 Jun, 2019 5 commits
  6. 12 Jun, 2019 9 commits
  7. 11 Jun, 2019 5 commits
  8. 06 Jun, 2019 3 commits
  9. 05 Jun, 2019 4 commits