[PR #5401] [MERGED] Refactor heatmap to vue component #17784

Closed
opened 2025-11-02 15:45:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5401
Author: @lafriks
Created: 11/26/2018
Status: Merged
Merged: 11/27/2018
Merged by: @jonasfranz

Base: masterHead: feat/vue-heatmap


📝 Commits (2)

  • 213f205 Refactor heatmap to vue component
  • e5f77f7 Merge branch 'master' into feat/vue-heatmap

📊 Changes

18 files changed (+258 additions, -384 deletions)

View changed files

📝 custom/conf/app.ini.sample (+0 -2)
📝 modules/setting/setting.go (+0 -2)
📝 modules/templates/helper.go (+0 -3)
📝 public/css/index.css (+1 -1)
📝 public/css/theme-arc-green.css (+1 -1)
📝 public/js/index.js (+90 -0)
📝 public/less/_base.less (+24 -0)
📝 public/less/themes/arc-green.less (+4 -0)
📝 public/vendor/librejs.html (+3 -8)
public/vendor/plugins/calendar-heatmap/calendar-heatmap.css (+0 -27)
public/vendor/plugins/calendar-heatmap/calendar-heatmap.js (+0 -311)
public/vendor/plugins/d3/d3.v4.min.js (+0 -2)
public/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.browser.js (+1 -0)
public/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.css (+112 -0)
📝 templates/base/footer.tmpl (+7 -22)
📝 templates/base/head.tmpl (+1 -1)
📝 templates/user/dashboard/dashboard.tmpl (+7 -2)
📝 templates/user/profile.tmpl (+7 -2)

📄 Description

Looks about the same but fixes problems reported in #5191. Also removed setting for range color and instead moved it to less/css so that colors can be specified in theme css


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5401 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 11/26/2018 **Status:** ✅ Merged **Merged:** 11/27/2018 **Merged by:** [@jonasfranz](https://github.com/jonasfranz) **Base:** `master` ← **Head:** `feat/vue-heatmap` --- ### 📝 Commits (2) - [`213f205`](https://github.com/go-gitea/gitea/commit/213f2057acc59c3362f9b8c02207004346ae6a88) Refactor heatmap to vue component - [`e5f77f7`](https://github.com/go-gitea/gitea/commit/e5f77f755b37caf8718827e20852f5795faf002e) Merge branch 'master' into feat/vue-heatmap ### 📊 Changes **18 files changed** (+258 additions, -384 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+0 -2) 📝 `modules/setting/setting.go` (+0 -2) 📝 `modules/templates/helper.go` (+0 -3) 📝 `public/css/index.css` (+1 -1) 📝 `public/css/theme-arc-green.css` (+1 -1) 📝 `public/js/index.js` (+90 -0) 📝 `public/less/_base.less` (+24 -0) 📝 `public/less/themes/arc-green.less` (+4 -0) 📝 `public/vendor/librejs.html` (+3 -8) ➖ `public/vendor/plugins/calendar-heatmap/calendar-heatmap.css` (+0 -27) ➖ `public/vendor/plugins/calendar-heatmap/calendar-heatmap.js` (+0 -311) ➖ `public/vendor/plugins/d3/d3.v4.min.js` (+0 -2) ➕ `public/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.browser.js` (+1 -0) ➕ `public/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.css` (+112 -0) 📝 `templates/base/footer.tmpl` (+7 -22) 📝 `templates/base/head.tmpl` (+1 -1) 📝 `templates/user/dashboard/dashboard.tmpl` (+7 -2) 📝 `templates/user/profile.tmpl` (+7 -2) </details> ### 📄 Description Looks about the same but fixes problems reported in #5191. Also removed setting for range color and instead moved it to less/css so that colors can be specified in theme css --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 15:45:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17784