[openstreetmap/openstreetmap-website] Element navigation bar is too hidden (Issue #6759)
Marwin Hochfelsner
notifications at github.com
Fri Jul 17 22:26:12 UTC 2026
hlfan left a comment (openstreetmap/openstreetmap-website#6759)
I don't think we'd even want the breadcrumb section if we move the navigation targets up. Imo its information is redundant enough to be placed elsewhere. I tried to play with the layout in the partials, but they were too nested for the creative progress.
So I'm gonna put the mock-ups here for discussion:
|collapsed versions navigation|shown versions navigation|
|-|-|
|<img src="https://github.com/user-attachments/assets/e7c71ab3-6a02-4113-a331-54883707aa8b" />|<img src="https://github.com/user-attachments/assets/526be899-23d7-4511-a70a-6e88e32ea706" />|
```html
<div id="sidebar_content" class="p-3 position-relative z-n1">
<h2 class="me-4 text-break">Name: <a href="/way/000000">Way 000000</a></h2>
<div class="mb-3 border-bottom border-secondary-subtle pb-3">
<h4 class="d-flex">
Version
#4
<div class="btn-group ms-3">
<a href="/way/000000/history" class="btn btn-outline-secondary px-2 py-0" title="Way History">
<i class="bi bi-clock-history"></i>
</a>
<button class="btn btn-outline-secondary dropdown-toggle dropdown-toggle-split px-1 py-0" type="button" aria-expanded="true" data-toggle="collapse" data-target="#versions-navigation"></button>
</div>
</h4>
<div class="collapse show" id="versions-navigation">
<div class="align-items-start d-flex numbered_pagination">...</div>
</div>
<div class="fs-6 overflow-x-auto mb-2">
<p dir="auto">Changeset comment</p>
</div>
<div class="mb-3">...</div> <!-- changeset_line -->
...
</div>
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6759#issuecomment-5008065177
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/6759/5008065177 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260717/b6cb065e/attachment-0001.htm>
More information about the rails-dev
mailing list