[PR #20537] [MERGED] #17571 - Remove HTMX navigation #15956

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20537
Author: @bctiemann
Created: 10/8/2025
Status: Merged
Merged: 10/9/2025
Merged by: @bctiemann

Base: featureHead: 17571-remove-htmx-navigation


📝 Commits (2)

📊 Changes

10 files changed (+6 additions, -54 deletions)

View changed files

📝 docs/features/user-preferences.md (+0 -3)
📝 netbox/netbox/context_processors.py (+0 -1)
📝 netbox/netbox/preferences.py (+0 -10)
📝 netbox/templates/base/layout.html (+1 -1)
📝 netbox/templates/inc/user_menu.html (+1 -1)
📝 netbox/users/forms/model_forms.py (+1 -2)
📝 netbox/utilities/templates/navigation/menu.html (+1 -1)
📝 netbox/utilities/templatetags/builtins/tags.py (+2 -5)
📝 netbox/utilities/templatetags/buttons.py (+0 -2)
📝 netbox/utilities/templatetags/navigation.py (+0 -28)

📄 Description

Closes: #17571

Removes experimental HTMX navigation.

Note: this leaves in place the {% formaction %} template tag as a hook for later customization, rather than removing all usages of it from templates.

Also does not remove existing non-experimental HTMX usages in forms, notifications, etc.


🔄 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/20537 **Author:** [@bctiemann](https://github.com/bctiemann) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `feature` ← **Head:** `17571-remove-htmx-navigation` --- ### 📝 Commits (2) - [`fcdb7ff`](https://github.com/netbox-community/netbox/commit/fcdb7ff6c847829e6f71e9e04336aa0e3c7e93c0) Remove HTMX navigation - [`bb290dc`](https://github.com/netbox-community/netbox/commit/bb290dc792e5c9e570cba67f4a83eca6c164dde4) Remove from docs ### 📊 Changes **10 files changed** (+6 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `docs/features/user-preferences.md` (+0 -3) 📝 `netbox/netbox/context_processors.py` (+0 -1) 📝 `netbox/netbox/preferences.py` (+0 -10) 📝 `netbox/templates/base/layout.html` (+1 -1) 📝 `netbox/templates/inc/user_menu.html` (+1 -1) 📝 `netbox/users/forms/model_forms.py` (+1 -2) 📝 `netbox/utilities/templates/navigation/menu.html` (+1 -1) 📝 `netbox/utilities/templatetags/builtins/tags.py` (+2 -5) 📝 `netbox/utilities/templatetags/buttons.py` (+0 -2) 📝 `netbox/utilities/templatetags/navigation.py` (+0 -28) </details> ### 📄 Description ### Closes: #17571 Removes experimental HTMX navigation. Note: this leaves in place the `{% formaction %}` template tag as a hook for later customization, rather than removing all usages of it from templates. Also does not remove existing non-experimental HTMX usages in forms, notifications, etc. --- <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:25:01 +01:00
adam closed this issue 2025-12-30 00:25:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15956