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

feat(file-icon): Adding AdobeExpress icon to FileIcon #3894

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

EgecanGiray
Copy link
Contributor

Adding AdobeExpress file to FileIcon component

@EgecanGiray EgecanGiray requested a review from a team as a code owner February 5, 2025 14:23
@EgecanGiray EgecanGiray requested a review from a team as a code owner February 5, 2025 15:42
@@ -34,6 +34,7 @@ import {
FileXbd,
FileXdw,
FileZip,
FileAdobeExpress,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be alphabetize

@@ -83,6 +85,7 @@ const mirror = (values: Array<string>) =>
}, {});

export const EXTENSIONS: { [key: string]: { [key: string]: string } } = {
FileAdobeExpress: mirror(['adobeexpress']),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update the unit test to reflect this extension that was added?

Copy link
Contributor

mergify bot commented Feb 7, 2025

This pull request has been removed from the queue for the following reason: checks failed.

The merge conditions cannot be satisfied due to failing checks:

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

@mergify mergify bot merged commit 9b5d538 into box:master Feb 7, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants