eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Sub-navigation component in limited-width version always unfolded and cannot be folded #759

Closed jjeroch closed 1 month ago

jjeroch commented 2 months ago

Description: The sub-navigation component in the mobile version of our application is always displayed in an unfolded state and cannot be folded back. This issue affects the user experience on mobile devices, as it takes up unnecessary screen space and makes it difficult for users to navigate through the application.

Example

image



Steps to Reproduce:

  1. Access the application with limited screen/browser width.
  2. Navigate to a page where the sub-navigation component is present.
  3. Observe that the sub-navigation component is automatically expanded and cannot be collapsed.

Expected Behavior: In the limited-width version of the application, the sub-navigation component should initially be collapsed to save screen space. Users should have the ability to expand or collapse the sub-navigation as needed, providing them with a more flexible and intuitive navigation experience.