Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement breadcrumb navigation #16

Open
henhuy opened this issue Dec 2, 2024 · 0 comments
Open

Implement breadcrumb navigation #16

henhuy opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@henhuy
Copy link
Contributor

henhuy commented Dec 2, 2024

Implement breadcrumbs like this:
image

You can use django-cotton ones again if you want to.
Should get a list of dicts containing title and link (as django namespaced link).
For upper example this would be:

[
    {"title": "Startseite", "url": "index"},
    {"title": "Herausforderungen und Chancen": "explorer:challenges"},
    ...
]

Last item (current view) should be active (see image).

@henhuy henhuy added the enhancement 🚀 New feature or request label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants