Move user settings menu to react (#6675)

* Move user settings menu to react

* Add default href value to LinkButton

* Use loading component while data is pending
This commit is contained in:
Bill Thornton
2025-04-01 15:10:30 -04:00
committed by GitHub
parent 2685950934
commit d4995834df
12 changed files with 393 additions and 229 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ interface LinkButtonProps extends DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnc
const LinkButton: React.FC<LinkButtonProps> = ({
className,
isAutoHideEnabled,
href,
href = '#', // The href must have a value to be focusable in the TV layout
target,
onClick,
children,