work in Storybook? Thank you",[3040],{"name":3030,"color":3031},77,"How do we make nuxt-icon work in Storybook?","2025-01-17T10:54:58Z","https://github.com/nuxt/icon/issues/77",0.7615245,{"description":3047,"labels":3048,"number":3055,"owner":3019,"repository":3056,"state":3057,"title":3058,"updated_at":3059,"url":3060,"score":3061},"Is it possible to specify the priority of downloading files by their extension (woff 2, woff, tff)? Now, if a folder contains both ttf and woff2 at the same time, then the module loads tff. Or do I only need to store fonts in woff2 format?\r\n\r\n\r\n\r\n",[3049,3052],{"name":3050,"color":3051},"bug","d73a4a",{"name":3053,"color":3054},"needs reproduction","C94E53",135,"fonts","closed","Allow downloading priority by extensions","2024-09-23T12:02:52Z","https://github.com/nuxt/fonts/issues/135",0.7182515,{"description":3063,"labels":3064,"number":3068,"owner":3019,"repository":3069,"state":3057,"title":3070,"updated_at":3071,"url":3072,"score":3073},"### 🆒 Your use case\n\nThe current Google Analytics registry does not use [consent mode](https://developers.google.com/tag-platform/security/guides/consent?consentmode=advanced). This is used for communicating the user's consent status to Google.\n\n### 🆕 The solution you'd like\n\nI would like to have it as part of the options for the registry script so I can easily define default consent settings as well as the option of opting into consent mode v2.\n\n### 🔍 Alternatives you've considered\n\nCurrently I have opted to just copy the registry script and redefine it with an expanded clientInit property since the default consent needs to be set before `gtag('js', ...)` and `gtag('config', ...)` is called.\r\n\r\n```ts\r\n[...]\r\nclientInit: import.meta.server\r\n ? undefined\r\n : () => {\r\n window.dataLayer = window.dataLayer || []\r\n window.gtag = function () {\r\n // eslint-disable-next-line prefer-rest-params\r\n window.dataLayer.push(arguments)\r\n }\r\n\r\n window.gtag('consent', 'default', {\r\n ad_user_data: 'denied',\r\n ad_personalization: 'denied',\r\n ad_storage: 'denied',\r\n analytics_storage: 'denied',\r\n })\r\n window.gtag('set', { ads_data_redaction: 'true' })\r\n\r\n window.gtag('js', new Date())\r\n window.gtag('config', website.analytics4Key)\r\n },\r\n[...]\r\n```\n\n### ℹ️ Additional info\n\n_No response_",[3065],{"name":3066,"color":3067},"enhancement","a2eeef",243,"scripts","Add consent mode for Google Analytics registry script","2025-02-18T20:30:05Z","https://github.com/nuxt/scripts/issues/243",0.7183684,{"description":3075,"labels":3076,"number":3077,"owner":3019,"repository":3056,"state":3057,"title":3078,"updated_at":3079,"url":3080,"score":3081},"Here is my config code\r\n\r\n```\r\nfamilies: [\r\n {\r\n name: 'Display',\r\n src: '/fonts/Display/',\r\n weights: ['200', '300', '400', '500', '700', '900'],\r\n display: 'swap',\r\n },\r\n {\r\n name: 'Narr',\r\n src: '/fonts/Narr/',\r\n weights: ['100', '300', '400', '500', '700', '900'],\r\n display: 'swap',\r\n },\r\n ],\r\n```\r\nand this structure of my font file\r\n\r\n\u003Cimg width=\"347\" alt=\"image\" src=\"https://github.com/nuxt/fonts/assets/19503892/ca4df9b5-7d5a-4193-b79b-1a3a3b406737\">\r\n\r\n\r\n\r\n**The Narr font is already readable**, and the display font not readable like this.\r\n\r\n\r\n\u003Cimg width=\"796\" alt=\"image\" src=\"https://github.com/nuxt/fonts/assets/19503892/61f3d912-b63c-40a6-b1c1-0825543fe23e\">",[],165,"Two local fonts familly, Only one legible","2024-05-30T21:18:42Z","https://github.com/nuxt/fonts/issues/165",0.73558855,{"description":3083,"labels":3084,"number":3085,"owner":3019,"repository":3020,"state":3057,"title":3086,"updated_at":3087,"url":3088,"score":3089},"```vue\r\n\u003CIcon name=\"uil:github\" v-if=\"true\" />\r\n\u003Ctemplate v-if=\"true\">\r\n \u003CIcon name=\"uil:github\" />\r\n\u003C/template>\r\n```\r\nwhen use `Icon` with v-if, the whole icon become tiny samll.\r\n\r\n\r\n",[],81,"size not effective when use v-if","2023-06-06T14:45:00Z","https://github.com/nuxt/icon/issues/81",0.74784887,{"description":3091,"labels":3092,"number":3093,"owner":3019,"repository":3020,"state":3057,"title":3094,"updated_at":3095,"url":3096,"score":3097},"\"i-material-symbols-light-mode-outline\" parses incorrectly as `material-symbols-light:mode-outline` (note the position of the colon in the string) instead of `material-symbols:light-mode-outline`\n\n`\u003CIcon name=\"i-material-symbols-light-mode-outline\" />` doesn't work. // uses unocss format\n`\u003CIcon name=\"material-symbols:light-mode-outline\" />` works fine. // iconify format\n\n**Reproduction**\n\nhttps://stackblitz.com/edit/nuxt-icon-playground-dcclkm?file=app.vue\n\nThank you for looking into this. Cheers! ",[],303,"Icon name in unocss format is getting parsed incorrectly","2024-11-20T15:10:06Z","https://github.com/nuxt/icon/issues/303",0.75170726,{"description":3099,"labels":3100,"number":3101,"owner":3019,"repository":3020,"state":3057,"title":3102,"updated_at":3103,"url":3104,"score":3105},"",[],319,"Request to the server bundled icon is return randomly icons on production website","2024-12-10T16:10:36Z","https://github.com/nuxt/icon/issues/319",0.75220704,{"description":3107,"labels":3108,"number":3109,"owner":3019,"repository":3110,"state":3057,"title":3111,"updated_at":3112,"url":3113,"score":3114},"Hey!\n\nI've seen that https://nuxt.com/docs/api/composables/use-id is linked here and there but gives a 404 at the moment. Maybe we should redirect to https://vuejs.org/api/composition-api-helpers.html#useid instead?",[],1787,"nuxt.com","Redirect old useId page to Vue docs","2025-02-13T18:28:03Z","https://github.com/nuxt/nuxt.com/issues/1787",0.75385207,["Reactive",3116],{},["Set"],["ShallowReactive",3119],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLKDSaeUkH1PZZbQGPwbF2IFa6tgH4e9no-NG9lsivdI":-1},"/nuxt/fonts/240"]