[PR #6324] [MERGED] Merge various UI fixes to feature #13116

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6324
Author: @thatmattlove
Created: 4/30/2021
Status: Merged
Merged: 4/30/2021
Merged by: @jeremystretch

Base: featureHead: feature-ui


📝 Commits (2)

  • aee09d9 general style improvements
  • 58e1a1f fix api select pagination

📊 Changes

11 files changed (+48 additions, -14 deletions)

View changed files

📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/dist/netbox.css.map (+1 -1)
📝 netbox/project-static/dist/netbox.js (+1 -1)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/dist/rack_elevation.css.map (+1 -1)
📝 netbox/project-static/netbox.scss (+24 -4)
📝 netbox/project-static/select.scss (+7 -0)
📝 netbox/project-static/src/select/api.ts (+1 -1)
📝 netbox/project-static/theme-base.scss (+7 -0)
📝 netbox/project-static/theme-dark.scss (+2 -2)
📝 netbox/templates/utilities/confirmation_form.html (+2 -2)

📄 Description

Fixes: None

Changes

  • Fix an issue in dark mode where object deletion confirmation buttons were the wrong color.
  • Fix an issue in dark mode where select elements' search input fields' color was the wrong color.
  • Set the $link-hover-color Sass variable in dark mode so <a/> tags are lightened on hover instead of darkened.
  • Fix an issue where API-backed select elements used the default pagination limit of 50 objects, causing incomplete data and predefined selections not to work properly.
  • Set smaller table padding-x and font-size so that table data fits a little better in the viewport.

🔄 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/6324 **Author:** [@thatmattlove](https://github.com/thatmattlove) **Created:** 4/30/2021 **Status:** ✅ Merged **Merged:** 4/30/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `feature-ui` --- ### 📝 Commits (2) - [`aee09d9`](https://github.com/netbox-community/netbox/commit/aee09d911982f86b38efa21cb62ff5ebc737b22e) general style improvements - [`58e1a1f`](https://github.com/netbox-community/netbox/commit/58e1a1f1d8f88db5cf17bdf0b98adda929eae69a) fix api select pagination ### 📊 Changes **11 files changed** (+48 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.css.map` (+1 -1) 📝 `netbox/project-static/dist/netbox.js` (+1 -1) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/dist/rack_elevation.css.map` (+1 -1) 📝 `netbox/project-static/netbox.scss` (+24 -4) 📝 `netbox/project-static/select.scss` (+7 -0) 📝 `netbox/project-static/src/select/api.ts` (+1 -1) 📝 `netbox/project-static/theme-base.scss` (+7 -0) 📝 `netbox/project-static/theme-dark.scss` (+2 -2) 📝 `netbox/templates/utilities/confirmation_form.html` (+2 -2) </details> ### 📄 Description ### Fixes: **None** #### Changes - Fix an issue in dark mode where object deletion confirmation buttons were the wrong color. - Fix an issue in dark mode where select elements' search input fields' color was the wrong color. - Set the `$link-hover-color` Sass variable in dark mode so `<a/>` tags are lightened on hover instead of darkened. - Fix an issue where API-backed select elements used the default pagination limit of 50 objects, causing incomplete data and predefined selections not to work properly. - Set smaller table padding-x and font-size so that table data fits a little better in the viewport. --- <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:25:30 +01:00
adam closed this issue 2025-12-29 22:25:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13116