Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants