- 27 Aug, 2018 1 commit
-
-
Tiago Botelho authored
-
- 10 Jul, 2018 1 commit
-
-
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
-
- 09 Jul, 2018 1 commit
-
-
Tim Zallmann authored
This updates only the actual new discussion and not the full tree , which leads to a very costly full rerender
-
- 29 Jun, 2018 1 commit
-
-
Fatih Acet authored
-
- 21 Jun, 2018 1 commit
-
-
Felipe Artur authored
-
- 29 May, 2018 1 commit
-
-
Lukas Eipert authored
-
- 23 Apr, 2018 1 commit
-
-
Mike Greiling authored
-
- 16 Mar, 2018 1 commit
-
-
Fatih Acet authored
-
- 12 Mar, 2018 2 commits
-
-
Filipa Lacerda authored
-
Phil Hughes authored
added spec for polling
-
- 09 Mar, 2018 2 commits
-
-
Mike Greiling authored
-
Phil Hughes authored
Closes #44099
-
- 28 Feb, 2018 1 commit
-
-
Fatih Acet authored
-
- 12 Feb, 2018 1 commit
-
-
Filipa Lacerda authored
Add loading button for better UX
-
- 09 Feb, 2018 1 commit
-
-
Filipa Lacerda authored
-
- 30 Nov, 2017 1 commit
-
-
Simon Knox authored
-
- 10 Oct, 2017 1 commit
-
-
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.
-
- 22 Sep, 2017 1 commit
-
-
Fatih Acet authored
-
- 09 Sep, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 22 Aug, 2017 3 commits
-
-
Fatih Acet authored
-
Fatih Acet authored
-
Fatih Acet authored
-
- 21 Aug, 2017 1 commit
-
-
Fatih Acet authored
-
- 18 Aug, 2017 1 commit
-
-
Fatih Acet authored
-
- 11 Aug, 2017 1 commit
-
-
Filipa Lacerda authored
Put back deleted tests
-
- 08 Aug, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 07 Aug, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 02 Aug, 2017 3 commits
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
- 28 Jul, 2017 2 commits
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
- 27 Jul, 2017 1 commit
-
-
Filipa Lacerda authored
[ci skip] Add issue data and notes data provided through haml to the store to stop querying the DOM everywhere
-
- 26 Jul, 2017 2 commits
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
- 25 Jul, 2017 1 commit
-
-
Filipa Lacerda authored
Use constants for mutation types as per vuex docs
-