summaryrefslogtreecommitdiffstats
path: root/web_src/js/features/userheatmap.js
Commit message (Collapse)AuthorAgeFilesLines
* Migrate ActivityHeatmap to Vue SFC (#10953)Gary Kim2020-04-061-92/+4
| | | | | | | | | | | | | | | * Migrate ActivityHeatmap to Vue SFC Signed-off-by: Gary Kim <gary@garykim.dev> * Readd vue compiler alias Signed-off-by: Gary Kim <gary@garykim.dev> * Remove unneeded use of v-html Signed-off-by: Gary Kim <gary@garykim.dev> Co-authored-by: zeripath <art27@cantab.net>
* Misc JS linting and naming tweaks (#10652)silverwind2020-03-111-0/+98
- lowercase all js filenames except Vue components - enable new lint rules, mostly focused on shorter code - autofix new lint violations - apply misc transformations indexOf -> includes and onevent-> addEventListener Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>