OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.45k stars 2.41k forks source link

Media library module optimization #16658

Open yqzhen1990 opened 2 months ago

yqzhen1990 commented 2 months ago

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Piedone commented 2 months ago

Please fill out the issue template and reply in a comment. This helps us asses your feature request.

github-actions[bot] commented 2 months ago

It seems that this issue didn't really move for quite a while despite us asking the author for further feedback. Is this something you'd like to revisit any time soon or should we close? Please reply.

yqzhen1990 commented 2 months ago

Please fill out the issue template and reply in a comment. This helps us asses your feature request.

Is your feature request related to a problem? Please describe.

  1. I have created a large number of nested folders in the media library to store different product media files based on product categories. When selecting media files, it's a headache to find the folder I want because the folders are not sorted by name. image

  2. Moreover, when the folder hierarchy in the media library is very deep and the folder names are long, the readability becomes particularly poor.

  3. The filter input element width is too small , if the filer text is a little longer , you cannot read them all with the small input. image

  4. When I want to search for a specific file throughout the entire media library and its subfolders, the filter function does not meet my needs. It only searches for files within the current folder and does not include subfolders.

Describe the solution you'd like

  1. Sort the folders by name;
  2. Optimize the style of the media library to enhance the readability of folder with long name or deep hierarchy; and the readability of long filter text.
  3. Enhance the filtering function with the ability of searching the subfolders.
Piedone commented 2 months ago

Thanks!

hishamco commented 2 months ago

IMHO we need to work on a better media library app, it needs a lot of UI/UX improvements

github-actions[bot] commented 1 month ago

We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).

This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.