\n\u003C/UCard>\n```\n\n### Description\n\nIf using a UTable component on a background that isn't the default neutral color the bg-color of the thead is visible.\n\n\n\n\n\n_A little bit easier to see with white Background_\n\n\n\n\nMaybe this is a wanted behavior. So if so please ignore and close the issue.\nI know sometimes you want a background color in the headlines. But sometimes you don't want them.\nAnyways if this is a wanted behavior, then maybe this issue will help those who don't want a background color and are looking for a solution.\n\n### Additional context\n\nCould be fixed by adding:\n```vue\n:ui=\"{\n thead: 'bg-unset'\n}\"\n```\nto the `\u003CUTable>` tag\n\n\n\n### Logs\n\n```shell-script\n-\n```",[2022,2023,2026],{"name":1996,"color":1997},{"name":2024,"color":2025},"v3","49DCB8",{"name":2002,"color":2003},3607,"Background-Color for UTable","2025-03-18T15:08:25Z","https://github.com/nuxt/ui/issues/3607",0.74796164,{"description":2033,"labels":2034,"number":2041,"owner":1985,"repository":2005,"state":1987,"title":2042,"updated_at":2043,"url":2044,"score":2045},"### Description\n\nHi,\ni am working on a project where i am using the Table component with a couple of sortable columns, where i need to access the sorted list from the table. i can see the sorted list in the component, but it isn't exposed and also not included in any event.\n\nis there any way i am not aware of to access the sorted list? ",[2035,2038],{"name":2036,"color":2037},"question","d876e3",{"name":2039,"color":2040},"stale","ededed",3289,"Table: access sorted list","2025-03-20T02:03:08Z","https://github.com/nuxt/ui/issues/3289",0.7481948,{"description":2047,"labels":2048,"number":2054,"owner":1985,"repository":2005,"state":1987,"title":2055,"updated_at":2056,"url":2057,"score":2058},"### Description\n\n### Feature Request: Add `variant` and `status-position` props to `UProgress` component\n\n#### Description\nI’m a junior developer, and I’ve been working on enhancing the flexibility of the `Progress` component by adding two new props: `variant` and `status-position`. These props allow for better customization, especially when using the `Progress` component in different design contexts.\n\n- **`variant`**: This prop allows you to choose between two styles for the progress bar: `linear` and `circular`. The `circular` variant provides a circular progress bar instead of the default linear style.\n \n- **`status-position`**: This prop controls the position of the progress status (the percentage or label) relative to the progress bar. The possible values are:\n - `inside`: The status is displayed inside the circle (for the `circular` variant).\n - `outside`: The status is displayed outside the circle.\n\n#### Motivation\nThis update would help in using the `Progress` component more flexibly across different layouts, providing options for both linear and circular progress indicators with customizable label placements.\n\n#### What I've Done\nI’m still a junior developer, so the implementation is not perfect, but a good portion of the work is done. I’ve added the `variant` and `status-position` props to the `Progress` component. I’d love to know if this is something you’d like to integrate into the main repository and whether I can open a pull request for it.\n\n#### Additional Notes\n- The `variant` prop accepts values `linear` or `circular`.\n- The `status-position` prop accepts values `inside` or `outside`.\n \nWould love to hear your thoughts on this approach!\n\n\n### Additional context\n\n[Reka UI : Progress Circular](https://reka-ui.com/examples/progress-circular)",[2049,2052,2053],{"name":2050,"color":2051},"enhancement","a2eeef",{"name":2024,"color":2025},{"name":2002,"color":2003},3728,"[UProgress]: Add `variant` and `status-position` props","2025-03-29T14:31:22Z","https://github.com/nuxt/ui/issues/3728",0.74835455,{"description":2060,"labels":2061,"number":2062,"owner":1985,"repository":2014,"state":2063,"title":2064,"updated_at":2065,"url":2066,"score":2067},"I don't have a whole lot of info for this issue other than when in `mode: 'css'` it spits out\r\n\r\n```\r\nUncaught (in promise) DOMException: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules\r\n```\r\n\r\nbut `mode: 'svg'` works just fine\r\n\r\nIts worth noting that the icons still render in CSS mode",[],189,"closed","[BUG]: CSS mode causes DOMException","2024-07-15T16:07:16Z","https://github.com/nuxt/icon/issues/189",0.62549156,{"description":2069,"labels":2070,"number":2076,"owner":1985,"repository":2005,"state":2063,"title":2077,"updated_at":2078,"url":2079,"score":2080},"Related to https://github.com/nuxt/ui/pull/2650\n\nMight be fixed when `vaul-vue` will migrate to `reka-ui`.",[2071,2072,2073],{"name":1996,"color":1997},{"name":2024,"color":2025},{"name":2074,"color":2075},"reka-ui","56d799",2920,"[Drawer] Closing when clicking on a Toast","2025-03-04T12:46:17Z","https://github.com/nuxt/ui/issues/2920",0.6612548,{"description":2082,"labels":2083,"number":2087,"owner":1985,"repository":1985,"state":2063,"title":2088,"updated_at":2089,"url":2090,"score":2091},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.10.2\r\n- CLI Version: 3.10.1\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-ftrxnd?file=pages%2Ffetch.vue\r\n\r\n### Describe the bug\r\n\r\nWhile playing around using `useRouteQuery` composable fromVueUse library, I have noticed different behaviour watching the `ref` retrieved from `useRouteQuery` when using it with `useFetch` vs `useAsyncData`.\r\nWhenever `useAsyncData` is used to call the API and `ref` from `useRouteQuery` is listed inside `watch` array, API is being called only once whenever ref value changes. As expected.\r\nBut it is different with `useFetch`, where whenever `ref` value updates, there are two API calls made where one is cancelled by dedupe.\r\n\r\nI have prepared reproduction with two different pages, each for different implementation where behaviour can be observed.\r\nI would assume it has to do with `ref` being updated twice because URL query sync, but I am not sure why it differs.\r\n\r\nAlso I am aware of https://github.com/nuxt/nuxt/issues/24788 but trying to use vueuse implementation as of now.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2084],{"name":2085,"color":2086},"pending triage","E99695",25852,"`useAsyncData` watch vs `useFetch` watch with `useRouteQuery` ref","2025-04-02T12:46:45Z","https://github.com/nuxt/nuxt/issues/25852",0.7111209,{"description":2093,"labels":2094,"number":2099,"owner":1985,"repository":2005,"state":2063,"title":2100,"updated_at":2101,"url":2102,"score":2103},"### Environment\n\nJust reporting an issue on the nuxt docs site. \n\n### Version\n\nhttps://ui.nuxt.com/components/button\n\n### Reproduction\n\nGo on to the nuxt website, this section in particular: \n\nhttps://ui.nuxt.com/components/button#icon\n \nand click 'trailing'. this should reproduce the issue. \n\n\n### Description\n\nWhen on the live docs site, on the button page, clicking 'trailing' docs this happens: \n\n\n\nThe page is: \n\nhttps://ui.nuxt.com/components/button#icon\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2095,2096],{"name":1996,"color":1997},{"name":2097,"color":2098},"documentation","0075ca",2425,"Bug on live docs site","2024-10-21T10:20:07Z","https://github.com/nuxt/ui/issues/2425",0.7262394,["Reactive",2105],{},["Set"],["ShallowReactive",2108],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"IXcITXKRudhRdm63835vw9e-tBWal-Lz3nlBFpReqzQ":-1},"/nuxt/fonts/181"]