Actions
Feature #43805
openUpdate file-type icons for additional MIME types
Resolution:
Description
This patch updates file-type icons for several media types.
Issue #43797 added file-type icons for attachments, as already done in the repository browser. However, the current logic still shows a generic file icon for the following media types (except for some specific image subtypes):
audio/*image/*(except forimage/jpegandimage/png)video/*text/markdowntext/x-textile
This patch introduces dedicate icons as follows, improving usability and scanning efficiency when a container has many attachments.
audio/*: file-musicimage/*: photo (includingimage/jpegandimage/png)video/*: movietext/markdown,text/x-textile: file-text (icon already used fortext/plain)
The icon mapping logic is shared with the repository browser, so this change also applies there.
Before:![]()
After:![]()
Files
Related issues
Updated by Go MAEDA about 16 hours ago
- Related to Feature #43797: Show file-type icons instead of paperclip icons in attachment lists added
Actions