ant-digitalSolutions / antScriber-ui

0 stars 0 forks source link

Feature Request: Improved Navigation through Folders and Documents #42

Closed flechilla closed 1 year ago

flechilla commented 1 year ago

Description

This feature request aims to enhance the navigation experience within our application by implementing a breadcrumbs-type navigation when users open a folder. When a user opens a folder, there is no clear indication of their folder hierarchy. With this feature, we aim to display a breadcrumb navigation in the inner navbar, starting with 'Home', followed by '>', and then the selected folder's name. Additionally, we want to allow users to click on 'Home' and be taken back to the Home folder.

Use Cases

Expected Behavior

When a user opens a folder, the inner navbar should display a breadcrumb navigation. The breadcrumb navigation should consist of the following elements:

  1. The first element should be 'Home'.
  2. The second element should be '>'.
  3. The third element should be the name of the selected folder.
  4. Clicking on 'Home' in the breadcrumb navigation should take the user back to the Home folder.

Additional Context

In the future, if we allow the creation of folders inside folders, the user should be able to click on any of the parent folders and we should move them to that folder.