]> source.dussan.org Git - gitea.git/commit
Refactor heatmap to vue component (#5401)
authorLauris BH <lauris@nix.lv>
Tue, 27 Nov 2018 09:36:54 +0000 (11:36 +0200)
committerJonas Franz <info@jonasfranz.software>
Tue, 27 Nov 2018 09:36:54 +0000 (10:36 +0100)
commite09fe487734238708c2f9fc7c47dbb2132250400
treebd302a98f3badfe9e2b74283e2d068bfd92bb5f8
parentc03a9b3e422ded9d8200a83b94ab56ddb4740d94
Refactor heatmap to vue component (#5401)
18 files changed:
custom/conf/app.ini.sample
modules/setting/setting.go
modules/templates/helper.go
public/css/index.css
public/css/theme-arc-green.css
public/js/index.js
public/less/_base.less
public/less/themes/arc-green.less
public/vendor/librejs.html
public/vendor/plugins/calendar-heatmap/calendar-heatmap.css [deleted file]
public/vendor/plugins/calendar-heatmap/calendar-heatmap.js [deleted file]
public/vendor/plugins/d3/d3.v4.min.js [deleted file]
public/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.browser.js [new file with mode: 0644]
public/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.css [new file with mode: 0644]
templates/base/footer.tmpl
templates/base/head.tmpl
templates/user/dashboard/dashboard.tmpl
templates/user/profile.tmpl