Skip to content

Conversation

@userquin
Copy link
Member

@userquin userquin commented Jun 30, 2025

Description

Added missing frameworks to the Download Zip option in the Bag, using the same list in the IconDetail.vue component excluding PNG format.

Applied same logic for file extension used in download function in the web worker.

Linked Issues

resolves #370

Additional context

imagen

@netlify
Copy link

netlify bot commented Jun 30, 2025

Deploy Preview for icones ready!

Name Link
🔨 Latest commit 859555f
🔍 Latest deploy log https://app.netlify.com/projects/icones/deploys/68646ea3b72d1200081b6767
😎 Deploy Preview https://deploy-preview-371--icones.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 project configuration.

@userquin userquin changed the title feat: allow download frameworks zip from bag feat: allow download missing frameworks zip from bag Jun 30, 2025
import { prettierCode } from './prettier'

export type PackType = 'svg' | 'tsx' | 'jsx' | 'vue' | 'json'
export type PackType = 'svg' | 'tsx' | 'jsx' | 'vue' | 'vue-tsc' | 'solid' | 'qwik' | 'svelte' | 'astro' | 'react-native' | 'json'
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove vue-tsc

@antfu antfu merged commit ac522b6 into main Jul 1, 2025
6 of 7 checks passed
@userquin userquin deleted the userquin/feat-allow-download-frameworks-zip-from-bag branch July 2, 2025 08:04
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.

allow download bag for frameworks : right now only Vue, JSX/TSX and JSON allowed

3 participants