-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add modern attachment mimetype icons #6119
base: production
Are you sure you want to change the base?
Conversation
Triggered by 5c67a02 on branch refs/heads/issue-6118
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new icons look very Linuxy 🤗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Upload an attachment with the following file type:
- Thumbnails should be generated for:
- JPEG
- PNG
- TIFF
- GIF
- Mimetype Icons should be displayed for:
- Video
- Audio
- Images (of a different file type)
- PowerPoint
- Word
- XML
- YML
- JSON
- Text
- An unknown mimetype should display generic text icon
- Thumbnails should be generated for:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #6118
Current Behavior
New Icons
Note that any video or audio attachment will display the appropriate thumbnail. Any presentation file, whether PowerPoint or another format, will show a presentation icon. Unknown MIME types will be represented by a generic text icon.
Checklist
self-explanatory (or properly documented)
Testing instructions
Perform these testing instructions on both
production
and this PR– the behavior should be consistent, except for cases where the icon has changed due to the changes here.