1. 27 Aug, 2018 1 commit
  2. 10 Jul, 2018 1 commit
    • Filipa Lacerda's avatar
      Fixes toggle discussion button not expanding collapsed discussions · ac71675d
      Filipa Lacerda authored
      Discussions were being toggled by jquery DOM querying them and toggling
      visibility but in vue, only the open discussions will be in the DOM
      Fix includes:
       - Adds a getter to the store to get the expanded discussions
       - Adds an action to collapse a discussion
       - When the user clicks the button, all data needed is now accessible
         through a getter and we can dispatch an action to toggle the discussion
         within the state, instead of showing/hiding with jQuery
       - Removes hardcoded properties
      
      Resolves #48237
      ac71675d
  3. 09 Jul, 2018 1 commit
  4. 29 Jun, 2018 1 commit
  5. 21 Jun, 2018 1 commit
  6. 29 May, 2018 1 commit
  7. 23 Apr, 2018 1 commit
  8. 16 Mar, 2018 1 commit
  9. 12 Mar, 2018 2 commits
  10. 09 Mar, 2018 2 commits
  11. 28 Feb, 2018 1 commit
  12. 12 Feb, 2018 1 commit
  13. 09 Feb, 2018 1 commit
  14. 30 Nov, 2017 1 commit
  15. 10 Oct, 2017 1 commit
    • Phil Hughes's avatar
      Flash is now a ES6 module · fa2af5e0
      Phil Hughes authored
      Reduced the technical debt around our JS flash function by making it a
      module that is imported rather than relying on the global function.
      The global function still exists mainly for technical debt with how
      some requests are being completed, but new JS should import the module
      directly.
      
      Also reduces some tech debt in the file by removing the need for jQuery.
      Instead Flash is now 100% vanilla JS.
      fa2af5e0
  16. 22 Sep, 2017 1 commit
  17. 09 Sep, 2017 1 commit
  18. 22 Aug, 2017 3 commits
  19. 21 Aug, 2017 1 commit
  20. 18 Aug, 2017 1 commit
  21. 11 Aug, 2017 1 commit
  22. 08 Aug, 2017 1 commit
  23. 07 Aug, 2017 1 commit
  24. 02 Aug, 2017 3 commits
  25. 28 Jul, 2017 2 commits
  26. 27 Jul, 2017 1 commit
  27. 26 Jul, 2017 2 commits
  28. 25 Jul, 2017 1 commit