Skip to content

Resolve Navigation Redundancy and Align with M3 Expressive Guidelines #7

Description

@umbrellapeace

Checklist

  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at NewPipeExtractor.
  • I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
  • This issue contains only one feature request.
  • I have read and understood the contribution guidelines.
  • I have read and understood the AI policy. The content of this request is not generated by AI.

Feature description

The current application layout features duplicate navigation destinations across multiple components, creating unnecessary cognitive load and violating Material 3 (M3) Expressive spatial hierarchy principles. The primary app destinations are mirrored in both the bottom navigation component and the side drawer, which dilutes the purpose of each navigation mechanism.

Image Image

As seen in the screenshots; The five primary top-level destinations (What's New, Subscriptions, Bookmarked Playlists, History, and Recommended Lives) are rendered simultaneously within the bottom navigation bar and the modal navigation drawer.

Proposed fix Steps

  1. Implement state-checking logic within the navigation drawer adapter to identify which items are currently populated in the bottom NavigationBar.
  2. Dynamically strip active NavigationBar destinations from the drawer's UI state.
  3. Promote the drawer visually as a secondary utility menu rather than a primary content discovery tool.

Why do you want this feature?

It makes more sense to me and also for others(I assume).

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions