feat: add multi-cassette UI
This commit is contained in:
parent
8a4f768957
commit
7920e50fd1
41 changed files with 1431 additions and 62 deletions
|
|
@ -34,6 +34,7 @@ const Header = () => {
|
|||
const {
|
||||
elements,
|
||||
enableEdit,
|
||||
enableEditText,
|
||||
editWidth,
|
||||
enableDelete,
|
||||
deleteWidth,
|
||||
|
|
@ -72,7 +73,7 @@ const Header = () => {
|
|||
{innerElements.map(mapElement2)}
|
||||
{enableEdit && (
|
||||
<Td header width={editWidth} textAlign="center">
|
||||
Edit
|
||||
{enableEditText ?? `Edit`}
|
||||
</Td>
|
||||
)}
|
||||
{enableDelete && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue