feat: 新增不同的文件视图及操作
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 10.8k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
概述
新增不同的文件视图及操作。
动机
现在一般文件浏览类的应用的文件视图最少都有个图标平铺和详细列表(也就是目前唯一这个)。对于一般文件管理来说,用图标视图浏览单位范围内显示的信息密度更多,是相对好地展示模式,只有需要知道文件的其他信息、或者是文件名都非常长的情况下,列表模式才更有优势。所以希望可以新增多点文件视图,让使用体验更好。
详细解释
上面我说了有两点是列表视图时的优势,其中,需要了解某个文件的更多详细信息时这个场景我会更推荐在侧边显示一个文件信息/预览视图。那样可以显示更多关于某一个文件的内容。
另外,除了更多的文件视图外,也希望可以增加更多的操作,比如说多选文件、查看详细信息之类的更贴近本地文件浏览器的操作习惯的内容上去。在操作方面我觉得 kod 走的那种路线就是比较好的(仿windows),当然像 cloudreve (仿谷歌网盘)之类的也不错。目前用下来我觉得 zfile 在功能上是很好的,但是交互上还有点不顺手的感觉。希望可以做得更好!!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by defining the specific file views and operations required, then identify the frontend entry points and agree on scope before implementation. Done should include the selected views, multi-selection, file details or preview behavior, and interaction patterns described in the issue.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100