[PR #16915] [MERGED] 16907 web UI refresh #14948

Closed
opened 2025-12-30 00:19:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16915
Author: @andrewgormley
Created: 7/15/2024
Status: Merged
Merged: 7/16/2024
Merged by: @jeremystretch

Base: feature-uiHead: 16907-web-ui-refresh


📝 Commits (9)

  • e7e538c closes #16907: web ui refresh
  • bb2dbe6 closes #16907: changed default widget color to primary color
  • 415474e closes #16907: removed comma
  • 3735b4d Merge branch 'feature-ui' into 16907-web-ui-refresh
  • 33c8914 Revert dashboard widget color changes
  • efa59f1 Rename logo images for consistency
  • 9a95969 Restore original dashboard widget config
  • c685634 Remove .navbar-brand-autodark from logo
  • 80be38d Restore logo file names

📊 Changes

9 files changed (+157 additions, -45 deletions)

View changed files

📝 netbox/project-static/dist/netbox.css (+1 -1)
netbox/project-static/img/logo_netbox_bright_teal.svg (+24 -0)
netbox/project-static/img/logo_netbox_dark_teal.svg (+24 -0)
📝 netbox/project-static/styles/_variables.scss (+1 -1)
📝 netbox/project-static/styles/overrides/_tabler.scss (+17 -26)
📝 netbox/project-static/styles/transitional/_navigation.scss (+53 -13)
📝 netbox/project-static/styles/transitional/_tables.scss (+32 -0)
📝 netbox/templates/base/layout.html (+4 -3)
📝 netbox/utilities/templates/navigation/menu.html (+1 -1)

📄 Description

Fixes: #16907

  1. Side navigation now changes theme with the rest of the content
  • Side nav now includes a background gradient
  • Hover, active, default and btn colors/bg colors updated for nav items
  • Logo has been updated and changes with theme
  1. Dashboard bookmark and welcome widgets now default to primary color
  • New widget color option added 'NetBox Teal'
  1. Default card background color changed to rich black on dark mode
  • Object list table links default to body color, links within tables on object pages are still link color.

🔄 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/16915 **Author:** [@andrewgormley](https://github.com/andrewgormley) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature-ui` ← **Head:** `16907-web-ui-refresh` --- ### 📝 Commits (9) - [`e7e538c`](https://github.com/netbox-community/netbox/commit/e7e538c26be12946f63b33ee5e5af5816ff4e263) closes #16907: web ui refresh - [`bb2dbe6`](https://github.com/netbox-community/netbox/commit/bb2dbe627ae690bf1d9452fe5f283497f11310cb) closes #16907: changed default widget color to primary color - [`415474e`](https://github.com/netbox-community/netbox/commit/415474eec0f7ff55bb92c2f3dbda2631930b99ea) closes #16907: removed comma - [`3735b4d`](https://github.com/netbox-community/netbox/commit/3735b4d6394b12830abde489451186322f675fe3) Merge branch 'feature-ui' into 16907-web-ui-refresh - [`33c8914`](https://github.com/netbox-community/netbox/commit/33c89145110db337cfd8ec708ab57a71f4843c4a) Revert dashboard widget color changes - [`efa59f1`](https://github.com/netbox-community/netbox/commit/efa59f170f1a75338b7e08102c1f76e78f47b286) Rename logo images for consistency - [`9a95969`](https://github.com/netbox-community/netbox/commit/9a95969e8a5880dcb546e4e9656b356892a79b2a) Restore original dashboard widget config - [`c685634`](https://github.com/netbox-community/netbox/commit/c6856345eeb318d60dfdf7d4b087033333d74ea5) Remove .navbar-brand-autodark from logo - [`80be38d`](https://github.com/netbox-community/netbox/commit/80be38d4aa3d6caabd5638db4d93a8f39bb8b8fa) Restore logo file names ### 📊 Changes **9 files changed** (+157 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.css` (+1 -1) ➕ `netbox/project-static/img/logo_netbox_bright_teal.svg` (+24 -0) ➕ `netbox/project-static/img/logo_netbox_dark_teal.svg` (+24 -0) 📝 `netbox/project-static/styles/_variables.scss` (+1 -1) 📝 `netbox/project-static/styles/overrides/_tabler.scss` (+17 -26) 📝 `netbox/project-static/styles/transitional/_navigation.scss` (+53 -13) 📝 `netbox/project-static/styles/transitional/_tables.scss` (+32 -0) 📝 `netbox/templates/base/layout.html` (+4 -3) 📝 `netbox/utilities/templates/navigation/menu.html` (+1 -1) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #16907 <!-- Please include a summary of the proposed changes below. --> 1. Side navigation now changes theme with the rest of the content - Side nav now includes a background gradient - Hover, active, default and btn colors/bg colors updated for nav items - Logo has been updated and changes with theme 2. Dashboard bookmark and welcome widgets now default to primary color - New widget color option added 'NetBox Teal' 3. Default card background color changed to rich black on dark mode - Object list table links default to body color, links within tables on object pages are still link color. --- <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-30 00:19:04 +01:00
adam closed this issue 2025-12-30 00:19:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14948