Description
Is your feature request related to a problem? Please describe.
When browsing folders with a large number of files, users currently cannot sort the files by common criteria such as name, modification date, size, or type. This makes it difficult to quickly locate specific files (e.g., the most recently updated one) or organize the view logically, leading to a less efficient user experience.
当浏览包含大量文件的文件夹时,用户目前无法按名称、修改日期、大小或类型等常见条件对文件进行排序。这导致用户难以快速定位特定文件(例如最新更新的文件)或按逻辑整理视图,降低了使用效率。
Describe the solution you'd like
I would like to propose adding a sorting option on folder pages. Specifically:
- A dropdown menu or sorting button should be placed in a visible location (e.g., near the folder title or top-right corner of the file list).
- The sorting options should include:
- By name (A-Z / Z-A)
- By modification date (Newest first / Oldest first)
- By file size (Largest first / Smallest first)
- When a user selects an option, the file list should dynamically reorder without reloading the page, ensuring a smooth interaction.
建议在文件夹页面添加排序功能,具体包括: - 在文件夹标题附近或右上角等显眼位置添加排序下拉菜单或按钮;
- 排序选项应包含:
- 按名称排序(正序/倒序)
- 按修改日期排序(最新优先/最早优先)
- 按文件大小排序(最大优先/最小优先)
- 用户选择排序选项后,文件列表应实时重新排序,无需刷新页面,确保交互流畅。
Describe alternatives you've considered
I have considered using the search function to filter files, but search requires knowing specific keywords and does not address the need for organized, bulk viewing of files. Manual file organization (e.g., renaming files with prefixes) is also impractical for large folders. Thus, built-in sorting remains the most straightforward and effective solution.
曾考虑通过搜索功能过滤文件,但搜索依赖关键词,无法替代排序带来的全局视图整理;也尝试过手动重命名文件来归类,但对于大量文件而言效率极低。因此,原生排序功能仍是最直接有效的解决方案。
Additional context
Adding sorting options aligns with common user expectations for file management interfaces (e.g., local file explorers or cloud storage platforms like Google Drive). Placing the sorting control prominently (e.g., next to the folder title or in the top-right toolbar) would make it easily discoverable, further enhancing usability.
排序控件建议放在文件夹标题附近或右上角,方便用户快速找到,符合主流文件管理工具的交互习惯,可显著提升用户浏览和管理文件的体验。
- I will open one issue per request, follow the issue format and will add
[FR]
to the start of my issue title, and I acknowledge that if I don't follow the format, my issue might get closed without further explanation.