`\n- [x] Head: `\u003Clink target />`\n- [x] Head: `\u003Cstlye scoped>`\n- [x] `useServerHead`\n- [x] `useServerHeadSafe`\n- [x] `useServerSeoMeta`\n- [x] `NuxtPlgin.ssr`\n- [x] `ConfigSchema.app.rootId`\n- [x] `ConfigSchema.app.teleportId`\n- [ ] `experimental.serverAppConfig`\n\nToDos:\n- Codemods?",[3145,3148],{"name":3146,"color":3147},"discussion","538de2",{"name":3149,"color":3150},"5.x","006b75",32960,"nuxt","open","Possible removals of deprecated features with v5","2025-08-22T09:32:56Z","https://github.com/nuxt/nuxt/issues/32960",0.7794315,{"labels":3159,"number":3163,"owner":3152,"repository":3152,"state":3164,"title":3165,"updated_at":3166,"url":3167,"score":3168},[3160],{"name":3161,"color":3162},"3.x","29bc7f",11755,"closed","feedback group (beta stage)","2023-01-19T15:52:36Z","https://github.com/nuxt/nuxt/issues/11755",0.75246745,{"description":3170,"labels":3171,"number":3175,"owner":3152,"repository":3176,"state":3164,"title":3177,"updated_at":3178,"url":3179,"score":3180},"### Environment\n\n- Operating System: Darwin\r\n- Node Version: v21.7.3\r\n- Nuxt Version: 3.12.2\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.6\r\n- Package Manager: pnpm@9.1.2\r\n- Builder: -\r\n- User Config: ssr, devtools, devServer, modules, colorMode, i18n, routeRules\r\n- Runtime Modules: @nuxt/ui@2.17.0, @nuxtjs/i18n@8.3.1\r\n- Build Modules: -\n\n### Version\n\nv2.17.0\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-xszpqb?file=app.vue\n\n### Description\n\nSince `UTable` doesn't support to opt out for multiple selection, I have to implement the single selection feature by myself.\r\nUnfortunately I found it doesn't trigger `@select` event when you're checking on the checkbox.\r\n\r\nIf you're clicking on the row, it will trigger the `@select` event. \n\n### Additional context\n\nClick on the green checkbox ✅ can bypass the logic written inside `select` function\r\n \r\n\u003Cimg width=\"640\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bc20f6a7-6e85-4239-8376-3794d28ec54e\">\r\n\n\n### Logs\n\n_No response_",[3172],{"name":3173,"color":3174},"bug","d73a4a",2064,"ui","UTable doesn't trigger @select when clicking the checkbox","2024-09-06T10:18:26Z","https://github.com/nuxt/ui/issues/2064",0.7591369,{"description":3182,"labels":3183,"number":3184,"owner":3152,"repository":3185,"state":3164,"title":3186,"updated_at":3187,"url":3188,"score":3189},"\r\n\r\nIt looks like it is using Inter now?",[],1612,"nuxt.com","Fonts have changed, not sure if this is intended","2024-07-08T11:35:23Z","https://github.com/nuxt/nuxt.com/issues/1612",0.7660263,{"description":3191,"labels":3192,"number":3193,"owner":3152,"repository":3185,"state":3164,"title":3194,"updated_at":3195,"url":3196,"score":3197},"Hello,\r\n\r\nJobs page is not loading on hard refresh due to `properties of null (reading 'head')`:\r\n\r\n\r\n\r\n\r\nThank you.",[],1377,"Jobs page not load on hard refresh","2023-10-26T14:12:41Z","https://github.com/nuxt/nuxt.com/issues/1377",0.7683626,{"description":3199,"labels":3200,"number":3207,"owner":3152,"repository":3185,"state":3164,"title":3208,"updated_at":3209,"url":3210,"score":3211},"_Improve the design of the modules page with [Raycast](https://www.raycast.com/store) page as the main source of inspiration._\n\n### Todos\n- [ ] Create a responsive design for the modules listing page sync with the API.\n- [ ] Card are external links.\n",[3201,3204],{"name":3202,"color":3203},"design","00bd6f",{"name":3205,"color":3206},"dev","018415",1337,"Modules Page","2023-10-10T14:44:51Z","https://github.com/nuxt/nuxt.com/issues/1337",0.7710305,{"labels":3213,"number":3218,"owner":3152,"repository":3152,"state":3164,"title":3219,"updated_at":3220,"url":3221,"score":3222},[3214,3217],{"name":3215,"color":3216},"documentation","5319e7",{"name":3161,"color":3162},10926,"Documentation Progress","2023-01-19T14:32:52Z","https://github.com/nuxt/nuxt/issues/10926",0.77215195,{"description":3224,"labels":3225,"number":3232,"owner":3152,"repository":3152,"state":3164,"title":3233,"updated_at":3234,"url":3235,"score":3236},"For Nuxt v4 release, we will need a way to migrate projects to new patterns where there are breaking changes.\r\n\r\nThis might be (or integrate with) a `nuxi` command.\r\n\r\nWorth checking out or implementing with https://codemod.studio.",[3226,3229],{"name":3227,"color":3228},"🍰 p2-nice-to-have","0E8A16",{"name":3230,"color":3231},"4.x","3B01A5",25713,"migration wizard/guide for nuxt v4","2025-06-24T08:25:23Z","https://github.com/nuxt/nuxt/issues/25713",0.77218103,{"description":3238,"labels":3239,"number":3243,"owner":3152,"repository":3176,"state":3164,"title":3244,"updated_at":3245,"url":3246,"score":3247},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\n### Description\nHi there,\n\nIn many of the projects I’m working on, I need to display a limited number of items in the command palette when no search is performed and show more items when a search is initiated.\n\nCurrent Issue\nThe `resultLimit` currently controls how many search results are shown, but I want to decouple the initial number of displayed items from the search result limit. Specifically, I want to:\n\n- Display 5 items by default when no search is performed.\n- Increase the number of displayed items to 20 when a search is initiated, controlled by the `resultLimit`, without affecting the initial state.\n- When attempting to conditionally control this behavior using a computed property, the feature does not work as expected.\n\n Versions\n\n@nuxt/ui: ^2.18.2\nnuxt: ^3.12.4\n\nExample\n\n```Javascript\n\u003Ctemplate>\n \u003CUCommandPalette\n command-attribute=\"title\"\n :fuse=\"{\n resultLimit: computedResultLimit\n }\"\n />\n\u003C/template>\n\n\u003Cscript setup>\nconst searchTerm = ref('');\n\nconst computedResultLimit = computed(() => {\n if (!searchTerm.value) {\n return 5;\n }\n return 20;\n});\n\u003C/script>\n```\n",[3240],{"name":3241,"color":3242},"question","d876e3",2393,"Command Palette: Specific Item Display with Conditional resultLimit Behavior","2024-10-16T09:31:26Z","https://github.com/nuxt/ui/issues/2393",0.77257705,{"labels":3249,"number":3250,"owner":3152,"repository":3152,"state":3164,"title":3251,"updated_at":3252,"url":3253,"score":3254},[],13614,"Migrating to nitropack","2023-01-19T17:02:40Z","https://github.com/nuxt/nuxt/issues/13614",0.7728409,["Reactive",3256],{},["Set"],["ShallowReactive",3259],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f5eR7khqaATtXVzvwa9Sx5-mtH1w6aM8vvcc0S-_rWw8":-1},"/nuxt/nuxt.com/1060"]