",[3168],{"name":3157,"color":3169},"a2eeef","scripts","Add configuration options for fetch timeout, fetch retries and retry delays","2025-02-07T02:36:55Z","https://github.com/nuxt/scripts/issues/347",{"description":3175,"labels":3176,"number":3181,"owner":3146,"repository":3147,"state":3160,"title":3182,"updated_at":3183,"url":3184,"score":3185},"- [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",[3177,3178],{"name":3157,"color":3158},{"name":3179,"color":3180},"responsive","1cd1c6",642,"[Project] Content + Media responsive files aside","2023-02-15T12:32:40Z","https://github.com/nuxt/nuxt.com/issues/642",0.76224244,{"description":3187,"labels":3188,"number":3181,"owner":3146,"repository":3192,"state":3160,"title":3193,"updated_at":3194,"url":3195,"score":3185},"### 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_",[3189],{"name":3190,"color":3191},"pending triage","5D08F5","test-utils","Unable to install main branch","2023-12-12T13:29:02Z","https://github.com/nuxt/test-utils/issues/642",{"description":3197,"labels":3198,"number":3200,"owner":3146,"repository":3147,"state":3160,"title":3201,"updated_at":3202,"url":3203,"score":3204},"The all media zone should be droppable",[3199],{"name":3157,"color":3158},204,"Drag'n'drop media upload","2023-02-15T12:31:54Z","https://github.com/nuxt/nuxt.com/issues/204",0.79016155,{"description":3206,"labels":3207,"number":3211,"owner":3146,"repository":3147,"state":3160,"title":3212,"updated_at":3213,"url":3214,"score":3215},"Those files should also have the same design as in the tree:\n\n\n",[3208],{"name":3209,"color":3210},"bug","ff281a",218,"Prevent select of deleted files in command palette","2022-03-29T10:23:59Z","https://github.com/nuxt/nuxt.com/issues/218",0.7954261,{"description":3217,"labels":3218,"number":3211,"owner":3146,"repository":3170,"state":3160,"title":3220,"updated_at":3221,"url":3222,"score":3215},"### 🆒 Your use case\r\n\r\nFor scripts using the default trigger (onNuxtReady) we should probably do a prefetch or preload so that the script is downloaded and executated as quickly as possible.\r\n\r\n### 🆕 The solution you'd like\r\n\r\n-\r\n\r\n### 🔍 Alternatives you've considered\r\n\r\n_No response_\r\n\r\n### ℹ️ Additional info\r\n\r\n_No response_",[3219],{"name":3157,"color":3169},"DNS prefetch / preload default triggered scripts","2024-09-27T08:15:47Z","https://github.com/nuxt/scripts/issues/218",{"description":3224,"labels":3225,"number":3227,"owner":3146,"repository":3147,"state":3160,"title":3228,"updated_at":3229,"url":3230,"score":3231},"Blocked by #293 \n\nMedia files \"data\" (content and dimensions) are stored via `useState` and never cleared.\nEnsure that behavior does not cause issues or fix it, in case we save a media file \"data\" for a specific path then later a completely different file with the same path exists.\n\nUsecase:\n`public/foo.png` exists => fetch and save data for this path.\nrename `public/foo.png` to `public/bar.png` => fetch and save data for this path.\ncreate a new file `public/foo.png` => this new file should have old data and will not refresh it",[3226],{"name":3157,"color":3158},311,"Manage `medias` when doing actions on files","2023-02-15T12:32:07Z","https://github.com/nuxt/nuxt.com/issues/311",0.7978177,{"description":3233,"labels":3234,"number":3227,"owner":3146,"repository":3192,"state":3160,"title":3235,"updated_at":3236,"url":3237,"score":3231},"### Environment\n\nhttps://github.com/Rigo-m/nuxt-vitest-error-test\n\n### Reproduction\n\nhttps://github.com/Rigo-m/nuxt-vitest-error-test\n\n### Describe the bug\n\nRunning pnpm i && pnpm --filter global test gives the following error: \r\n```\r\nError: [@vue/compiler-sfc] No fs option provided to `compileScript` in non-Node environment. File system access is required for resolving imported types.\r\n\r\n/Users/rigo/Projects/nuxt-test-utils-test/packages/layer/components/Test.vue\r\n5 | \u003Cscript setup lang=\"ts\">\r\n6 | import type { TestProps } from \"./test.props\";\r\n7 | defineProps\u003CTestProps>();\r\n | ^^^^^^^^^\r\n8 | \u003C/script>\r\n```\n\n### Additional context\n\nRemoving vitest.config.ts make e2e tests works, but (obviously) kills unit tests using nuxt vitest environment\n\n### Logs\n\n_No response_",[],"nuxt-vitest + nuxt test utils not working properly together","2023-12-02T00:18:09Z","https://github.com/nuxt/test-utils/issues/311",["Reactive",3239],{},["Set"],["ShallowReactive",3242],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fj6sOhQh_HpzegjIpTb0edhiEN-KbGp2D4zR6ZiLooE4":-1},"/nuxt/nuxt.com/198"]