\n\nThis button doesn't have an accessible label (eg an aria-label or screenreader-only text) to indicate its purpose to assistive technology. For example, when testing this page with [NVDA](https://www.nvaccess.org/) and landing on this button, it just reads 'Button'. There's also no audible feedback when the file has been removed to indicate that the button press was successful, and ideally focus should be restored back to the file upload when the file is removed.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3094,3097,3098],{"name":3095,"color":3096},"bug","d73a4a",{"name":3043,"color":3044},{"name":3046,"color":3047},4590,"File upload component doesn't have accessible label for clear button","2025-07-27T17:52:10Z","https://github.com/nuxt/ui/issues/4590",0.777968,{"description":3105,"labels":3106,"number":3107,"owner":3049,"repository":3108,"state":3064,"title":3109,"updated_at":3110,"url":3111,"score":3112},"It doesn't matter wether you specify svg via `app.config.ts` or via `mode` prop of the `Icon` component.\r\n\r\nReproduction branch: https://github.com/zigomir/icon/tree/local-fs-svg-issue-reproduction and diff https://github.com/nuxt/icon/compare/main...zigomir:icon:local-fs-svg-issue-reproduction\r\n\r\nWorkaround is to include at least one icon from the custom collection in `css` mode like so:\r\n\r\n```vue\r\n\u003Ctemplate>\r\n \u003CIcon\r\n name=\"custom1:nuxt-v3\"\r\n size=\"64\"\r\n mode=\"svg\"\r\n />\r\n\r\n \u003C!--\r\n WORKAROUND: load at least one icon in css mode to make svg mode work.\r\n It doesn't even have to be the same icon\r\n -->\r\n \u003CIcon\r\n style=\"display: none;\"\r\n name=\"custom1:nuxt-v1\"\r\n size=\"64\"\r\n mode=\"css\"\r\n />\r\n\u003C/template>\r\n```\r\n\r\nThis might also be related to https://github.com/nuxt/icon/issues/212",[],228,"icon","Custom collections not working in `ssr: false` when all icons are rendered with `svg` mode","2024-08-08T11:21:40Z","https://github.com/nuxt/icon/issues/228",0.779831,{"description":3114,"labels":3115,"number":3119,"owner":3049,"repository":3050,"state":3064,"title":3120,"updated_at":3121,"url":3122,"score":3123},"### Description\n\nHi,\n\nin nuxt-ui 3 the Popover element got some changes. Now the `template #content` doens't return the `close` object. This object was a function to close the Popover menu. Is was really helpful to delegate the action to other components. I used it in nuxt-ui 2 to close the popup after a save-action.\n\nIs there a chance to get the object back in ui 3 or have I missed the current way to use it?\n\n**nuxt ui 3**\n```html\n \u003CUPopover>\n \u003CUButton>click\u003C/UButton>\n\n \u003Ctemplate #content>\n \u003C!-- ... -->\n \u003C/template>\n\u003C/UPopover>\n```\n\n**nuxt ui 2**\n```html\n \u003CUPopover>\n \u003CUButton>click\u003C/UButton>\n\n \u003Ctemplate #panel=\"{ close }\">\n \u003C!-- ... -->\n \u003C/template>\n\u003C/UPopover>\n```\n\n\n### Additional context\n\n_No response_",[3116,3117,3118],{"name":3040,"color":3041},{"name":3043,"color":3044},{"name":3046,"color":3047},3910,"Popover close event","2025-04-23T11:05:01Z","https://github.com/nuxt/ui/issues/3910",0.78087604,{"description":3125,"labels":3126,"number":3131,"owner":3049,"repository":3075,"state":3064,"title":3132,"updated_at":3133,"url":3134,"score":3135},"- [x] Remove action dropdown in media items\n- [x] `Branch` and `File` modal buttons should go into root menu at the bottom\n- [x] `Create file` / `Upload file` should go in navbar dialog tree header right\n- [x] `ProjectNavbar` should contain the name of the file and the `Save` / `Publish` / `Preview` (only icon) buttons\n- [x] `ProjectNavbar` online users disappears for now\n- [x] Next to filename in `ProjectNavbar` we should have a `chevron-down` icon to extend the desktop aside panel with: file actions (`Rename` / `Revert` / `Delete`) and tabs (`Meta` / `History`) and `chevron-up` icon to collapse the menu",[3127,3128],{"name":3040,"color":3073},{"name":3129,"color":3130},"responsive","1cd1c6",642,"[Project] Content + Media responsive files aside","2023-02-15T12:32:40Z","https://github.com/nuxt/nuxt.com/issues/642",0.79330003,{"description":3137,"labels":3138,"number":3131,"owner":3049,"repository":3142,"state":3064,"title":3143,"updated_at":3144,"url":3145,"score":3135},"### Environment\r\n\r\n- Operating System: Windows_NT\r\n- Node Version: v18.11.0\r\n- Nuxt Version: 3.8.2\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@8.19.2\r\n- Builder: -\r\n- User Config: devtools, app, css, modules, runtimeConfig\r\n- Runtime Modules: nuxt-icon-tw@0.1.3, @nuxtjs/tailwindcss@6.10.1, @nuxtjs/i18n@8.0.0-rc.9\r\n- Build Modules: -\r\n\r\n### Reproduction\r\n\r\n A lot of the recent fixes done seem to only work on the main branch it seems, but i'm unable to install it with npm\r\n \r\n `npm install -D \"https://github.com/nuxt/test-utils.git#main\"`\r\n\r\n### Describe the bug\r\n\r\n````\r\nnpm ERR! code ETARGET\r\nnpm ERR! notarget No matching version found for @nuxt/test-utils@>=3.9.0.\r\nnpm ERR! notarget In most cases you or one of your dependencies are requesting\r\nnpm ERR! notarget a package version that doesn't exist.\r\n````\r\n\r\n### Additional context\r\n\r\nWhat is the recommended way to run the main branch?\r\n\r\n### Logs\r\n\r\n_No response_",[3139],{"name":3140,"color":3141},"pending triage","5D08F5","test-utils","Unable to install main branch","2023-12-12T13:29:02Z","https://github.com/nuxt/test-utils/issues/642",{"description":3147,"labels":3148,"number":3151,"owner":3049,"repository":3050,"state":3064,"title":3152,"updated_at":3153,"url":3154,"score":3155},"### Environment\n\n- Operating System: Linux\n- Node Version: v18.19.1\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: yarn@1.17.3\n- Builder: -\n- User Config: routeRules, runtimeConfig, modules, ui, css, eslint, piniaPersistedstate, compatibilityDate, devtools\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.12, @pinia/nuxt@0.9.0, @pinia-plugin-persistedstate/nuxt@1.2.1, @nuxt/eslint@1.0.1\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.15.4\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/cranky-wind-dlk8xg\n\n### Description\n\nI am trying to reach the list elements (not necessarily the active one, all of them) on a `\u003CUPagination>` but the theme for this component seems unfinished, we have [much less theming capabilities than the other components](https://ui3.nuxt.dev/components/pagination#theme).\n\nI added borders to debug the slots:\n- root is red\n- list is blue\n- label is yellow\n- ellipsis is green\n\nFrom what I see, the `list` slot is the same as the `root` slot, and it should really be distinct. `list` should behave just like the ellipsis, but for all pages.\n\n\n\nHow to, for instance, apply a rounded-full class to the list in order to get this style:\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3149,3150],{"name":3095,"color":3096},{"name":3043,"color":3044},3441,"Pagination component list slot seems to be broken","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3441",0.79560834,["Reactive",3157],{},["Set"],["ShallowReactive",3160],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fGos7QnmM5r8DwdgdFUUGVLqFyc92O7K1Q2kzBfZPF5U":-1},"/nuxt/ui/4638"]