\n\n \u003Ctemplate #panel>\n \u003CRegioloketPreview \n :data=\"row\"\n />\n \u003C/template>\n \u003C/UPopover>\n \u003C/template>\n\n```\n\n",[2876,2879],{"name":2877,"color":2878},"question","d876e3",{"name":2880,"color":2881},"stale","ededed",2435,"@hover event for UTable rows","2025-02-14T01:58:49Z","https://github.com/nuxt/ui/issues/2435",0.76505786,{"description":2888,"labels":2889,"number":2899,"owner":2866,"repository":2866,"state":2868,"title":2900,"updated_at":2901,"url":2902,"score":2903},"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.",[2890,2893,2896],{"name":2891,"color":2892},"enhancement","8DEF37",{"name":2894,"color":2895},"🍰 p2-nice-to-have","0E8A16",{"name":2897,"color":2898},"4.x","3B01A5",25713,"migration wizard/guide for nuxt v4","2024-04-02T16:14:03Z","https://github.com/nuxt/nuxt/issues/25713",0.77218103,{"labels":2905,"number":2909,"owner":2866,"repository":2866,"state":2910,"title":2911,"updated_at":2912,"url":2913,"score":2914},[2906],{"name":2907,"color":2908},"3.x","29bc7f",11755,"closed","feedback group (beta stage)","2023-01-19T15:52:36Z","https://github.com/nuxt/nuxt/issues/11755",0.75246745,{"description":2916,"labels":2917,"number":2919,"owner":2866,"repository":2867,"state":2910,"title":2920,"updated_at":2921,"url":2922,"score":2923},"### 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_",[2918],{"name":2857,"color":2858},2064,"UTable doesn't trigger @select when clicking the checkbox","2024-09-06T10:18:26Z","https://github.com/nuxt/ui/issues/2064",0.75913686,{"description":2925,"labels":2926,"number":2927,"owner":2866,"repository":2928,"state":2910,"title":2929,"updated_at":2930,"url":2931,"score":2932},"\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.7660264,{"description":2934,"labels":2935,"number":2936,"owner":2866,"repository":2928,"state":2910,"title":2937,"updated_at":2938,"url":2939,"score":2940},"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":2942,"labels":2943,"number":2950,"owner":2866,"repository":2928,"state":2910,"title":2951,"updated_at":2952,"url":2953,"score":2954},"_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",[2944,2947],{"name":2945,"color":2946},"design","00bd6f",{"name":2948,"color":2949},"dev","018415",1337,"Modules Page","2023-10-10T14:44:51Z","https://github.com/nuxt/nuxt.com/issues/1337",0.7710305,{"labels":2956,"number":2961,"owner":2866,"repository":2866,"state":2910,"title":2962,"updated_at":2963,"url":2964,"score":2965},[2957,2960],{"name":2958,"color":2959},"documentation","5319e7",{"name":2907,"color":2908},10926,"Documentation Progress","2023-01-19T14:32:52Z","https://github.com/nuxt/nuxt/issues/10926",0.77215195,{"description":2967,"labels":2968,"number":2970,"owner":2866,"repository":2867,"state":2910,"title":2971,"updated_at":2972,"url":2973,"score":2974},"### 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",[2969],{"name":2877,"color":2878},2393,"Command Palette: Specific Item Display with Conditional resultLimit Behavior","2024-10-16T09:31:26Z","https://github.com/nuxt/ui/issues/2393",0.77257705,["Reactive",2976],{},["Set"],["ShallowReactive",2979],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f5eR7khqaATtXVzvwa9Sx5-mtH1w6aM8vvcc0S-_rWw8":-1},"/nuxt/nuxt.com/1060"]