refactor: migrate related components

This commit is contained in:
Carlos Valente
2025-07-03 09:00:00 +02:00
committed by Carlos Valente
parent cd8e014f08
commit 84b73fc02a
23 changed files with 346 additions and 277 deletions
@@ -50,9 +50,7 @@ function EditableImage({ initialValue, updateValue }: EditableImageProps) {
return (
<div className={style.imageCell}>
<div className={style.overlay}>
<Button variant='subtle-white' onClick={openInNewTab}>
Preview
</Button>
<Button onClick={openInNewTab}>Preview</Button>
<Button variant='subtle-destructive' onClick={() => handleUpdate('')}>
Delete
</Button>
@@ -72,7 +72,7 @@ function ViewSettings() {
<Popover.Root>
<Popover.Trigger
render={
<Button variant='ghosted'>
<Button variant='ghosted-white'>
<IoSettingsOutline /> Settings
<IoChevronDown />
</Button>
@@ -140,7 +140,7 @@ function ColumnSettings({
<Popover.Root>
<Popover.Trigger
render={
<Button variant='ghosted'>
<Button variant='ghosted-white'>
<IoOptions /> View
<IoChevronDown />
</Button>