feat(frontend): Add filter navigation remove button (#12668)

* feat(frontend): Add filter navigation remove button

* extend docs

* extract and extend labels

* add spacer

* fix test

* small fix

* remove unneeded labels

* add mechanism for not triggering on viewsets

* reduce diff for now

* fix test

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
Matthias Mair
2026-08-21 09:34:11 +10:00
committed by GitHub
co-authored by Oliver
parent be9faff766
commit 71787d4546
9 changed files with 55 additions and 16 deletions
+3
View File
@@ -92,6 +92,9 @@ The navigation context is stored in the detail URL. This makes links shareable a
The navigation controls also work with detail pages provided by frontend plugins that use the standard table and page components.
!!! tip
This behaviour can be controlled by users with the setting `USE_TABLE_NAVIGATION`.
### Navigation Tree
On some pages, a navigation tree is provided on the left-hand side of the page, next to the breadcrumbs. The navigation tree provides a hierarchical view of the current section of the system, allowing users to quickly navigate to related pages and sections.