mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
chore: update translations (#101)
* chore: update translations * fix: form values type conversion * feat: terminal fullscreen mode * fix
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
Clipboard,
|
||||
Download,
|
||||
Edit2,
|
||||
Expand,
|
||||
FolderClosed,
|
||||
Menu,
|
||||
Play,
|
||||
@@ -31,6 +32,7 @@ export interface IconButtonProps extends ButtonProps {
|
||||
| "upload"
|
||||
| "menu"
|
||||
| "ban"
|
||||
| "expand"
|
||||
}
|
||||
|
||||
export const IconButton = forwardRef<HTMLButtonElement, IconButtonProps>((props, ref) => {
|
||||
@@ -82,6 +84,9 @@ export const IconButton = forwardRef<HTMLButtonElement, IconButtonProps>((props,
|
||||
case "ban": {
|
||||
return <BanIcon />
|
||||
}
|
||||
case "expand": {
|
||||
return <Expand />
|
||||
}
|
||||
}
|
||||
})()}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user