xwikisas / application-filemanager

XWiki application to manage a hierarchy of folders and files
GNU Lesser General Public License v2.1
0 stars 4 forks source link

Improve the tree structures #21

Open CamiAndrei opened 5 years ago

CamiAndrei commented 5 years ago

Better highlight the files that are in sub folders.

Change the rendering of trees to quickly identify empty folders or to differentiate empty folders from folders containing files or folders.

E.g. Use Font Awesome instead for Silk Icon Theme.

mflorea commented 5 years ago

@CamiAndrei what exactly do you mean by:

Better highlight the files that are in sub folders.

The files are not listed in the tree, and so it doesn't seem related to this issue's title.

CamiAndrei commented 4 years ago

What I meant is to improve the display of the files that are in sub folders. One example would be to be similar with what Adobe is using : Screenshot from 2019-11-05 09-48-37

mflorea commented 4 years ago

I'm sorry but it's still not clear to me. To be precise, this part is clear:

Change the rendering of trees to quickly identify empty folders or to differentiate empty folders from folders containing files or folders.

But this part is not:

Better highlight the files that are in sub folders.

Where are "the files that are in sub folders" currently displayed? They're not displayed in the tree (the tree displays only folders ATM) and neither in the live table (the live table displays only the files that are directly under the folder selected in the tree AFAIK). So I don't understand how I can highlight better something that is not shown at all.