\n```\n\nsame result is expected when using `active`, but `leadingIcon` is ignored\n```\n\u003CUButton\n label=\"Label\"\n active\n active-color=\"primary\"\n active-variant=\"soft\"\n icon=\"mdi-account\"\n @click.prevent=\"active = !active\"\n/>\n```\n\n### Additional context\n\n\u003Cimg width=\"202\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0756fb1c-772c-44ae-855d-90aba304bd9e\" />",[2865,2868,2871],{"name":2866,"color":2867},"bug","d73a4a",{"name":2869,"color":2870},"v3","49DCB8",{"name":2872,"color":2873},"triage","ffffff",3972,"nuxt","ui","open","Different result than static for active-color & active-variant","2025-04-24T15:30:39Z","https://github.com/nuxt/ui/issues/3972",0.792944,{"description":2883,"labels":2884,"number":2885,"owner":2875,"repository":2886,"state":2877,"title":2887,"updated_at":2888,"url":2889,"score":2890},"the current a11y score on nuxt.com is `83` (from lighthouse), pretty sure we can max it out\n\n- [x] I can work on this if no one's gonna take it?",[],1837,"nuxt.com","fix: improve a11y","2025-03-26T16:24:17Z","https://github.com/nuxt/nuxt.com/issues/1837",0.7984114,{"description":2892,"labels":2893,"number":2897,"owner":2875,"repository":2886,"state":2898,"title":2899,"updated_at":2900,"url":2901,"score":2902},"- [x] Create new file\n- [ ] Upload new file\n- [x] Rename\n- [x] Revert\n- [x] Delete",[2894],{"name":2895,"color":2896},"enhancement","1ad6ff",347,"closed","Files actions specific to current page (`content` / `media`)","2023-02-15T12:32:11Z","https://github.com/nuxt/nuxt.com/issues/347",0.74458754,{"description":2904,"labels":2905,"number":2897,"owner":2875,"repository":2908,"state":2898,"title":2909,"updated_at":2910,"url":2911,"score":2902},"### 🆒 Your use case\n\nWhen using the Nuxt Scripts module to bundle global scripts on Vercel, I occasionally encounter a build error caused by a fetch operation timing out. This issue is likely due to the default fetch timeout being too short for certain network conditions. Introducing a configurable `bundle` object would enable developers to customize fetch behavior and bundling, thereby reducing the likelihood of timeouts and other fetch-related errors.\n\n### 🆕 The solution you'd like\n\nUpdate the `bundle` property to be an object instead of a boolean. If the `bundle` object is defined, bundling is enabled. The object should include options for retries, retry delays, and fetch timeouts, as shown below. More options can be considered; however, the following ones are the most important I could think of:\n\n```ts\nscripts: {\n bundle: {\n fetchRetries: 3, // Specifies the number of retry attempts for failed fetches.\n fetchRetryDelay: 2000, // Specifies the delay (in milliseconds) between retry attempts.\n fetchTimeout: 30000 // Configures the maximum time (in milliseconds) allowed for each fetch attempt.\n }\n}\n```\n\nThis approach keeps the configuration modular and allows developers to easily enable or disable bundling by defining or omitting the `bundle` object.\n\n### 🔍 Alternatives you've considered\n\n_No response_\n\n### ℹ️ Additional info\n\nThe error seems to stem from the undici library's internalConnectMultipleTimeout function during resource fetching. My `nuxt.config.ts` and the build logs are attached below:\n\n- [nuxt.config.ts](https://github.com/JonathanXDR/Application-Website-Frontend/blob/84b3b3c5f777235931d8f019dd0b8c4b610dbbbb/nuxt.config.ts#L178C3-L196C5)\n\n- #### Build Logs\n \u003Cimg width=\"1077\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/b5dcc199-de86-4cde-a927-3884ae580aae\" />",[2906],{"name":2895,"color":2907},"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":2913,"labels":2914,"number":2919,"owner":2875,"repository":2886,"state":2898,"title":2920,"updated_at":2921,"url":2922,"score":2923},"- [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",[2915,2916],{"name":2895,"color":2896},{"name":2917,"color":2918},"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":2925,"labels":2926,"number":2919,"owner":2875,"repository":2930,"state":2898,"title":2931,"updated_at":2932,"url":2933,"score":2923},"### 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_",[2927],{"name":2928,"color":2929},"pending triage","5D08F5","test-utils","Unable to install main branch","2023-12-12T13:29:02Z","https://github.com/nuxt/test-utils/issues/642",{"description":2935,"labels":2936,"number":2938,"owner":2875,"repository":2886,"state":2898,"title":2939,"updated_at":2940,"url":2941,"score":2942},"The all media zone should be droppable",[2937],{"name":2895,"color":2896},204,"Drag'n'drop media upload","2023-02-15T12:31:54Z","https://github.com/nuxt/nuxt.com/issues/204",0.7901616,{"description":2944,"labels":2945,"number":2948,"owner":2875,"repository":2886,"state":2898,"title":2949,"updated_at":2950,"url":2951,"score":2952},"Those files should also have the same design as in the tree:\n\n\n",[2946],{"name":2866,"color":2947},"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":2954,"labels":2955,"number":2948,"owner":2875,"repository":2908,"state":2898,"title":2957,"updated_at":2958,"url":2959,"score":2952},"### 🆒 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_",[2956],{"name":2895,"color":2907},"DNS prefetch / preload default triggered scripts","2024-09-27T08:15:47Z","https://github.com/nuxt/scripts/issues/218",{"description":2961,"labels":2962,"number":2964,"owner":2875,"repository":2886,"state":2898,"title":2965,"updated_at":2966,"url":2967,"score":2968},"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",[2963],{"name":2895,"color":2896},311,"Manage `medias` when doing actions on files","2023-02-15T12:32:07Z","https://github.com/nuxt/nuxt.com/issues/311",0.7978177,["Reactive",2970],{},["Set"],["ShallowReactive",2973],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fj6sOhQh_HpzegjIpTb0edhiEN-KbGp2D4zR6ZiLooE4":-1},"/nuxt/nuxt.com/198"]