\n\u003C/template>\n```\n\n### Description\n\nWhen using the `USlider` component to render more than 100 `SliderThumbs`, the following error occurs:\n\n```\nUncaught (in promise) Maximum recursive updates exceeded in component \u003CSliderThumb>.\n```\n\nThis error seems to happen due to recursive reactive updates when the number of slider thumbs exceeds a certain limit.\n\n**Steps to Reproduce:**\n\n1. Create a Nuxt 3 project.\n2. Install Nuxt UI 3.\n3. Add the following code to a component:\n\n```vue\n\u003Cscript setup lang=\"ts\">\nimport { range } from 'lodash';\nimport { ref } from 'vue';\n\nconst value = ref(range(100)); // 100 sliders\n\u003C/script>\n\n\u003Ctemplate>\n \u003CUSlider v-model=\"value\" />\n\u003C/template>\n```\n\n4. Run the project and attempt to render the component.\n\n**Expected Result:**\nThe `USlider` component should render more than 100 `SliderThumbs` without any errors.\n\n**Actual Result:**\nThe following error is shown in the browser console, and the application fails to work properly:\n\n```\nUncaught (in promise) Maximum recursive updates exceeded in component \u003CSliderThumb>.\n```\n\n### Additional context\n\n- This issue seems to be caused by recursive reactive updates within the `USlider` component.\n- No documented limitations regarding the number of `SliderThumbs` were found in the Nuxt UI 3 documentation.\n\n### Logs\n\n```shell-script\n\n```",[2867,2870,2873],{"name":2868,"color":2869},"bug","d73a4a",{"name":2871,"color":2872},"v3","49DCB8",{"name":2874,"color":2875},"triage","ffffff",3174,"nuxt","ui","open","`USlider`: Maximum recursive updates exceeded with more than 100 SliderThumbs","2025-01-25T10:51:38Z","https://github.com/nuxt/ui/issues/3174",0.7271061,{"description":2885,"labels":2886,"number":2890,"owner":2877,"repository":2878,"state":2879,"title":2891,"updated_at":2892,"url":2893,"score":2894},"### Environment\n\nNA\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n\"3.0.0-alpha.9\",\n\n### Reproduction\n\nthe UAccordion component triggers a semantic HTML error for each \"dropdown / accordion\" that there is in it.\n\n# 3 dropdowns:\n\n\n\n\n\n\n\n----\n\n# duplicate the accordion (so now 6 dropdowns)\n\n\n\n\n\n\n\n\n\n\n### Description\n\nthe UAccordion component triggers a semantic HTML error for each \"dropdown / accordion\" that there is in it.\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2887,2888,2889],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},2782,"UAccordion semantic HTML errors","2024-11-27T04:21:09Z","https://github.com/nuxt/ui/issues/2782",0.7601543,{"description":2896,"labels":2897,"number":2904,"owner":2877,"repository":2878,"state":2879,"title":2905,"updated_at":2906,"url":2907,"score":2908},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\nI'm wondering if there is an event (similar to ``@select``) for hovering over a table row?\n\nI want to show a popover panel upon hovering over a row\n\nMy current workaround is to insert an action column, and wrap it in a ``UPopover`` component. But preferably, the entire row should act as a trigger\n\nAny suggestions?\n\n```\n\u003Ctemplate #preview-data=\"{ row }\">\n \u003CUPopover \n mode=\"hover\" \n :open-delay=\"300\" \n :disabled=\"isMounted && !grid.sm\"\n :ui=\"{\n ring: 'dark:ring-gray-700'\n }\"\n >\n \u003CUButton icon=\"i-heroicons-identification-20-solid\" color=\"purple\" square />\n\n \u003Ctemplate #panel>\n \u003CRegioloketPreview \n :data=\"row\"\n />\n \u003C/template>\n \u003C/UPopover>\n \u003C/template>\n\n```\n\n",[2898,2901],{"name":2899,"color":2900},"question","d876e3",{"name":2902,"color":2903},"stale","ededed",2435,"@hover event for UTable rows","2025-02-14T01:58:49Z","https://github.com/nuxt/ui/issues/2435",0.7603816,{"description":2910,"labels":2911,"number":2915,"owner":2877,"repository":2878,"state":2916,"title":2917,"updated_at":2918,"url":2919,"score":2920},"### Description\n\nHello. Recently I encountered some weird tooltip positioning problems. I use quite a few of tooltips on various places, sometimes nested in accordions. I had a problem to this day, that I managed to solve by setting the UTooltips `popper.strategy` to `absolute` instead of default `fixed`. When using stragegy `fixed`, the tooltip did not render at the correct place, but several (hundred) pixels away, as shown at first screenshot. The correct position of the tooltip should be just below the H3 button, that I was hovering on. \r\n\r\n\r\nAdding insult to injury, it got even worse when I scrolled down.\r\n\r\n\r\nI was just wondering, what caused this issue? Could it be that the component in question was rendered inside an accordion? I did not get this issue when rendering the same component outside of accordion, so I suppose its that. The last thing I want to ask is whether the `absolute` strategy brings some limitations? I checked throughout the application, but I didn't find any problematic places.\r\n\r\nThanks for any answers and awesome work you guys are putting into this project.",[2912,2913],{"name":2899,"color":2900},{"name":2914,"color":2875},"wontfix-v2",1737,"closed","Tooltip positioning problems","2025-03-28T17:58:46Z","https://github.com/nuxt/ui/issues/1737",0.7404404,{"labels":2922,"number":2926,"owner":2877,"repository":2877,"state":2916,"title":2927,"updated_at":2928,"url":2929,"score":2930},[2923],{"name":2924,"color":2925},"2.x","d4c5f9",6551,"add new favicon","2023-01-18T21:49:16Z","https://github.com/nuxt/nuxt/issues/6551",0.74978924,{"description":2932,"labels":2933,"number":2935,"owner":2877,"repository":2878,"state":2916,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### 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",[2934],{"name":2899,"color":2900},2393,"Command Palette: Specific Item Display with Conditional resultLimit Behavior","2024-10-16T09:31:26Z","https://github.com/nuxt/ui/issues/2393",0.75647163,{"description":2941,"labels":2942,"number":644,"owner":2877,"repository":2943,"state":2916,"title":2944,"updated_at":2945,"url":2946,"score":2947},"Font awesome supports tags that animate the icon\r\n\r\nspin & pulse are some examples.\r\n\r\nAnyway we can support these?\r\n\r\nThanks\r\n",[],"icon","spin, pulse, or other animations","2022-12-19T15:51:29Z","https://github.com/nuxt/icon/issues/7",0.76340586,{"description":2949,"labels":2950,"number":644,"owner":2877,"repository":2951,"state":2916,"title":2952,"updated_at":2953,"url":2954,"score":2947},"",[],"nuxt.com","`/account/teams` page","2023-02-15T12:31:35Z","https://github.com/nuxt/nuxt.com/issues/7",{"description":2956,"labels":2957,"number":2964,"owner":2877,"repository":2951,"state":2916,"title":2965,"updated_at":2966,"url":2967,"score":2968},"_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",[2958,2961],{"name":2959,"color":2960},"design","00bd6f",{"name":2962,"color":2963},"dev","018415",1337,"Modules Page","2023-10-10T14:44:51Z","https://github.com/nuxt/nuxt.com/issues/1337",0.7646869,{"labels":2970,"number":2972,"owner":2877,"repository":2877,"state":2916,"title":2973,"updated_at":2974,"url":2975,"score":2976},[2971],{"name":2924,"color":2925},4584,"This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.","2023-01-18T20:06:18Z","https://github.com/nuxt/nuxt/issues/4584",0.76560396,["Reactive",2978],{},["Set"],["ShallowReactive",2981],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fb7xFOKzGmXqqET8eO0gArU6nSFsgN0Bgfi8Id7xHHLI":-1},"/nuxt/ui/2090"]