Closed app-generator closed 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.
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:
Once the functional code is stable, we can iterate on the design.
TY!
Hello @mominur-helios
The left panel needs some improvements:
/
file-manager
label with ROOTproject1 / dir1
needs to be:
project1
-> click-able (being a parent directory)dir1
-> not click-able (being the current one)Also, all the directories need to start expanded
Please take a look. TY!
Validated. Closing.
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) butdir1
needs to be click-able to allow the user to get backIn the current version, if the user navigates in the tree, cannot go back.
Please take a look. TY!