",[],950,"nuxt","cli","open","Support tabs for `npx nuxi@latest module add`","2025-07-10T11:29:02Z","https://github.com/nuxt/cli/issues/950",0.7456599,{"description":3029,"labels":3030,"number":3034,"owner":3021,"repository":3035,"state":3023,"title":3036,"updated_at":3037,"url":3038,"score":3039},"### 📚 Is your documentation request related to a problem?\n\n📚 Is your documentation request related to a problem?\n\nI couldn't find in the docs how to display in the devtools so that I can know which one is which.\n\n```ts\n useScript(\n {\n src: \"xxx\",\n id: \"super-script-src\",\n },\n {\n devtools: {\n registryKey: \"SuperScript\", // Key used to map to the registry script for Nuxt DevTools. as per JS Docs ( It's not the name \n registryMeta: {\n name: \"SuperScript\", // We can include here for example the name\n },\n },\n },\n );\n```\n\nExample after I included that meta data in the devtools\n\n\n\n\n\n### 🔍 Where should you find it?\n\nI would say a tab with devtools in the sidebar with this and more information on how useful the devtools is, would be really important\n\n### ℹ️ Additional context\n\n_No response_",[3031],{"name":3032,"color":3033},"documentation","0075ca",332,"scripts","How to display in the devtools name of the scripts","2024-12-06T09:14:08Z","https://github.com/nuxt/scripts/issues/332",0.78498393,{"description":3041,"labels":3042,"number":3052,"owner":3021,"repository":3053,"state":3054,"title":3055,"updated_at":3056,"url":3057,"score":3058},"### Description\n\nI want to create tabs that automatically adjust their size based on their content:\n\n\u003Cimg width=\"396\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/f5d9f060-91ee-4273-80df-1690d2539743\" />\n\nNuxtUI default tabs are full width:\n\n\u003Cimg width=\"888\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/3b20aedc-9de2-44da-bdde-baa62b8c8e08\" />\n\nI have tried setting `w-auto` on list:\n\n```vue\n\u003CUTabs\n :ui=\"{\n list: 'w-auto',\n }\"\n :items=\"items\"\n/>\n```\n\nBut text is truncated:\n\n\u003Cimg width=\"259\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/97898d5a-4a27-4340-b03a-9c0dc07c9b96\" />\n\nHow would you achieve this?\n\n\n### Additional context\n\n_No response_",[3043,3046,3049],{"name":3044,"color":3045},"enhancement","a2eeef",{"name":3047,"color":3048},"v3","49DCB8",{"name":3050,"color":3051},"triage","ffffff",4056,"ui","closed","Tabs with auto width","2025-05-05T13:47:43Z","https://github.com/nuxt/ui/issues/4056",0.6845976,{"description":3060,"labels":3061,"number":3064,"owner":3021,"repository":3065,"state":3054,"title":3066,"updated_at":3067,"url":3068,"score":3069},"Switch between:\n\n- General\n- Repository\n- Advanced",[3062],{"name":3044,"color":3063},"1ad6ff",331,"nuxt.com","Settings responsive tabs ","2023-02-15T12:32:09Z","https://github.com/nuxt/nuxt.com/issues/331",0.7137472,{"description":3071,"labels":3072,"number":3064,"owner":3021,"repository":3073,"state":3054,"title":3074,"updated_at":3075,"url":3076,"score":3069},"https://test-utils.nuxtjs.org/api-reference/browser-testing\r\n\r\n`setupTest` dont see \r\n\r\n\r\n",[],"test-utils","Nuxt 3 Playwright Dont working","2023-12-02T00:28:09Z","https://github.com/nuxt/test-utils/issues/331",{"description":3078,"labels":3079,"number":3088,"owner":3021,"repository":3053,"state":3054,"title":3089,"updated_at":3090,"url":3091,"score":3092},"### Description\n\nCurrently only one responsive strategy is supported - horizontal scroll, but this is not best for all cases. It is possible to hack it by custom CSS or create multiple implementations switched by media query, but usually it means very tight reliance on table markup, so it is easy to break. \n\n\nFor most cases this strategies should be enough:\n\n## Horizontal scroll with first/last cell fixed\nCurrently only strategy implemented. \nGood when user needs to focus only to some columns at a time\n\n\n\n## Prioritized columns\nGood when only 1-2 columns are important. Rest can be manually shown. Can be combined with horizontal scroll.\nEasy to implement in UI kit.\n\n\n\n## Row/cell flip and horizontal scroll\nGood when user needs to focus only to single row or compare two/three following rows.\nEasy to implement in UI kit.\n\n\n\n## Graphical chart\nGood for numbers, but usually both table and chart is required.\nNeeds custom implementation.\n\n\n\n## Table heading next to each row\nVery good when user needs to focus only to single row, but without confusion of horizontal scroll.\nEasy to implement in UI kit.\n\n\n## Change rows to carts\nSame like previos, better usability, but needs custom implementation.\n\n\n\nGood demos of different approaches:\nhttps://elvery.net/demo/responsive-tables/\n\nIt would be good if the selected strategy could be applied based on media query, because the breakpoint will depend on the use-case.\n\nWhen not implemented as a feature it would be nice to just show example how to implement it from outside..\n\n### Additional context\n\n_No response_",[3080,3081,3082,3083,3086],{"name":3044,"color":3045},{"name":3047,"color":3048},{"name":3050,"color":3051},{"name":3084,"color":3085},"closed-by-bot","ededed",{"name":3087,"color":3085},"stale",3742,"Alternative responsive table strategies","2025-06-18T09:01:22Z","https://github.com/nuxt/ui/issues/3742",0.7486334,{"description":3094,"labels":3095,"number":3103,"owner":3021,"repository":3053,"state":3054,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### Environment\n\n- Operating System: Darwin\n- Node Version: -\n- Nuxt Version: -\n- CLI Version: -\n- Nitro Version: -\n- Package Manager: -\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.16.1\n\n### Reproduction\n\nhttps://dashboard-template.nuxt.dev/\n\nhttps://github.com/user-attachments/assets/c7c84465-1507-4ba8-a321-1e4f7def60f1\n\n### Description\n\nI was checking the pro dashboard template and found that.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3096,3099,3100],{"name":3097,"color":3098},"bug","d73a4a",{"name":3047,"color":3048},{"name":3101,"color":3102},"pro","5BD3CB",3713,"Command behind Slideover in Nuxt UI Pro Template","2025-03-28T15:16:02Z","https://github.com/nuxt/ui/issues/3713",0.74915934,{"description":3109,"labels":3110,"number":3115,"owner":3021,"repository":3065,"state":3054,"title":3116,"updated_at":3117,"url":3118,"score":3119},"I believe we can save space and have at least the first module displayed.\n\n\n\n\nWe can also reduce the size of the card on mobile.\n",[3111,3112],{"name":3044,"color":3063},{"name":3113,"color":3114},"responsive","1cd1c6",672,"[Modules] Improve responsive page","2022-06-28T15:54:53Z","https://github.com/nuxt/nuxt.com/issues/672",0.7590902,{"description":3121,"labels":3122,"number":3124,"owner":3021,"repository":3065,"state":3054,"title":3125,"updated_at":3126,"url":3127,"score":3128},"- [x] `/modules`\n- [x] `/community/repositories`\n- [x] `/community/nuxters`\n- [x] `/community/partners`\n- [x] `/resources/showcases`",[3123],{"name":3044,"color":3063},612,"[Responsive] Aside filters selects on mobile should be full width","2023-02-15T12:32:38Z","https://github.com/nuxt/nuxt.com/issues/612",0.76565915,{"description":3130,"labels":3131,"number":3124,"owner":3021,"repository":3073,"state":3054,"title":3135,"updated_at":3136,"url":3137,"score":3128},"## Description\r\nTrying to follow the official documentation, I am adding a `test` config section in the `defineVitestConfig` and receive the following error:\r\n#### Object literal may only specify known properties, and 'test' does not exist in type 'InlineConfig'.ts(2353)\r\n",[3132],{"name":3133,"color":3134},"vitest-environment","b60205","`test` config not found in nuxt-vitest","2023-12-02T17:18:50Z","https://github.com/nuxt/test-utils/issues/612",["Reactive",3139],{},["Set"],["ShallowReactive",3142],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fCt3izGyOu-XaCQR1JCTscpK7Aldwqx8WtnRkyD-lHWo":-1},"/nuxt/ui/4434"]