isn't rendering","2025-01-08T09:24:13Z","https://github.com/nuxt/ui/issues/3044",0.6605077,{"description":3200,"labels":3201,"number":3207,"owner":3138,"repository":3158,"state":3171,"title":3208,"updated_at":3209,"url":3210,"score":3211},"### Environment\n\n- Operating System: Linux\r\n- Node Version: v20.17.0\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@9.10.0\r\n- Builder: -\r\n- User Config: extends, modules, ui, colorMode, routeRules, devtools, typescript, future, eslint, runtimeConfig, compatibilityDate\r\n- Runtime Modules: @nuxt/eslint@0.5.1, @nuxt/fonts@0.7.2, @nuxt/ui@2.18.4, @vueuse/nuxt@10.11.1\r\n- Build Modules: -\n\n### Version\n\n2.18.4\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-9zrfga?file=app.vue\r\n\n\n### Description\n\nHi everyone.\r\nI truly appreciate your work. Many many thanks!!\r\nI'm starting a new project, my first project with \"nuxt\" and \"nuxt ui+pro\" (I liked the dashboard theme).\r\nMaybe I'm doing something wrong, in this case please help me.\r\nOtherwise I think I found an error in the theme of the UDashboardModal component.\r\n\r\nThe background of UDashboardModal does not follow the length of its content in \"mobile view\" (small devide, in this example 400x616).\r\n\r\n\r\n\r\nIn desktop viewport work as expected.\r\n\r\n\r\n\r\nWhat's do you think?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3202,3203,3204],{"name":3149,"color":3150},{"name":3181,"color":3182},{"name":3205,"color":3206},"pro","5BD3CB",2220,"Issue Nuxt UI Pro UDashboardModal background ","2024-10-06T18:00:50Z","https://github.com/nuxt/ui/issues/2220",0.6647884,{"description":3213,"labels":3214,"number":3217,"owner":3138,"repository":3158,"state":3171,"title":3218,"updated_at":3219,"url":3220,"score":3221},"### Description\n\nHello, I just wanted to overwrite shadow-sm with another shadow in the card root slot.\nBut I failed to do so. I tried the :ui way and the app.config.ts way but in both cases the new class \"shadow-card\" ended up BEHIND \"shadow-sm\".\n\n```\n card: {\n slots: {\n root: \"shadow-card\",\n },\n },\n```\n\nSo shadow-card always gets overwritten by shadow-sm cause the code always ends up like this:\n```\n\u003Cdiv class=\"bg-[var(--ui-bg)] ring ring-[var(--ui-border)] divide-y divide-[var(--ui-border)] rounded-[calc(var(--ui-radius)*2)] shadow-sm shadow-card\">\n```\n\nso how can I overwrite shadow-sm here?",[3215,3216],{"name":3167,"color":3168},{"name":3152,"color":3153},2936,"Overwrite css classes of slots","2025-01-08T16:26:22Z","https://github.com/nuxt/ui/issues/2936",0.66720325,{"description":3223,"labels":3224,"number":3227,"owner":3138,"repository":3158,"state":3171,"title":3228,"updated_at":3229,"url":3230,"score":3231},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.16.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@9.6.7\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10, @nuxt/eslint@0.7.2, @nuxtjs/i18n@9.1.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.10\n\n### Reproduction\n\nNone\n\n### Description\n\nThank you very much for providing such a great component library. I'm trying to use it in my personal project.\n\nThe following is the relevant code:\n```ts\nconst columns = computed(() => defaultColumns.filter(column => selectedColumns.value.includes(column.accessorKey)))\n```\n```vue\n\u003CUTable\n :columns=\"columns\"\n :data=\"data\"\n/>\n```\n\n---\nI checked the latest documentation, and the examples of UTable regarding column display control seem to have no effect, such as: https://ui3.nuxt.dev/components/table#with-column-visibility.\n\n\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3225,3226],{"name":3149,"color":3150},{"name":3152,"color":3153},2874,"The update of the columns property will not trigger an update of the UTable component","2025-01-25T13:12:40Z","https://github.com/nuxt/ui/issues/2874",0.6708047,{"description":3233,"labels":3234,"number":3236,"owner":3138,"repository":3158,"state":3171,"title":3237,"updated_at":3238,"url":3239,"score":3240},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.2`\n- Nuxt Version: `3.14.1592`\n- CLI Version: `3.16.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `npm@10.9.1`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui`, `@nuxt/fonts@^0.9.2`, `@vueuse/nuxt@11.3.0`, `@pinia/nuxt@^0.5.5`\n- Build Modules: `-`\n\n\n### Version\n\nui@2.20.0 / ui-pro@1.6.0\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-3i8hdkq6?file=pages%2Findex.vue\n\n### Description\n\nHiya folks,\nI'm using UTable with a v-model which gives it checkboxes, making it selectable.\nOn the same table, I've also been using `@select` to call a navigate function when the row is clicked.\nSince UI v2.18.5, clicking the checkbox to select the row calls the `@select` navigation function.\n\nEssentially, I need the `@select` to apply to the full row except for the checkbox. In the reproduction, you'll see that checking a checkbox also triggers a navigation.\n\nI see this change was introduced in v2.18.5 with [this pull request](https://github.com/nuxt/ui/pull/2072) - my implementation was working before this.\n\nPlease let me know if you need any more information.\nI raised this on [Discord](https://discord.com/channels/473401852243869706/1042756264205230081/threads/1292979528393687071) but didn't catch anyone's eye.\n\nCheers,\nFred\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3235],{"name":3149,"color":3150},2884,"Table Both Selectable and Clickable","2025-04-22T20:03:37Z","https://github.com/nuxt/ui/issues/2884",0.6737356,{"description":3242,"labels":3243,"number":3246,"owner":3138,"repository":3139,"state":3171,"title":3247,"updated_at":3248,"url":3249,"score":3250},"### Environment\n\nMacOS, Chrome, Firefox and Safari\n\n### Reproduction\n\n### to reproduce\n1.go to the a module category page with direct access, such as [security](https://nuxt.com/modules?category=Security) or [devtools](https://nuxt.com/modules?category=Devtools) or do a page refresh from any of the category page.\n2. open a bunch of module links in a NEW TAB via right click \"open in a new tab\" or CMD + Click\n3. find out that when you open a new link to a module, for instance, [nuxt-security](), the target URL that is actually opened is [nuxt-image](https://nuxt.com/modules/image)\n\n\nIt happens when opening a new tabs from the \"security\" category `?category=Security`\nIt only happens when opening the security category on direct access by typing accessing url directly\nIt does not happen when opening the link on the same window on the `?category=Security` page\nIt does not happen when opening links from [module page without category slug](https://nuxt.com/modules)\n\n\n\n### Describe the bug\n\nThere is a unpredictable behaviour. When i click on nuxt modules cards that links to Nuxt 3 modules on a new tab, it open a different link than the expected one.\n\nWhen I try direct access by clicking on the link (not a open in a new tab or CMD + Click , it works as expected\n\n### Additional context\n\n\n### additional info\nreproduced on Chrome and Safari.\nhttps://github.com/user-attachments/assets/0742a7fa-80c6-4556-b31c-26f181d9f92b\n\n### guess\n when browsing a category with an active filter, the opened links pattern (`@nuxtjs/kinde`, `@logto/nuxt`, `@nuxt/devtools `) actually match the links displayed on the [root main modules page](https://nuxt.com/modules) without active filter `https://nuxt.com/modules`.\n\n### Logs\n\n```shell-script\n\n```",[3244],{"name":3149,"color":3245},"ff281a",1750,"(nuxt website): module cards links are inconsistent at open new tab","2025-03-21T16:12:36Z","https://github.com/nuxt/nuxt.com/issues/1750",0.67392,["Reactive",3252],{},["Set"],["ShallowReactive",3255],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f6Hy2164KMzZP8g2byXoAzy_2l9pFVP253ig-cKZqacs":-1},"/nuxt/nuxt.com/1432"]