summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/user_tabs.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-158/+0
* Remove turbolinks.Bryce Johnson2017-02-021-1/+0
* resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-131-1/+2
* convert activities.js to es6 class syntaxMike Greiling2016-11-201-1/+1
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-061-8/+3
* Remove unneeded semicolon.Bryce Johnson2016-10-051-1/+1
* Set defaults in constructor, in case opts are undefined.Bryce Johnson2016-10-051-3/+3
* Make use of destructuring options, clean up based on feedback.Bryce Johnson2016-10-051-12/+14
* Use parentheses in IFFE's as per AirBnb styleguide.Bryce Johnson2016-10-051-1/+1
* Refactor UserTabs to ES6.Bryce Johnson2016-10-051-0/+160