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

Added Lottie Folder Icons aswell as the File Icon. #2073

Merged
merged 4 commits into from
Nov 10, 2023

Conversation

Keeryel
Copy link
Contributor

@Keeryel Keeryel commented Aug 30, 2023

I added the Lottie folder icon for files named as "lottie", "lotties", and "lottiefiles". I also added the file icon for all .lottie files. Useful for app/web developers who are adding some lightweight animations to their application/website.

@Keeryel
Copy link
Contributor Author

Keeryel commented Aug 30, 2023

I'm so confused on why the ubuntu and windows checks failed?
image

@nijeff27
Copy link
Contributor

Maybe extra space in fileIcons.ts?

@nijeff27
Copy link
Contributor

Also check #2044

@Keeryel
Copy link
Contributor Author

Keeryel commented Aug 31, 2023

Maybe extra space in fileIcons.ts?

What do you mean by more space? Like space out the file icon more? Or add more spaces in the fileIcons.ts?

@nijeff27
Copy link
Contributor

nijeff27 commented Aug 31, 2023

From fileIcons on line 2410:

{ name: 'lottie', fileExtensions: ['lottie'] },

Try and remove the extra space between the comma and fileExtensions.
When all fixed, it should look like this:

{ name: 'lottie', fileExtensions: ['lottie'] },

@Keeryel
Copy link
Contributor Author

Keeryel commented Sep 1, 2023

@nijeff27 thank you so much for helping me!

@Keeryel
Copy link
Contributor Author

Keeryel commented Sep 1, 2023

I have a question @nijeff27, is @PKief the only person who can merge pull requests?

@nijeff27
Copy link
Contributor

nijeff27 commented Sep 2, 2023

@Keeryel Yeah, I think so. Only @PKief can merge pull requests.

@PKief PKief self-requested a review November 6, 2023 20:04
@PKief PKief merged commit 0f00e0d into material-extensions:main Nov 10, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants