orcasound / orcasite

Live-listening web app -- http://live.orcasound.net :star:
http://live.orcasound.net
GNU Affero General Public License v3.0
50 stars 51 forks source link

Floating breadcrumbs #325

Open Filadora opened 7 months ago

Filadora commented 7 months ago

Issue:

The current version of the breadcrumbs was confusing for the users because breadcrumbs are not showing on the page when the user scrolls down.

Screenshot 2024-01-30 at 11 55 14 AM Screenshot 2024-01-30 at 11 55 23 AM

Suggested solution:

Making the breadcrumbs floating.

skanderm commented 6 months ago

This should be doable with position: sticky;: https://css-tricks.com/position-sticky-2/

scottveirs commented 6 months ago

This could possibly be paired with this other orcasite issue in which breadcrumb behavior is mentioned...

mrose15 commented 2 months ago

@paulcretu @skanderm I'm thinking of creating a custom property as an attribute to set if breadcrumbs will be sticky or not. The default would be sticky. If this is scope creep, I’m open to discussing it. Thanks!