Skip to content

Commit c8b967b

Browse files
author
MRBadri
committed
feat(core): enhance icon fetching configuration with concurrent download settings; add new icons and improve logging for fetch operations
1 parent 5b6a430 commit c8b967b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1083
-792
lines changed

apps/docs/.iconsync/cache/index.json

Lines changed: 814 additions & 766 deletions
Large diffs are not rendered by default.

apps/docs/icon.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ export default iconConfig({
1818
// "https://www.figma.com/design/B6R9BOyrbu0h3dVMhh1kkT/coolicons-%7C-Free-Iconset--Community-?node-id=30788-66894&t=AXIVkr6jFRczopB2-4"
1919
// ),
2020
},
21+
fetch: {
22+
concurrentDownloads: 5,
23+
},
2124
// fetch: {
2225
// // nodeTypes: ["COMPONENT", "COMPONENT_SET"],
2326
// generateFileName: (node, parentNode) => node.name + "--" + parentNode.name,
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)