Rework the table simulations UI #331

Open
bustikiller wants to merge 6 commits from simulations-ui-rework into main
Showing only changes of commit b40d50d9c1 - Show all commits

View File

@ -53,7 +53,7 @@ export default function ArrangementsTable({ onArrangementSelected }: { onArrange
{arrangement.discomfort} {arrangement.discomfort}
</td> </td>
<td> <td>
<ArrowsPointingOutIcon data-arrangement-id={arrangement.id} onClick={() => arrangementClicked(arrangement)} className='size-6 cursor-pointer' /> <ArrowsPointingOutIcon data-arrangement-id={arrangement.id} onClick={() => arrangementClicked(arrangement)} className='size-6 cursor-pointer' title="Load" />
</td> </td>
</tr> </tr>
)} )}