feat: redesign buttons and share them in dialogs
This commit is contained in:
parent
b9a708b2e9
commit
af248df648
10 changed files with 104 additions and 87 deletions
|
|
@ -111,9 +111,12 @@ export default function MachineRow({ machine, routes, magic, users, stats }: Pro
|
|||
<div className="flex items-center gap-x-1">
|
||||
{machine.ipAddresses[0]}
|
||||
<Menu>
|
||||
<Menu.Button>
|
||||
<Menu.IconButton
|
||||
className="bg-transparent"
|
||||
label="IP Addresses"
|
||||
>
|
||||
<ChevronDownIcon className="w-4 h-4" />
|
||||
</Menu.Button>
|
||||
</Menu.IconButton>
|
||||
<Menu.Items>
|
||||
{machine.ipAddresses.map((ip) => (
|
||||
<Menu.ItemButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue