summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff_notes/components
Commit message (Expand)AuthorAgeFilesLines
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-2/+2
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-135-5/+25
* Issue board spec fixesPhil Hughes2016-11-101-1/+1
* Fixed up resolve discussionsPhil Hughes2016-11-104-9/+22
* Migrate Vue v1 to v2.Fatih Acet2016-11-102-4/+4
* disable ESLint for all JavaScript fileswinniehell2016-10-265-0/+5
* Pass the full project path for resolve buttonsPhil Hughes2016-09-212-11/+3
* Fix jumping between discussions on changes tabDouwe Maan2016-08-181-0/+1
* Fix bug causing “Jump to discussion” button not to showDouwe Maan2016-08-182-11/+7
* Function should return a boolean.Connor Shea2016-08-171-1/+1
* Forgot another one.Connor Shea2016-08-171-0/+2
* Fix more incomplete if/else statements.Connor Shea2016-08-172-0/+8
* Remove non-standard VueJS files from vendor.Connor Shea2016-08-171-0/+2
* Add return statements for if statements that were missing them.Connor Shea2016-08-171-0/+4
* Resolve feedback.Connor Shea2016-08-151-6/+5
* Don’t show “Resolve discussion” for non-author/membersDouwe Maan2016-08-122-4/+11
* Fix a bug and a test.Connor Shea2016-08-101-4/+6
* If the next discussion is closed, toggle it open.Connor Shea2016-08-091-0/+6
* Implement Jump behavior for Changes tabDouwe Maan2016-08-042-24/+124
* Jumps between discussions on the changes tabPhil Hughes2016-08-041-25/+21
* Comment & resolve button no longer looks for can-resolve attributePhil Hughes2016-08-045-61/+44
* Moved update headline HTML into discussion modelPhil Hughes2016-08-011-2/+5
* Updated method name to be more descriptivePhil Hughes2016-08-011-1/+1
* Unminified versions of vue & vue-resourcePhil Hughes2016-08-011-2/+5
* Updated issues with jump tp buttonPhil Hughes2016-08-015-45/+62
* File renamePhil Hughes2016-07-291-0/+0
* Added tests for hidden jump to buttonPhil Hughes2016-07-292-1/+3
* Hides jump to next button if only one discussion visiblePhil Hughes2016-07-291-0/+7
* Added JS spec tests for CommentsStorePhil Hughes2016-07-291-3/+25
* Correctly cycles the unresolved discussionsPhil Hughes2016-07-292-3/+17
* Fixed failing testsPhil Hughes2016-07-292-5/+3
* Moved most of the data handling into discussion & notes modelsPhil Hughes2016-07-295-58/+42
* Don’t depend on unique class.Douwe Maan2016-07-281-1/+1
* Moved the parentheses outside to make Babel happyPhil Hughes2016-07-285-5/+5
* Updates the text above discussions when resolving notes & discussionsPhil Hughes2016-07-271-0/+2
* Added tests for resolving comments featurePhil Hughes2016-07-272-7/+2
* Added jump tp next discussion buttonPhil Hughes2016-07-271-11/+50
* Added jump to next discussion buttonPhil Hughes2016-07-262-3/+38
* Variables renamesPhil Hughes2016-07-263-8/+8
* Comment & resolve button text is done through VueJSPhil Hughes2016-07-262-1/+32
* Shows tooltip for resolved even if user cant resolve commentsPhil Hughes2016-07-261-13/+9
* Added resolved by users name into tooltipPhil Hughes2016-07-262-11/+24
* Added ability to toggle resolving by commentingPhil Hughes2016-07-261-9/+1
* Correctly resolves/unresolves discussionsPhil Hughes2016-07-263-0/+163