\n \u003C/UChip>\n\u003C/template>\n````\n\n### Description\n\nHey,\n\nThanks for your great work.\n\nI have noticed this on a few elements in UI3, but especaily here padding just is not right. Yes of course you can change it, but i belive there needs to be some sane defaults across all elements.\n\nText in chip, and even a simple number is almost unreadable see screenshot below. Happy to open a pr or list all other elements where this seems to have happened (one that comes to mind is UAvatar https://github.com/nuxt/ui/issues/3558).\n\n\n\n### Additional context\n\nThis example is directly from the UI website",[3139,3142,3145],{"name":3140,"color":3141},"bug","d73a4a",{"name":3143,"color":3144},"v3","49DCB8",{"name":3146,"color":3147},"triage","ffffff",3633,"nuxt","ui","open","Default padding on `UChip`","2025-03-20T09:21:01Z","https://github.com/nuxt/ui/issues/3633",0.74838424,{"description":3157,"labels":3158,"number":3164,"owner":3149,"repository":3150,"state":3165,"title":3166,"updated_at":3167,"url":3168,"score":3169},"### Environment\n\n System:\n OS: Linux 6.5 Ubuntu 23.10 23.10 (Mantic Minotaur)\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\n Memory: 44.48 GB / 62.57 GB\n Container: Yes\n Shell: 5.9 - /usr/bin/zsh\n Browsers:\n Chrome: 126.0.6478.126\n\n### Version\n\nv3.0.0-alpha.6\n\n### Reproduction\n\nhttps://ui3.nuxt.dev/components/select-menu\n\n### Description\n\n1. open docs\n2. open any select menu\n3. select any option\n4. tab to next field\n5. tab index is reset\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3159,3160,3161],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3162,"color":3163},"reka-ui","56d799",2350,"closed","[SelectMenu] Broken focus/tab index after selecting","2024-12-03T15:11:34Z","https://github.com/nuxt/ui/issues/2350",0.7043489,{"description":3171,"labels":3172,"number":3179,"owner":3149,"repository":3180,"state":3165,"title":3181,"updated_at":3182,"url":3183,"score":3184},"due to the listing order being a big influence in traffic for the agency page, would it be possible for the agencies to be presented in a random order when accessing the [Agencies page](https://nuxt.com/support/agencies) ?",[3173,3176],{"name":3174,"color":3175},"enhancement","1ad6ff",{"name":3177,"color":3178},"marketing","f5c828",1048,"nuxt.com","[Agencies] Present agencies in a random order","2023-10-10T14:45:03Z","https://github.com/nuxt/nuxt.com/issues/1048",0.7265564,{"description":3186,"labels":3187,"number":3192,"owner":3149,"repository":3150,"state":3165,"title":3193,"updated_at":3194,"url":3195,"score":3196},"### For what version of Nuxt UI are you asking this question?\n\nv3-alpha\n\n### Description\n\nI understand that during alpha phase, documentation might not always be up-to-date. However, it might be interesting to understand whether one should expect that features mentioned in documentation actually work (or it should be considered a bug if they don't).\n\nE.g., I cannot get slotting in tables (https://ui3.nuxt.dev/components/table#with-slots) to work. But I'm unsure, if this is just the docs being faster than the implementation or I should open a bug report.",[3188,3191],{"name":3189,"color":3190},"question","d876e3",{"name":3143,"color":3144},2505,"Is documentation of v3 in sync with implementation?","2024-10-31T16:14:37Z","https://github.com/nuxt/ui/issues/2505",0.72777003,{"description":3198,"labels":3199,"number":3202,"owner":3149,"repository":3180,"state":3165,"title":3203,"updated_at":3204,"url":3205,"score":3206},"After updating the API, Jobs page is on error under certain circumstances : \n\nRelated commit : https://github.com/nuxtlabs/nuxt.com/commit/8962705b5d0dda99724d661efeeb4ed18e332db4\n\nEnvironment (Preview) : https://framework-p2aadzhns-nuxt-js.vercel.app/\n\n```\nTypeError: Cannot read properties of undefined (reading 'map')\n```\n\nThis is due to changes in the data structure of the API, changing from `\u003CNuxtJob[]>` to `{ data: \u003CNuxtJob[]>`. API endpoint (/api/jobs) seems to sometimes serve the outdated data.\n\n- 1 : client-side navigation from / to /support/jobs : fails\n- 2 : Server hit on /support/jobs : works\n- 3: client-side navigation back and forth to /support/jobs after 2 : works",[3200],{"name":3140,"color":3201},"ff281a",1041,"[Jobs] Error after API update","2023-06-06T12:14:28Z","https://github.com/nuxt/nuxt.com/issues/1041",0.7452668,{"description":3208,"labels":3209,"number":3211,"owner":3149,"repository":3180,"state":3165,"title":3212,"updated_at":3213,"url":3214,"score":3215},"\n\nThe select should be after the input text",[3210],{"name":3174,"color":3175},547,"[Project] Invert type and input on YAML fields","2022-05-23T15:16:52Z","https://github.com/nuxt/nuxt.com/issues/547",0.7474784,{"description":3217,"labels":3218,"number":3211,"owner":3149,"repository":3222,"state":3165,"title":3223,"updated_at":3224,"url":3225,"score":3215},"I've have run into use case that seems peculiar, but I wanted to pose it here in case it's something that would make sense to bundle into this package as an enhancement.\r\n\r\nPut simply, I needed to do something like `registerEndpoint`, but to be able to set it up _before the Nuxt app starts_. We've tried calling `registerEndpoint` as early as possible, but from what I've seen, this just mocks calls for once the Vue app is mounted to the window, not before.\r\n\r\nWhat I've landed on as a solution is have a Nuxt plugin that's only included for test runs which replaces the global `$fetch` with a mock implementation of `$fetch` wrapped in `vi.fn()`, plus a mock implementation of `$fetch.create`. That's coupled with an object that can be configured with the return values like so:\r\n\r\n```ts\r\nconst endpointMocks = {\r\n 'http://0.0.0.0:8000/api/1.0': {\r\n some: {\r\n endpoint: () => ({ ok: true }),\r\n },\r\n },\r\n};\r\n```\r\n\r\nRight now it catches any call that doesn't match a path in this object, and raises an error instead of making a request.\r\n\r\nIs this a feature that would be desirable to be included as part of `nuxt-vitest`? Or perhaps would this be better suited as its own module/package elsewhere?",[3219],{"name":3220,"color":3221},"vitest-environment","b60205","test-utils","enhancement: mocking $fetch before app starts (@sidebase/nuxt-auth)","2023-12-02T23:39:53Z","https://github.com/nuxt/test-utils/issues/547",{"description":3227,"labels":3228,"number":3235,"owner":3149,"repository":3150,"state":3165,"title":3236,"updated_at":3237,"url":3238,"score":3239},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.11.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@9.15.4\n- Builder: -\n- User Config: modules, devtools, app, css, runtimeConfig, future, compatibilityDate, telemetry, eslint\n- Runtime Modules: @nuxt/ui-pro@3.0.0, @nuxt/eslint@1.0.1, @vueuse/nuxt@12.5.0, @nuxt/image@1.9.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3\n\n### Reproduction\n\n```\n\u003CUDashboardSidebar\n collapsible\n resizable\n >\n \u003Ctemplate #header>\n \u003Cdiv class=\"flex items-center gap-2\">\n \u003CUIcon\n name=\"i-solar-buildings-2-bold\"\n class=\"w-7 h-7\"\n />\n \u003Cspan class=\"flex items-center gap-2 font-semibold text-lg logo\">example\u003C/span>\n \u003C/div>\n \u003C/template>\n \u003CUNavigationMenu\n orientation=\"vertical\"\n :items=\"links\"\n />\n \u003Cdiv class=\"flex-1\" />\n \u003CUNavigationMenu\n orientation=\"vertical\"\n\n :items=\"footerLinks\"\n />\n \u003CUSeparator class=\"sticky bottom-0\" />\n \u003Ctemplate #footer>\n \u003Cspan class=\"text-xs text-neutral-500 tracking-tight\">Version {{ useRuntimeConfig().public.version }}\u003C/span>\n \u003C/template>\n \u003C/UDashboardSidebar>\n```\n\n### Description\n\nHey,\nEvery time sidebar is opened i get the following warns in console:\n\n```\nutils.ts:34 Warning: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.\n\nIf you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.\n\nFor more information, see https://www.reka-ui.com/docs/components/dialog.html#title\n```\nand \n```\nWarning: Missing `Description` or `aria-describedby=\"undefined\"` for DialogContent.\n```\n\nAlso, do think in general we should avoid Reka UI error messages...",[3229,3230,3231,3234],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3232,"color":3233},"pro","5BD3CB",{"name":3162,"color":3163},3559,"`UDashboardSidebar` - `reka-ui` errors on open","2025-03-31T20:55:10Z","https://github.com/nuxt/ui/issues/3559",0.7489892,{"description":3241,"labels":3242,"number":3246,"owner":3149,"repository":3180,"state":3165,"title":3247,"updated_at":3248,"url":3249,"score":3250},"- [ ] Move to `nuxt/nuxt.js` repository in `docs/`\n- [ ] Branch + deployment on domain\n- [ ] Upgrade to new docus (`nuxt3-docs` theme https://github.com/nuxt/nuxt3-docs)\n- [ ] Remove landing page\n- [ ] Update logo\n- [ ] Link to go back to `nuxt.com`\n\n### Navbar\n\n1. Learn\n - ...docs\n - Master courses to `https://masteringnuxt.com/?utm_source=nuxt&utm_medium=link&utm_campaign=nsite`\n2. Examples\n3. Explore\n - Deployments\n - Themes\n - Video courses\n - Modules to `nuxt.com/integrations`\n4. Releases\n\n#### Discover\n\n- [ ] Redirect `/showcases` to `nuxt.com/resources/showcases`\n- [ ] Redirect `/case-studies` to `nuxt.com/resources/case-studies`\n- [ ] Redirect `/testimonials` to `nuxt.com/docs/framework/v2`\n\n#### Learn\n\n- [ ] Redirect `/tutorials` to `nuxt.com/resources/blog`\n\n#### Community\n\n- [ ] Redirect `/announcements` to `nuxt.com/resources/blog`\n- [ ] Redirect `/teams` to `nuxt.com/community/nuxters`\n- [ ] Redirect `/sponsors` to `nuxt.com/community/partners`\n\n#### Partners\n\n- [ ] Redirect `/partners` to `nuxt.com/community/partners`\n\n### Footer\n\n- [ ] Default docus footer\n- [ ] `/support` -> `nuxt.com/company/support`\n- [ ] `/contribution-guide` (to keep)\n- [ ] `/events` -> `nuxt.com/resources/live-events` + update on `nuxt.com`\n- [ ] `/design` -> `nuxt.com/resources/design-kit`",[3243],{"name":3244,"color":3245},"roadmap","ff7a1a",534,"`v2.nuxt.com`","2022-11-17T11:41:23Z","https://github.com/nuxt/nuxt.com/issues/534",0.7568012,{"description":3252,"labels":3253,"number":3246,"owner":3149,"repository":3222,"state":3165,"title":3255,"updated_at":3256,"url":3257,"score":3250},"When updating setProps the target component is not being updated.\r\n\r\n```\r\nExtraneous non-props attributes (title) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. \r\n```\r\n\r\nReproduction: https://stackblitz.com/edit/nuxt-starter-quawkh?file=pages%2F__tests__%2FTestComponent.nuxt.spec.js",[3254],{"name":3220,"color":3221},"setProps not working with mountSuspended","2023-12-19T09:11:16Z","https://github.com/nuxt/test-utils/issues/534",["Reactive",3259],{},["Set"],["ShallowReactive",3262],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f8bVjV8SIng5LLQnego4tD9rffwkN32R0QOFEmU-b_bM":-1},"/nuxt/nuxt.com/1056"]