",[2016,2017,2018],{"name":1996,"color":1997},{"name":1999,"color":2000},{"name":2005,"color":2006},3270,"[Feature request] Toast hide progress in app.config","2025-02-09T17:11:11Z","https://github.com/nuxt/ui/issues/3270",0.6656346,{"description":2025,"labels":2026,"number":2030,"owner":1985,"repository":1985,"state":1987,"title":2031,"updated_at":2032,"url":2033,"score":2034},"### Describe the feature\n\n## Motivation\r\nCurrently, while browsing the Nuxt.js documentation, developers find it challenging to identify the minimal version required for a feature or whether the feature is slated for a future release. This could potentially create confusion and implementation issues, especially when working on projects anchored to different Nuxt versions or when planning for future developments. (We faced this with [scrollToTop](https://nuxt.com/docs/api/utils/define-page-meta#type) feature before).\r\n\r\nI propose adding \"Minimal Version Badges\" and, probably, \"Upcoming Version Badges\" next to each feature in the documentation. These badges would signify the minimum version of Nuxt required to use a feature and indicate features scheduled for future releases. Badges can also points to [releases](https://github.com/nuxt/nuxt/releases) page. While \"Upcoming Version Badges\" is harder to implement, we can add only \"Minimal Version\"\r\n\r\nThe proposed badge system can look like this: \r\n\r\n```\r\n.server Components [v3.4]\r\n---------------\r\n\r\nDescription of the feature and how to use it...\r\n\r\n```\r\n\r\n```\r\n.server Components [Upcoming v3.7]\r\n---------------\r\n\r\nDescription of the feature and how to use it...\r\n\r\n```\r\n## Possible docs output\r\n\r\n\u003Cimg width=\"802\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/11289484/93ae4a9c-51ed-45b5-afaa-bbe7cccdf97e\">\r\n\r\n\r\n## Existing examples\r\nhttps://vuetifyjs.com/en/api/v-autocomplete/#props-auto-select-first\r\n\r\n\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2027],{"name":2028,"color":2029},"documentation","5319e7",23189,"Docs: Add minimal version badges for Nuxt features","2024-06-30T11:07:38Z","https://github.com/nuxt/nuxt/issues/23189",0.706006,{"description":2036,"labels":2037,"number":2041,"owner":1985,"repository":2008,"state":1987,"title":2042,"updated_at":2043,"url":2044,"score":2045},"### Description\n\nHi,\n\nit would be nice to have the option to disable the behaviour that the numbers increase or decrease when the buttons are pressed. Because even if I disable the component it doesn't stops. \n\n```js\n\u003CUInputNumber\n :disabled=\"loadingDec || loadingInc\"\n :min=\"0\"\n :max=\"10\"\n v-model=\"quantity\"\n variant=\"soft\"\n size=\"xl\"\n >\u003Ctemplate #decrement>\n \u003CUButton\n :loading=\"loadingDec\"\n variant=\"link\"\n :icon=\"quantity \u003C= 1 ? 'i-heroicons-trash' : 'i-lucide-minus'\"\n @click=\"loadingDec = true\"\n @mousedown=\"onMousedown()\"\n :ui=\"{\n base: `${iconHoverColor} text-gray-500 disabled:text-gray-500 cursor-pointer`,\n }\"\n />\n \u003C/template>\n \u003Ctemplate #increment>\n \u003CUButton\n :loading=\"loadingInc\"\n variant=\"link\"\n icon=\"i-lucide-plus\"\n @click=\"loadingInc = true\"\n :ui=\"{\n base: 'text-gray-500 hover:text-[var(--ui-color-primary-500)] disabled:text-gray-500 cursor-pointer',\n }\"\n />\n \u003C/template>\n \u003C/UInputNumber>\n````\n\nbest,\ngregor\n\n### Additional context\n\n_No response_",[2038,2039,2040],{"name":1996,"color":1997},{"name":1999,"color":2000},{"name":2005,"color":2006},3159,"option to disable on press behaviour for increment/decrement for inputNumber component","2025-01-27T08:00:26Z","https://github.com/nuxt/ui/issues/3159",0.7122699,{"description":2047,"labels":2048,"number":2049,"owner":1985,"repository":2050,"state":1987,"title":2051,"updated_at":2052,"url":2053,"score":2054},"It would be nice if you could alias and entire collection instead of just an icon.\n\nRight now I do it this way.\n```ts\nconst createIconAliases = (newPrefix: string, iconifyJson: IconifyJSON) => {\n const exisitngPrefix = iconifyJson.prefix;\n const icons = Object.keys(iconifyJson.icons);\n\n return icons.reduce(\n (object, value) => {\n object[`${newPrefix}:${value}`] = `${exisitngPrefix}:${value}`;\n return object;\n },\n {} as Record\u003Cstring, string>,\n );\n};\n```",[],362,"icon","[feature request] Allow aliasing entire collection","2025-02-21T20:10:51Z","https://github.com/nuxt/icon/issues/362",0.7184299,{"description":2056,"labels":2057,"number":2062,"owner":1985,"repository":2008,"state":2063,"title":2064,"updated_at":2065,"url":2066,"score":2067},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.9.0\n- Nuxt Version: 3.13.1\n- CLI Version: 3.13.1\n- Nitro Version: 2.9.7\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: devtools, modules, css, ui, colorMode, compatibilityDate, icon, sourcemap, experimental, nitro, future, pwa, routeRules, spaLoadingTemplate, runtimeConfig\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @vueuse/nuxt@10.11.1, @nuxtjs/mdc@0.6.1, @formkit/auto-animate/nuxt@0.8.2, @vite-pwa/nuxt@0.10.5\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.9\n\n### Reproduction\n\n`style tag`\n\n`Use`\n\n`debug`\n\n\n\n### Description\n\nSorry, I don't know if it's a bad configuration on my part, however the styles in which I use @apply don't work for me.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2058,2061],{"name":2059,"color":2060},"bug","d73a4a",{"name":1999,"color":2000},2763,"closed","postcss style not applying","2024-12-05T13:48:59Z","https://github.com/nuxt/ui/issues/2763",0.61428905,{"description":2069,"labels":2070,"number":2074,"owner":1985,"repository":2008,"state":2063,"title":2075,"updated_at":2076,"url":2077,"score":2078},"### Description\n\nHello, \n\nI was looking for adding Català language to nuxt ui v3. However, i am not used to pull requests but also, the 'ca' code may be confusing with Canada one (and may be others?)\n\nCan someone help me on that way so I will be able to use the locale in the UApp componente :) ?\n\nThank you very much ! \n\n```\n\nimport { defineLocale } from '../composables/defineLocale'\n\nexport default defineLocale({\n name: 'Català',\n code: 'ca',\n messages: {\n inputMenu: {\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n create: 'Crear \"{label}\"'\n },\n calendar: {\n prevYear: 'Any anterior',\n nextYear: 'Any següent',\n prevMonth: 'Mes anterior',\n nextMonth: 'Mes següent'\n },\n inputNumber: {\n increment: 'Incrementar',\n decrement: 'Decrementar'\n },\n commandPalette: {\n placeholder: 'Escriu una ordre o cerca...',\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n close: 'Tancar'\n },\n selectMenu: {\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n create: 'Crear \"{label}\"',\n search: 'Cerca...'\n },\n toast: {\n close: 'Tancar'\n },\n carousel: {\n prev: 'Anterior',\n next: 'Següent',\n goto: 'Anar a la diapositiva {slide}'\n },\n modal: {\n close: 'Tancar'\n },\n slideover: {\n close: 'Tancar'\n },\n alert: {\n close: 'Tancar'\n },\n table: {\n noData: 'Sense dades'\n }\n }\n})\n\n```\n\n### Additional context\n\n_No response_",[2071,2072,2073],{"name":1996,"color":1997},{"name":1999,"color":2000},{"name":2005,"color":2006},3477,"Adding Català language","2025-03-20T14:09:46Z","https://github.com/nuxt/ui/issues/3477",0.6567131,{"description":2080,"labels":2081,"number":2082,"owner":1985,"repository":2083,"state":2063,"title":2084,"updated_at":2085,"url":2086,"score":2087},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.14.0`\n- Nuxt Version: `3.16.0`\n- CLI Version: `3.22.5`\n- Nitro Version: `2.11.5`\n- Package Manager: `bun@1.2.4`\n- Builder: `-`\n- User Config: `runtimeConfig`, `modules`, `app`, `site`, `sitemap`, `robots`, `css`, `icon`, `image`, `ui`, `devtools`, `future`, `unhead`, `compatibilityDate`\n- Runtime Modules: `@nuxt/ui@3.0.0-beta.3`, `@pinia/nuxt@0.10.1`, `@nuxt/scripts@0.10.5`, `@nuxt/image@1.9.0`, `@nuxtjs/seo@2.2.0`\n- Build Modules: `-`\n\n### Reproduction\n\nnda\n\n### Describe the bug\n\nnr dev\n$ nuxt dev\nNuxt 3.16.0 with Nitro 2.11.5 nuxi 8:23:08 PM\n 8:23:08 PM\n ➜ Local: http://localhost:3003/\n ➜ Network: use --host to expose\n\n ➜ DevTools: press Shift + Option + D in the browser (v2.2.1) 8:23:10 PM\n\n\n✔ Nuxt Icon loaded local collection elfi with 70 icons 8:23:10 PM\nℹ Running with compatibility version 4 nuxt 8:23:10 PM\n✔ Vite client built in 190ms 8:23:11 PM\n✔ Vite server built in 528ms 8:23:12 PM\n\n[nitro 8:23:14 PM] ERROR Error: Could not load /\u003Cmy-path>/node_modules/unenv/dist/runtime/runtime/mock/empty.mjs (imported by node_modules/nuxt-og-image/dist/runtime/server/og-image/satori/instances.js): ENOENT: no such file or directory, open '/\u003Cmy-path>/node_modules/unenv/dist/runtime/runtime/mock/empty.mjs'\n\n\nundefined\n\n### Additional context\n\nUpgraded by \"nuxi upgrade -f\" from 3.15.4 and couldn't able to start properly with provided error.\nTried with unhead flag in nuxt.config - same error\n```\nunhead: {\n legacy: true,\n }\n```\n\n### Logs\n\n```shell-script\n\n```",[],414,"scripts","Nuxt 3.16.0 won't start properly nor dev nor build","2025-03-07T18:58:03Z","https://github.com/nuxt/scripts/issues/414",0.67626184,{"description":2089,"labels":2090,"number":2094,"owner":1985,"repository":2083,"state":2063,"title":2095,"updated_at":2096,"url":2097,"score":2098},"### 📚 What are you trying to do?\n\nI am trying to add queryParams to gtm loading script, but i don't see any way in documentation to do so.\nIs there any way to add params to script url (gtm_auth, gtm_preview, gtm_cookies_win) ?\n\n### 🔍 What have you tried?\n\n_No response_\n\n### ℹ️ Additional context\n\n_No response_",[2091],{"name":2092,"color":2093},"help wanted","008672",434,"Googel Tag Manager params","2025-03-25T19:33:48Z","https://github.com/nuxt/scripts/issues/434",0.6822591,["Reactive",2100],{},["Set"],["ShallowReactive",2103],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"yAyT1DTzZqkoLcUDwq4PaaZIaWHVttBomNFg9pQU3Tk":-1},"/nuxt/nuxt.com/1156"]