Skip to content
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

Open
wants to merge 22 commits into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0d83fab
Add attachment mimetype icons
grantfitzsimmons Jan 19, 2025
eb4a99d
Add license
grantfitzsimmons Jan 19, 2025
9bc19b4
Use the new mimetype icons
grantfitzsimmons Jan 19, 2025
ed8a088
Update unknown icon and support ZIP
grantfitzsimmons Jan 19, 2025
74d0bb5
Fix presentation icon
grantfitzsimmons Jan 19, 2025
3dfda75
Remove unused icon
grantfitzsimmons Jan 19, 2025
799f4da
Allow SVGs to be imported as strings
grantfitzsimmons Jan 19, 2025
b9980ad
Update declarations.d.ts
grantfitzsimmons Jan 19, 2025
abfc79a
Create MimetypeIcons.d.ts
grantfitzsimmons Jan 19, 2025
5c67a02
Improve iconMap logic and fix missing icons
grantfitzsimmons Jan 19, 2025
6ba4d41
Lint code with ESLint and Prettier
grantfitzsimmons Jan 19, 2025
d143b8e
Update attachments.ts
grantfitzsimmons Jan 19, 2025
f5b8086
Merge remote-tracking branch 'refs/remotes/origin/issue-6118' into is…
grantfitzsimmons Jan 19, 2025
a772993
Merge branch 'production' into issue-6118
acwhite211 Jan 24, 2025
6983338
Merge branch 'production' into issue-6118
acwhite211 Jan 24, 2025
bd558bd
Merge branch 'production' into issue-6118
grantfitzsimmons Jan 24, 2025
6f7c04c
Merge branch 'production' into issue-6118
grantfitzsimmons Jan 27, 2025
e93c040
Lint code with ESLint and Prettier
grantfitzsimmons Jan 27, 2025
fe4cfa1
Merge branch 'production' into issue-6118
melton-jason Feb 4, 2025
2d976ad
Lint code with ESLint and Prettier
melton-jason Feb 4, 2025
58d3818
Merge branch 'production' into issue-6118
acwhite211 Feb 4, 2025
b8b8782
Merge branch 'production' into issue-6118
acwhite211 Feb 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Support importing SVG files as strings

declare module '*.svg' {

const content: string;

export default content;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The mimetype icons originate from the Elementary icon theme:

Link: https://github.com/elementary/icons
Author: Members of the Elementary OS team (https://github.com/orgs/elementary/people)
License: GPLv3 (https://choosealicense.com/licenses/gpl-3.0/)

https://github.com/linuxmint/mint-l-icons/tree/master/src/mimetypes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading