summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff_notes
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-1311-13/+48
* Fixed resolved discussion timeago not renderingPhil Hughes2016-11-221-3/+6
* Issue board spec fixesPhil Hughes2016-11-101-1/+1
* Fixed jump to discussion button not showingPhil Hughes2016-11-101-1/+5
* Changed how resolving notes is renderedPhil Hughes2016-11-101-16/+22
* Fixed up resolve discussionsPhil Hughes2016-11-105-16/+30
* Migrate Vue v1 to v2.Fatih Acet2016-11-102-4/+4
* disable ESLint for all JavaScript fileswinniehell2016-10-2611-0/+11
* Pass the full project path for resolve buttonsPhil Hughes2016-09-214-33/+16
* 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-124-6/+27
* 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-044-28/+127
* Jumps between discussions on the changes tabPhil Hughes2016-08-042-25/+34
* Comment & resolve button no longer looks for can-resolve attributePhil Hughes2016-08-0410-81/+104
* Moved update headline HTML into discussion modelPhil Hughes2016-08-013-42/+45
* Moved method to compile components from window into diffnotesappPhil Hughes2016-08-011-9/+10
* Updated method name to be more descriptivePhil Hughes2016-08-012-5/+4
* Unminified versions of vue & vue-resourcePhil Hughes2016-08-011-2/+5
* Updated issues with jump tp buttonPhil Hughes2016-08-019-65/+97
* File renamePhil Hughes2016-07-291-0/+0
* Added tests for hidden jump to buttonPhil Hughes2016-07-293-10/+20
* Hides jump to next button if only one discussion visiblePhil Hughes2016-07-291-0/+7
* Added JS spec tests for CommentsStorePhil Hughes2016-07-292-3/+25
* Correctly cycles the unresolved discussionsPhil Hughes2016-07-295-7/+21
* Fixed failing testsPhil Hughes2016-07-297-18/+13
* Moved most of the data handling into discussion & notes modelsPhil Hughes2016-07-2910-111/+132
* Don’t depend on unique class.Douwe Maan2016-07-282-5/+5
* Moved the parentheses outside to make Babel happyPhil Hughes2016-07-288-8/+8
* Updates the text above discussions when resolving notes & discussionsPhil Hughes2016-07-272-0/+21
* Added tests for resolving comments featurePhil Hughes2016-07-274-9/+6
* 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-263-1/+33
* Shows tooltip for resolved even if user cant resolve commentsPhil Hughes2016-07-261-13/+9
* Added resolved by users name into tooltipPhil Hughes2016-07-264-20/+36
* Added ability to toggle resolving by commentingPhil Hughes2016-07-263-11/+31
* Correctly resolves/unresolves discussionsPhil Hughes2016-07-267-0/+303