app-generator / sample-django-file-manager

Django File Manager - UI Over the MEDIA Directory | AppSeed
https://www.youtube.com/watch?v=dBWGf-ZNUDI
Other
22 stars 16 forks source link

Added BreadCrumbs on top of the widget #6

Closed app-generator closed 1 year ago

app-generator commented 1 year ago

Hello @mominur-helios

Please add the breadcrumbs that suggest the current directory path above the widget

ROOT (media) / dir1 / dir2

In the above breadcrumb, dir2 is the current on (not click-able) but dir1 needs to be click-able to allow the user to get back

In the current version, if the user navigates in the tree, cannot go back.

Please take a look. TY!

mominur-helios commented 1 year ago

Hello @app-generator ,

I have fixed all the issues but the design still not looks good. If you give me a design prototype then it will be better.

app-generator commented 1 year ago

Hello @mominur-helios

Let's focus right now on the functional part with a super minimal UI.

At this stage, my advice is to follow 100% the initial kickOff:

https://github.com/app-generator/sample-django-file-manager/issues/1#issuecomment-1605958381

This sentence is particularly important:

image

Once the functional code is stable, we can iterate on the design.

TY!

app-generator commented 1 year ago

Hello @mominur-helios

The left panel needs some improvements:

Also, all the directories need to start expanded

Please take a look. TY!

image

app-generator commented 1 year ago

Validated. Closing.