1. 12 10月, 2018 1 次提交
  2. 04 10月, 2018 1 次提交
  3. 20 9月, 2018 1 次提交
    • M
      Resolve eslint-plugin-vue errors · f829b181
      Mike Greiling 提交于
      The eslint-plugin-vue upgrade had some breaking changes to
      vue/attribute-order which needed to be resolved in order to avoid
      disabling the rule entirely
      f829b181
  4. 31 7月, 2018 1 次提交
  5. 30 7月, 2018 1 次提交
  6. 17 7月, 2018 1 次提交
  7. 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
  8. 09 7月, 2018 1 次提交
  9. 05 7月, 2018 1 次提交
  10. 30 6月, 2018 2 次提交
  11. 21 6月, 2018 1 次提交