\n\u003C/svg>`",[],382,"icon","Some local SVGs cannot be loaded","2025-03-30T07:43:06Z","https://github.com/nuxt/icon/issues/382",0.68655103,{"description":2022,"labels":2023,"number":2028,"owner":1994,"repository":2029,"state":1996,"title":2030,"updated_at":2031,"url":2032,"score":2033},"We currently support running composables/components in a browser-type environment (with happy-dom, and soon jsdom). But there are use cases where it might be useful to support running tests in a hybrid server environment where things like h3 utilities and nuxt ssr utilities work.\r\n\r\nThis could definitely be classed as non-essential and experimental, but we can track it here.",[2024,2025],{"name":1985,"color":1986},{"name":2026,"color":2027},"vitest-environment","b60205",531,"test-utils","nuxt server environment support","2025-03-06T16:28:47Z","https://github.com/nuxt/test-utils/issues/531",0.6971271,{"description":2035,"labels":2036,"number":2037,"owner":1994,"repository":2029,"state":1996,"title":2038,"updated_at":2039,"url":2040,"score":2041},"https://github.com/guidepup/guidepup",[],787,"screen reader driver","2024-03-17T21:40:20Z","https://github.com/nuxt/test-utils/issues/787",0.705834,{"description":2043,"labels":2044,"number":2049,"owner":1994,"repository":2029,"state":1996,"title":2050,"updated_at":2051,"url":2052,"score":2053},"**Summary (generated)**:\n\nHere is a brief summary in English:\n\nA developer is trying to set up end-to-end testing for server-side functionality in a Nuxt app using Nitro, but is encountering errors related to frontend routes despite setting `server` to true and `browser` to false. The error is apparently due to the absence of an `index.vue` file in the `/pages` directory, which is expected to contain application logic. The developer expects the setup to only run the server part and not be concerned with frontend parts.\n\n\u003Chr>\n\n### Discussed in https://github.com/nuxt/nuxt/discussions/27820\r\n\r\n\u003Cdiv type='discussions-op-text'>\r\n\r\n\u003Csup>Originally posted by **manpreet-compro** June 25, 2024\u003C/sup>\r\nI am working on a Nuxt app and trying to set up end-to-end testing for server-side functionality related to API endpoints I have developed using Nitro. However, I encounter errors related to frontend routes despite my expectation to run only the server part without involving the frontend.\r\n\r\nTest server setup code\r\n```\r\nawait setup({\r\n rootDir: fileURLToPath(new URL('../..', import.meta.url)),\r\n server: true,\r\n browser: false,\r\n dev: true,\r\n setupTimeout: 600 * 1000\r\n });\r\n```\r\nI am setting `server` to true and `browser` to false. I am seeing the following error\r\n\r\n\u003Cimg width=\"481\" alt=\"25 06 2024_20 41 31_REC\" src=\"https://github.com/nuxt/nuxt/assets/21414469/98888418-6f7a-4e57-a8d4-db035e047a9a\">\r\n\r\nI found out this error is related to frontend routes, particularly of absence of `index.vue` in my project under `/pages` which is expected application logic. **I expected this setup to run only the server part and not be concerned with the frontend part.** \r\n\r\nAm I missing something? Any help will be appreciated\r\n\r\nFollowing is vitest config file for reference\r\n```\r\nimport { defineVitestConfig } from '@nuxt/test-utils/config';\r\n\r\nexport default defineVitestConfig({\r\n test: {\r\n reporters: 'verbose',\r\n passWithNoTests: true\r\n }\r\n});\r\n```\r\n\r\n\u003C/div>",[2045,2048],{"name":2046,"color":2047},"bug","d73a4a",{"name":2026,"color":2027},874,"Why do errors occur when using '@nuxt/test-utils/e2e' for API testing?","2024-06-27T15:08:07Z","https://github.com/nuxt/test-utils/issues/874",0.7067273,{"description":2055,"labels":2056,"number":2059,"owner":1994,"repository":1995,"state":1996,"title":2060,"updated_at":2061,"url":2062,"score":2063},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v18.20.7`\n- Nuxt Version: `3.14.1592`\n- CLI Version: `3.15.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `yarn@1.22.22`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui@2.19.2`, `@artmizu/nuxt-prometheus@2.4.0`, `@nuxt/icon@1.10.3`\n- Build Modules: `-`\n\n### Version\n\nv2.21.1\n\n### Reproduction\n\nhttps://ui2.nuxt.com/components/select-menu#control-the-query\n\nTry to select `Wade` in the query input with mouse or trackpad \n\u003Cimg width=\"494\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a0e90d62-aabb-4d40-9d8d-a6fed67fee02\" />\n\nBrowser: `Google Chrome Version 134.0.6998.89 (Official Build) (arm64)`\n\nAlso reproduced on `Safari Version 18.3.1 (20620.2.4.11.6)`\n\n### Description\n\nUser may want to copy the text in the query input of a `select-menu` component by moving cursor around text, now it's unable to do it without a keyboard (`Shift + left/right arrow` or `Cmd/Ctrl + A` to select all).\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2057,2058],{"name":2046,"color":2047},{"name":1991,"color":1992},3583,"Accessibility: unable to select text in the query input of a select-menu","2025-03-17T00:34:07Z","https://github.com/nuxt/ui/issues/3583",0.7114803,{"description":2065,"labels":2066,"number":2069,"owner":1994,"repository":1995,"state":2070,"title":2071,"updated_at":2072,"url":2073,"score":2074},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.x\n\n### Description\n\n[CommandPalette](https://ui3.nuxt.dev/components/command-palette) is great but I wish it could display only an input by default and then open the content in a popper when clicking in the input. I think this is currently not possible but a very common use case. \n\nThis is what I would like to archive, screenshots from Shopify:\n\n\n\n\n\n\n\n### Additional context\n\n_No response_",[2067,2068],{"name":1985,"color":1986},{"name":1988,"color":1989},2832,"closed","v3 CommandPalette: Open only content within popper","2024-12-05T13:24:12Z","https://github.com/nuxt/ui/issues/2832",0.6593795,{"description":2076,"labels":2077,"number":2080,"owner":1994,"repository":1995,"state":2070,"title":2081,"updated_at":2082,"url":2083,"score":2084},"### Environment\n\n-\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.16.0\n\n### Reproduction\n\n- \n\n### Description\n\nUpgraded all deps to the latest and bam Nuxt 3.16.0 is added. We get errors now as Nuxt UI 3 still ships with\n\n`'@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.8.2))\n`\n\nAs of Nuxt 3.16.0 ships with @unhead2:\nhttps://nuxt.com/blog/v3-16#unhead-v2\n\nActual error:\n`[@nuxt/scripts 9:42:20 PM] ERROR Nuxt Scripts requires Unhead >= 2, you are using v1.11.20. Please run nuxi upgrade --clean to upgrade...`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2078,2079],{"name":2046,"color":2047},{"name":1988,"color":1989},3513,"Nuxt 3.16.0 - ships with @unhead2","2025-03-10T08:49:36Z","https://github.com/nuxt/ui/issues/3513",0.6829843,{"description":2086,"labels":2087,"number":2015,"owner":1994,"repository":2092,"state":2070,"title":2093,"updated_at":2094,"url":2095,"score":2020},"Hey there!\n\nI am amazed by the DX of this module and how easy it is to add a new web font to your Nuxt project. I want to make my application as performant as possible and the problem is when I add a web font (instead of using default machine font) the performance of the app (and more specifically Largest Contentful Paint) drops a lot :( \n\nI have added following code to my app:\n\n```html\n\u003Cstyle lang=\"css\" scoped>\n#main {\n font-family: \"Inter\", sans-serif;\n}\n\u003C/style>\n```\n\nWith Inter web font\n\n\n\n\nWithout Inter web font\n\n\nI looked at the https://web.dev/articles/font-best-practices and it seems that Nuxt Fonts implements all of it by default.\n\nIs there anything that I am missing or is it how web fonts affect performance in general?\n\nI will be grateful for any response or feedback :) ",[2088,2089],{"name":2046,"color":2047},{"name":2090,"color":2091},"question","d876e3","fonts","Adding custom font affects performance (LCP) a lot","2025-02-09T08:06:58Z","https://github.com/nuxt/fonts/issues/382",["Reactive",2097],{},["Set"],["ShallowReactive",2100],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"1HThqVbxr8cK3i3RgTDuDg8-_SO_RlqyW8-4c1usW3k":-1},"/nuxt/ui/3887"]