summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff_notes/stores
Commit message (Collapse)AuthorAgeFilesLines
* Remove IIFEs from diff_notes_bundle.jsremove-iife-diff-notes-bundleAlfredo Sumaran2017-04-171-46/+44
|
* remove Vue from the global spaceMike Greiling2017-03-201-1/+2
|
* Added discussion comments avatars to diffPhil Hughes2017-03-081-3/+3
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+0
|
* resolve all prefer-const eslint violationsMike Greiling2017-01-181-2/+2
|
* expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling2016-12-131-1/+4
| | | | when no-undef encountered
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Don’t show “Resolve discussion” for non-author/membersDouwe Maan2016-08-121-1/+10
|
* Jumps between discussions on the changes tabPhil Hughes2016-08-041-0/+13
| | | | Ordered the jump to discussion by order in the DOM
* Comment & resolve button no longer looks for can-resolve attributePhil Hughes2016-08-041-5/+2
| | | | Fixed some bugs when removing notes
* Updated issues with jump tp buttonPhil Hughes2016-08-011-5/+8
| | | | Fixed styling bugs
* Fixed failing testsPhil Hughes2016-07-291-3/+0
|
* Moved most of the data handling into discussion & notes modelsPhil Hughes2016-07-291-37/+12
| | | | | Reduced some duplicated code with compiling components Fixed bug with resolve button tooltip not updating after resolving discussion
* Moved the parentheses outside to make Babel happyPhil Hughes2016-07-281-1/+1
|
* Added tests for resolving comments featurePhil Hughes2016-07-271-1/+2
|
* Added resolved by users name into tooltipPhil Hughes2016-07-261-7/+8
|
* Added ability to toggle resolving by commentingPhil Hughes2016-07-261-2/+11
|
* Correctly resolves/unresolves discussionsPhil Hughes2016-07-261-0/+48