impl: autosave to local storage

This commit is contained in:
2025-01-26 22:56:20 +00:00
parent fd2c3f118e
commit f6bc7d9196
6 changed files with 113 additions and 38 deletions

View File

@@ -103,14 +103,6 @@ function StageItemActions({ stage }: { stage: string }) {
return (
<div className="flex flex-row space-x-2 invisible group-hover:visible">
<Button
variant="small"
onClick={() => {
deleteStageInEntry(stage, entry.name)
}}
>
Edit
</Button>
<Button
variant="small"
onClick={() => {