[PR #8179] [MERGED] Closes #8089: Color names #13326

Closed
opened 2025-12-29 22:26:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8179
Author: @jeremystretch
Created: 12/29/2021
Status: Merged
Merged: 12/29/2021
Merged by: @jeremystretch

Base: featureHead: 8089-choice-colors


📝 Commits (8)

  • 908a282 Reduce saturation of 'info' theme color
  • 542534a Add direct link to preferences in user menu
  • 1987647 Closes #8175: Display parent object when attaching an image
  • 35e346c Fix circuit termination button style
  • 7b66dae Merge branch 'develop' into feature
  • a0d6cb1 Simplify theme color palette
  • b3ea007 Update ChoiceSets to use base colors
  • b60ace8 Update documentation for FIELD_CHOICES

📊 Changes

17 files changed (+216 additions, -244 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+20 -4)
📝 docs/release-notes/version-3.1.md (+1 -0)
📝 netbox/circuits/choices.py (+6 -6)
📝 netbox/dcim/choices.py (+26 -26)
📝 netbox/extras/choices.py (+12 -12)
📝 netbox/extras/views.py (+1 -0)
📝 netbox/ipam/choices.py (+23 -23)
📝 netbox/project-static/dist/netbox-dark.css (+1 -1)
📝 netbox/project-static/dist/netbox-light.css (+1 -1)
📝 netbox/project-static/dist/netbox-print.css (+1 -1)
📝 netbox/project-static/styles/theme-base.scss (+0 -89)
📝 netbox/project-static/styles/theme-dark.scss (+13 -6)
📝 netbox/project-static/styles/theme-light.scss (+35 -15)
📝 netbox/templates/circuits/inc/circuit_termination.html (+1 -1)
netbox/templates/extras/imageattachment_edit.html (+16 -0)
📝 netbox/templates/inc/profile_button.html (+53 -53)
📝 netbox/virtualization/choices.py (+6 -6)

📄 Description

Closes: #8089

  • Remove unused color variations from CSS
  • Update ChoiceSets to reference base colors (instead of BS5 themes)

🔄 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/netbox-community/netbox/pull/8179 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/29/2021 **Status:** ✅ Merged **Merged:** 12/29/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `8089-choice-colors` --- ### 📝 Commits (8) - [`908a282`](https://github.com/netbox-community/netbox/commit/908a2824bafddaca077ed9a6e515faea80b1eed7) Reduce saturation of 'info' theme color - [`542534a`](https://github.com/netbox-community/netbox/commit/542534aeba65077d3c360f6ea07df0800aedabca) Add direct link to preferences in user menu - [`1987647`](https://github.com/netbox-community/netbox/commit/1987647cc382e3f2274d1f65d086b18dd08917b1) Closes #8175: Display parent object when attaching an image - [`35e346c`](https://github.com/netbox-community/netbox/commit/35e346c4b97ab4142573c2dd1eb2fb164de10b85) Fix circuit termination button style - [`7b66dae`](https://github.com/netbox-community/netbox/commit/7b66dae2f0fff4b925d0abf0f789492d286befe1) Merge branch 'develop' into feature - [`a0d6cb1`](https://github.com/netbox-community/netbox/commit/a0d6cb1fd30afb1fabb16ff40b6ae0bb5c5e98c1) Simplify theme color palette - [`b3ea007`](https://github.com/netbox-community/netbox/commit/b3ea007e0a286ad414162a53b10dc248e134723f) Update ChoiceSets to use base colors - [`b60ace8`](https://github.com/netbox-community/netbox/commit/b60ace80be3896966005b03ce93641afd20851b5) Update documentation for FIELD_CHOICES ### 📊 Changes **17 files changed** (+216 additions, -244 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+20 -4) 📝 `docs/release-notes/version-3.1.md` (+1 -0) 📝 `netbox/circuits/choices.py` (+6 -6) 📝 `netbox/dcim/choices.py` (+26 -26) 📝 `netbox/extras/choices.py` (+12 -12) 📝 `netbox/extras/views.py` (+1 -0) 📝 `netbox/ipam/choices.py` (+23 -23) 📝 `netbox/project-static/dist/netbox-dark.css` (+1 -1) 📝 `netbox/project-static/dist/netbox-light.css` (+1 -1) 📝 `netbox/project-static/dist/netbox-print.css` (+1 -1) 📝 `netbox/project-static/styles/theme-base.scss` (+0 -89) 📝 `netbox/project-static/styles/theme-dark.scss` (+13 -6) 📝 `netbox/project-static/styles/theme-light.scss` (+35 -15) 📝 `netbox/templates/circuits/inc/circuit_termination.html` (+1 -1) ➕ `netbox/templates/extras/imageattachment_edit.html` (+16 -0) 📝 `netbox/templates/inc/profile_button.html` (+53 -53) 📝 `netbox/virtualization/choices.py` (+6 -6) </details> ### 📄 Description ### Closes: #8089 - Remove unused color variations from CSS - Update ChoiceSets to reference base colors (instead of BS5 themes) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:26:47 +01:00
adam closed this issue 2025-12-29 22:26:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13326