[PR #17069] [MERGED] Feature UI #14993

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17069
Author: @jeremystretch
Created: 8/2/2024
Status: Merged
Merged: 8/2/2024
Merged by: @jeremystretch

Base: featureHead: feature-ui


📝 Commits (10+)

📊 Changes

181 files changed (+785 additions, -435 deletions)

View changed files

📝 netbox/netbox/tables/columns.py (+2 -1)
📝 netbox/project-static/dist/netbox-external.css (+1 -1)
📝 netbox/project-static/dist/netbox.css (+1 -1)
netbox/project-static/dist/plus-jakarta-sans-cyrillic-ext-wght-normal-3FNWYSHQ.woff2 (+0 -0)
netbox/project-static/dist/plus-jakarta-sans-latin-ext-wght-normal-WWG75Y4U.woff2 (+0 -0)
netbox/project-static/dist/plus-jakarta-sans-latin-wght-normal-S6EFCQOU.woff2 (+0 -0)
netbox/project-static/dist/plus-jakarta-sans-vietnamese-wght-normal-NNXUV3SN.woff2 (+0 -0)
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/img/motif.svg (+36 -0)
📝 netbox/project-static/package.json (+1 -1)
📝 netbox/project-static/styles/_variables.scss (+15 -1)
netbox/project-static/styles/custom/_dashboard.scss (+12 -0)
📝 netbox/project-static/styles/custom/_misc.scss (+5 -0)
📝 netbox/project-static/styles/external.scss (+1 -1)
📝 netbox/project-static/styles/netbox.scss (+1 -0)
📝 netbox/project-static/styles/overrides/_bootstrap.scss (+5 -0)
📝 netbox/project-static/styles/overrides/_tabler.scss (+96 -11)
📝 netbox/project-static/styles/transitional/_cards.scss (+6 -0)
📝 netbox/project-static/styles/transitional/_forms.scss (+7 -0)

...and 80 more files

📄 Description

UI updates for v4.1


🔄 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/17069 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/2/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `feature-ui` --- ### 📝 Commits (10+) - [`2c00726`](https://github.com/netbox-community/netbox/commit/2c00726ebc83e023aadf79b15c3901ed0faa0d33) 16649 general contrast issues (#16759) - [`7b0cdca`](https://github.com/netbox-community/netbox/commit/7b0cdca17c1e187224d45729099ae0254bf7a081) 16648 dashboard contrast issues (#16824) - [`561f505`](https://github.com/netbox-community/netbox/commit/561f50561fd7bfc973d687105277d72a9c822a91) fixed #16853: accessibility issues - [`d6d71a1`](https://github.com/netbox-community/netbox/commit/d6d71a1d40e67ee5e81d6ee150e2051a96e1a4f6) fixed #16847: updated font (#16848) - [`d3f0dae`](https://github.com/netbox-community/netbox/commit/d3f0daefdb81ab091a2ed15001bb0041c8365074) 16849 document hierarchy issues (#16875) - [`e5691df`](https://github.com/netbox-community/netbox/commit/e5691df666a774c1a73825a941398630aa1d1b26) 16650 button contrast issues (#16845) - [`938aa7b`](https://github.com/netbox-community/netbox/commit/938aa7b7a4deca47c7b9a4cd7d2c46e01849f233) 16907 web UI refresh (#16915) - [`d3e2993`](https://github.com/netbox-community/netbox/commit/d3e299343c9ce7cc91fb91e63b6706a02af326a3) Merge branch 'feature' into feature-ui - [`5e25067`](https://github.com/netbox-community/netbox/commit/5e25067a3495c920e632057da5919adfb086d0e0) 16394 distinguish product edition (#16924) - [`4342024`](https://github.com/netbox-community/netbox/commit/434202461389634a74846a1b4f1cb622213801ce) Merge branch 'feature' into feature-ui ### 📊 Changes **181 files changed** (+785 additions, -435 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/tables/columns.py` (+2 -1) 📝 `netbox/project-static/dist/netbox-external.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.css` (+1 -1) ➕ `netbox/project-static/dist/plus-jakarta-sans-cyrillic-ext-wght-normal-3FNWYSHQ.woff2` (+0 -0) ➕ `netbox/project-static/dist/plus-jakarta-sans-latin-ext-wght-normal-WWG75Y4U.woff2` (+0 -0) ➕ `netbox/project-static/dist/plus-jakarta-sans-latin-wght-normal-S6EFCQOU.woff2` (+0 -0) ➕ `netbox/project-static/dist/plus-jakarta-sans-vietnamese-wght-normal-NNXUV3SN.woff2` (+0 -0) ➕ `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/img/motif.svg` (+36 -0) 📝 `netbox/project-static/package.json` (+1 -1) 📝 `netbox/project-static/styles/_variables.scss` (+15 -1) ➕ `netbox/project-static/styles/custom/_dashboard.scss` (+12 -0) 📝 `netbox/project-static/styles/custom/_misc.scss` (+5 -0) 📝 `netbox/project-static/styles/external.scss` (+1 -1) 📝 `netbox/project-static/styles/netbox.scss` (+1 -0) 📝 `netbox/project-static/styles/overrides/_bootstrap.scss` (+5 -0) 📝 `netbox/project-static/styles/overrides/_tabler.scss` (+96 -11) 📝 `netbox/project-static/styles/transitional/_cards.scss` (+6 -0) 📝 `netbox/project-static/styles/transitional/_forms.scss` (+7 -0) _...and 80 more files_ </details> ### 📄 Description UI updates for v4.1 --- <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:20 +01:00
adam closed this issue 2025-12-30 00:19:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14993