nextcloud/server

Different icon for "View in folder" menu element

Open

#57,276 建立於 2025年12月28日

在 GitHub 查看
 (10 留言) (0 反應) (0 負責人)PHP (34,953 star) (4,865 fork)batch import
1. to developenhancementfeature: filesgood first issuepapercut

描述

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>

貢獻者指南

Different icon for "View in folder" menu element · nextcloud/server#57276 | Good First Issue