Implement breadcrumb navigation#15141
Merged
alecslupu merged 2 commits intodecidim:feature/remove-menu-entriesfrom Oct 7, 2025
Merged
Implement breadcrumb navigation#15141alecslupu merged 2 commits intodecidim:feature/remove-menu-entriesfrom
alecslupu merged 2 commits intodecidim:feature/remove-menu-entriesfrom
Conversation
ef330ae to
278a5bf
Compare
Revert language chooser
278a5bf to
2b6a057
Compare
andreslucena
reviewed
Sep 5, 2025
Member
|
Changing this to a draft as we will not review this until we've prepared the v0.31 release |
…dim into feature/add-breadcrumb
e4bbeaa
into
decidim:feature/remove-menu-entries
78 of 81 checks passed
MariaDascaluPublicis
added a commit
to i-need-another-coffee/decidim
that referenced
this pull request
Oct 16, 2025
Co-authored-by: MariaDascaluPublicis <166501615+MariaDascaluPublicis@users.noreply.github.com>
MariaDascaluPublicis
added a commit
to i-need-another-coffee/decidim
that referenced
this pull request
Oct 16, 2025
Co-authored-by: MariaDascaluPublicis <166501615+MariaDascaluPublicis@users.noreply.github.com>
andreslucena
added a commit
that referenced
this pull request
Nov 18, 2025
* Remove Help, Meetings, and Activity from the header navigation Remove unused locale Patch the menu * Implement breadcrumb navigation (#15141) Co-authored-by: MariaDascaluPublicis <166501615+MariaDascaluPublicis@users.noreply.github.com> * Remove the "Global menu" content block (#15135) Co-authored-by: Tom Greenwood <tom.t.greenwood@gmail.com> * Implement hamburger menu (#15132) Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com> Co-authored-by: MariaDascaluPublicis <maria.dascalu@publicissapient.com> * Add language chooser to header (#15365) Co-authored-by: MariaDascaluPublicis <166501615+MariaDascaluPublicis@users.noreply.github.com> Co-authored-by: MariaDascaluPublicis <maria.dascalu@publicissapient.com> * Fix header redesign found issues (#15434) Co-authored-by: Alexandru Emil Lupu <contact@alecslupu.ro> * Add breadcrumb to menu (#15507) * Add breadcrumb to accountability * Add breadcrumb to blogs * Add breadcrumb to debates * Add breadcrumb to collaborative_texts * Add breadcrumb to elections * Add breadcrumb to surveys * Add breadcrumb to sortitions * Add breadcrumb to proposals * Add breadcrumb to meetings * Fix routing errors * Revert changes on sortitions to avoid conflicts --------- Co-authored-by: MariaDascaluPublicis <166501615+MariaDascaluPublicis@users.noreply.github.com> Co-authored-by: Tom Greenwood <tom.t.greenwood@gmail.com> Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com> Co-authored-by: MariaDascaluPublicis <maria.dascalu@publicissapient.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
Implement a dedicated breadcrumb navigation system with the following behavior:
On desktop:
The full breadcrumb is displayed directly below the main header.
It reflects the full hierarchical structure: Organization > Space (e.g., Process or Assembly) > Component > Resource (e.g., proposal, meeting).
Each item is clickable and allows users to go back to that level.
On mobile:
A compact breadcrumb is shown, displaying only the immediately previous item in the navigation hierarchy.
Tapping this item takes the user back to the previous level (e.g., from proposal to component, from component to process).
📌 Related Issues
Testing
📷 Screenshots