nextcloud/server

Different icon for "View in folder" menu element

开放

#57,276 创建于 2025年12月28日

 (10 条评论) (0 个反应) (0 位负责人)PHP (4,865 个派生)batch import
1. to developenhancementfeature: filesgood first issuepapercut

仓库指标

星标
 (34,953 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. Right now, in the context menu of a file, the same icon is used for "Move or copy" and "View in folder". This is unfortunate.

Describe the solution you'd like A clear icon that is more informative for "View in folder" and differs from the icon for "Move or copy".

Before After

Icon suggestion I made a quick SVG icon that could be used:

<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20 18H4V8h16zM12 6l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2z"/><path d="M12 11.44c-.88 0-1.6.72-1.6 1.6s.72 1.6 1.6 1.6 1.6-.72 1.6-1.6-.72-1.6-1.6-1.6m0 4.27c-1.46 0-2.67-1.2-2.67-2.67s1.2-2.67 2.67-2.67 2.67 1.2 2.67 2.67-1.2 2.67-2.67 2.67m0-6.67a6.3 6.3 0 0 0-5.87 4 6.3 6.3 0 0 0 11.74 0 6.3 6.3 0 0 0-5.87-4"/></svg>

贡献者指南