work in Storybook? Thank you",[2895],{"name":2896,"color":2897},"question","d876e3",77,"icon","How do we make nuxt-icon work in Storybook?","2025-01-17T10:54:58Z","https://github.com/nuxt/icon/issues/77",0.7770403,{"description":2905,"labels":2906,"number":2913,"owner":2871,"repository":2872,"state":2873,"title":2914,"updated_at":2915,"url":2916,"score":2917},"We are using multiple `.test.ts` - files to structure our tests. All of them are using the server and thus the configuration ` await setup({server: true, dev: false});`\r\n\r\nWatching the tests progress, I noticed that the server is built for every test file again. I my opinion this is an unneccessary waste of time. The server could be build a single time at the beginning of the test run.",[2907,2910],{"name":2908,"color":2909},"enhancement","a2eeef",{"name":2911,"color":2912},"v0","4137F6",268,"Using the server from multiple test files does multiple unneccessary build runs","2024-12-27T11:51:16Z","https://github.com/nuxt/test-utils/issues/268",0.78249246,{"description":2919,"labels":2920,"number":2928,"owner":2871,"repository":2929,"state":2873,"title":2930,"updated_at":2931,"url":2932,"score":2933},"### Reproduction\n\n````\n\u003Ctemplate>\n \u003CUChip text=\"test\" size=\"3xl\">\n \u003CUButton icon=\"i-lucide-mail\" color=\"neutral\" variant=\"subtle\" />\n \u003C/UChip>\n\u003C/template>\n````\n\n### Description\n\nHey,\n\nThanks for your great work.\n\nI have noticed this on a few elements in UI3, but especaily here padding just is not right. Yes of course you can change it, but i belive there needs to be some sane defaults across all elements.\n\nText in chip, and even a simple number is almost unreadable see screenshot below. Happy to open a pr or list all other elements where this seems to have happened (one that comes to mind is UAvatar https://github.com/nuxt/ui/issues/3558).\n\n\n\n### Additional context\n\nThis example is directly from the UI website",[2921,2922,2925],{"name":2868,"color":2869},{"name":2923,"color":2924},"v3","49DCB8",{"name":2926,"color":2927},"triage","ffffff",3633,"ui","Default padding on `UChip`","2025-03-20T09:21:01Z","https://github.com/nuxt/ui/issues/3633",0.78408605,{"description":2935,"labels":2936,"number":2938,"owner":2871,"repository":2939,"state":2873,"title":2940,"updated_at":2941,"url":2942,"score":2943},"With google fonts you can specify which characters you need and by that reducing the size.\r\nThis is already possible with the module google-fonts but I'm not seeing an option in this module.\r\nBe aware there's a issue/PR currently on the google fonts repo regarding the text option per font family\r\nhttps://github.com/nuxt-modules/google-fonts/issues/106",[2937],{"name":2908,"color":2909},131,"fonts","Allow specifying text for font families","2024-04-22T16:40:12Z","https://github.com/nuxt/fonts/issues/131",0.78451663,{"description":2945,"labels":2946,"number":2949,"owner":2871,"repository":2929,"state":2950,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### Description\n\nhey guys i have a very simple minimal project with nuxt/ui and i am getting this error when trying to start it what is the problem:\n```\n[nuxi 6:23:40 ከሰዓት] ERROR Cannot start nuxt: Cannot find package 'C:\\Users\\admin\\Desktop\\Full Typescript Projects\\cognito 1.0\\COSMO\\node_modules\\.pnpm\\vite-plugin-vue-inspector@5.3.1_vite@6.1.0_@types+node@22.13.1_jiti@2.4.2_lightningcss@1.29.1_terser@5.38.1_yaml@2.7.0_\\node_modules\\@babel\\plugin-transform-typescript\\lib\\index.js' imported from C:\\Users\\admin\\Desktop\\Full Typescript Projects\\cognito 1.0\\COSMO\\node_modules\\.pnpm\\vite-plugin-vue-inspector@5.3.1_vite@6.1.0_@types+node@22.13.1_jiti@2.4.2_lightningcss@1.29.1_terser@5.38.1_yaml@2.7.0_\\node_modules\\vite-plugin-vue-inspector\\dist\\index.mjs\nDid you mean to import \"@babel/plugin-transform-typescript/lib/index.js\"?\n```\nhere is my nuxt.config.ts\n```ts\n// https://nuxt.com/docs/api/configuration/nuxt-config\nexport default defineNuxtConfig({\n compatibilityDate: '2024-11-01',\n devtools: { enabled: true },\n modules: ['@nuxt/ui'],\n css: ['~/assets/css/main.css']\n})\n\n```\nand my package.json\n```json\n{\n \"name\": \"nuxt-app\",\n \"private\": true,\n \"type\": \"module\",\n \"scripts\": {\n \"build\": \"nuxt build\",\n \"dev\": \"nuxt dev\",\n \"generate\": \"nuxt generate\",\n \"preview\": \"nuxt preview\",\n \"postinstall\": \"nuxt prepare\"\n },\n \"dependencies\": {\n \"@nuxt/ui\": \"3.0.0-alpha.12\",\n \"nuxt\": \"^3.15.4\",\n \"vue\": \"latest\",\n \"vue-router\": \"latest\"\n },\n \"packageManager\": \"pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0\"\n}\n```\nit goes away when i remove nuxt-ui and you can easily try it out by cloning this repo :\nhttps://github.com/ketsebaoteth/COSMO\n\nwhat am i doing wrong or is this a known issue",[2947,2948],{"name":2896,"color":2897},{"name":2923,"color":2924},3272,"closed","Cannot start nuxt: cannot find package bable-plugin-jsx","2025-02-08T17:44:28Z","https://github.com/nuxt/ui/issues/3272",0.73594666,{"description":2956,"labels":2957,"number":2958,"owner":2871,"repository":2899,"state":2950,"title":2959,"updated_at":2960,"url":2961,"score":2962},"In `v0.6.5` this works:\r\n\r\n```ts\r\nnuxtIcon: {\r\n aliases: {\r\n 'aws': 'IconAWS',\r\n // ...\r\n }\r\n}\r\n```\r\n\r\nif there is a component in global named `IconAWS.vue`, but in `v0.6.6` it breaks. The reason is the uppercase naming, if I rename the component and the alias to `IconAws.vue` it works.",[],125,"v0.6.6 has problems with uppercase alias names","2023-12-24T15:42:29Z","https://github.com/nuxt/icon/issues/125",0.7512966,{"description":2964,"labels":2965,"number":2969,"owner":2871,"repository":2899,"state":2950,"title":2970,"updated_at":2971,"url":2972,"score":2973},"## Description\r\n\r\niconify's `getIcon` uses `validateIconName` which enforce some validation for an icon's name. \r\n\r\nOne validation is that a name must be split with `-` which is often not the case with users custom icons\r\n\r\n\r\n## Reproduction \r\n\r\n\r\nhttps://stackblitz.com/edit/nuxt-starter-qlykyd?file=icons%2FEuro.svg,nuxt.config.ts,app.vue\r\n\r\nin this reproduction, we can't see `my-icons:Euro` because Euro is in PascalCase\r\n\r\n## Solution \r\n\r\nEither a documentation fix about naming convention or fix it in iconify or we could also merge prefix with the name ? ",[2966],{"name":2967,"color":2968},"upstream","B4199A",265,"Custom icons must be in kebab case","2024-12-10T07:10:48Z","https://github.com/nuxt/icon/issues/265",0.7544524,{"description":2975,"labels":2976,"number":2870,"owner":2871,"repository":2979,"state":2950,"title":2980,"updated_at":2981,"url":2982,"score":2877},"Blocked by #720 ",[2977],{"name":2908,"color":2978},"1ad6ff","nuxt.com","[Community] Nuxters filter to select community only","2022-07-25T13:34:54Z","https://github.com/nuxt/nuxt.com/issues/684",["Reactive",2984],{},["Set"],["ShallowReactive",2987],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fAsvPhzqLB8ZSNij_zk8wHRD0scIyvTdQzfJcEgWJ-5I":-1},"/nuxt/ui/687"]