1. 07 9月, 2018 10 次提交
  2. 08 8月, 2018 3 次提交
  3. 11 7月, 2018 2 次提交
  4. 10 7月, 2018 1 次提交
    • F
      Fixes toggle discussion button not expanding collapsed discussions · ac71675d
      Filipa Lacerda 提交于
      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
  5. 09 7月, 2018 1 次提交
  6. 29 6月, 2018 1 次提交
  7. 27 6月, 2018 1 次提交
  8. 21 6月, 2018 1 次提交