Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Breadcrumbs for easy navigation #151

Open
venky0195 opened this issue Sep 28, 2020 · 1 comment
Open

Breadcrumbs for easy navigation #151

venky0195 opened this issue Sep 28, 2020 · 1 comment

Comments

@venky0195
Copy link

venky0195 commented Sep 28, 2020

Hi, Is it possible to implement breadcrumbing just like the attachment below? just like how google drive gives breadcrumbs on the top of the component.
final-result

@venky0195 venky0195 changed the title Function to detect on outside click of folder/files Breadcrumbs for easy navigation Sep 28, 2020
@tmarcinkowski-logitech
Copy link
Contributor

You can implement it on your side, but the main difficulty is that the FileBrowser supports multiple open folders that may be at completely different paths. What breadcrumbs will you show then?

I did it though, on my client app. It's a matter of hooking into onFolderOpen and onFolderClose methods and storing your current path. What's more, I added the capability to have only one folder open at the same time but that part needed forking the library (see #182).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants