Skip to content

Commit

Permalink
feat: add rollback action in history dropdown (#106)
Browse files Browse the repository at this point in the history
* feat: add revert action in history dropdown

Signed-off-by: Mark Phelps <[email protected]>

* chore: move component key up

Signed-off-by: Mark Phelps <[email protected]>

* chore: extract skeleton item to component

Signed-off-by: Mark Phelps <[email protected]>

* chore: rename to rollback

Signed-off-by: Mark Phelps <[email protected]>

---------

Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps authored Dec 4, 2024
1 parent 09744c7 commit abbd754
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 86 deletions.
151 changes: 151 additions & 0 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@dagrejs/dagre": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/button-edge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function ButtonEdge({
} catch (e) {
console.error(e);

toast.error('something went wrong');
toast.error('Something went wrong');
} finally {
setIsPerforming(false);
setDialogOpen(false);
Expand Down
Loading

0 comments on commit abbd754

Please sign in to comment.