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

feature(icon-export): add batching and multi page processing #23

Merged
merged 6 commits into from
Sep 20, 2024

Conversation

ju-Skinner
Copy link
Collaborator

@ju-Skinner ju-Skinner commented Aug 27, 2024

Description

As design looks to increase the number of icons in the library, the tool needed to be refactored to handle accordingly.

Solution

  • Batch the request based on the number of icons to be processed.
  • Multiple pages with icons named based on their FIgma Page Origin.

@ju-Skinner ju-Skinner added the enhancement New feature or request label Aug 27, 2024
@ju-Skinner ju-Skinner self-assigned this Aug 27, 2024
Copy link

netlify bot commented Aug 27, 2024

Deploy Preview for pine-icons ready!

Name Link
🔨 Latest commit 9023f1f
🔍 Latest deploy log https://app.netlify.com/sites/pine-icons/deploys/66ecacda1fb5fe0008eaf9c5
😎 Deploy Preview https://deploy-preview-23--pine-icons.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ju-Skinner ju-Skinner requested a review from a team September 19, 2024 21:54
@ju-Skinner ju-Skinner marked this pull request as ready for review September 19, 2024 21:54
Copy link
Member

@pixelflips pixelflips left a comment

Choose a reason for hiding this comment

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

LGTM! 👍🏼

@pixelflips pixelflips requested a review from a team September 19, 2024 21:56
@@ -89,7 +89,6 @@ export const reservedKeywords = new Set([
'throw',
'while',
'yield',
'delete',
Copy link
Contributor

Choose a reason for hiding this comment

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

Was removing this intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ugh...No, but Design does have an icon named delete. We will need them to address the conflict. Great catch 🦅 👁️ 😂

@ju-Skinner ju-Skinner force-pushed the feature/add-batching-and-multi-page-processing branch from ae1fe2a to 9023f1f Compare September 19, 2024 22:59
Copy link
Contributor

@monicawheeler monicawheeler left a comment

Choose a reason for hiding this comment

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

🙌🏻

@ju-Skinner ju-Skinner merged commit f15381d into main Sep 20, 2024
15 checks passed
@ju-Skinner ju-Skinner deleted the feature/add-batching-and-multi-page-processing branch September 20, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants