[PR #5165] [MERGED] Set heatmap color range configurable #17674

Closed
opened 2025-11-02 14:56:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5165
Author: @sapk
Created: 10/24/2018
Status: Merged
Merged: 10/24/2018
Merged by: @jonasfranz

Base: masterHead: custom-heatmap-color-range


📝 Commits (1)

  • 798f258 Set heatmap color range configurable

📊 Changes

4 files changed (+8 additions, -1 deletions)

View changed files

📝 custom/conf/app.ini.sample (+2 -0)
📝 modules/setting/setting.go (+2 -0)
📝 modules/templates/helper.go (+3 -0)
📝 templates/base/footer.tmpl (+1 -1)

📄 Description

Should fix #5164 by allowing the customization of the color range along theming

Suggestion to use with arc-green theme : ['#2d303b', '#80bb46']
image


🔄 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/5165 **Author:** [@sapk](https://github.com/sapk) **Created:** 10/24/2018 **Status:** ✅ Merged **Merged:** 10/24/2018 **Merged by:** [@jonasfranz](https://github.com/jonasfranz) **Base:** `master` ← **Head:** `custom-heatmap-color-range` --- ### 📝 Commits (1) - [`798f258`](https://github.com/go-gitea/gitea/commit/798f258532e74c55c302f3de8880e7c404ea1382) Set heatmap color range configurable ### 📊 Changes **4 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -0) 📝 `modules/setting/setting.go` (+2 -0) 📝 `modules/templates/helper.go` (+3 -0) 📝 `templates/base/footer.tmpl` (+1 -1) </details> ### 📄 Description Should fix #5164 by allowing the customization of the color range along theming Suggestion to use with arc-green theme : `['#2d303b', '#80bb46']` ![image](https://user-images.githubusercontent.com/4052400/47437494-0057d080-d7a9-11e8-9f16-5c4697b606bd.png) --- <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 14:56:08 -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#17674