Skip to content
Snippets Groups Projects
  1. Aug 01, 2018
  2. Jul 31, 2018
  3. Jul 23, 2018
  4. Jul 17, 2018
  5. Jul 10, 2018
    • 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
      Unverified
      ac71675d
  6. Jul 06, 2018
  7. Jun 21, 2018
Loading