feat: more options to clone (#6)

Reviewed-on: https://git.reya.su/reya/signed/pulls/6
This commit was merged in pull request #6.
This commit is contained in:
2026-08-29 03:49:16 +00:00
parent fc796582a8
commit c76ebfb8f6
3 changed files with 181 additions and 19 deletions
@@ -25,8 +25,6 @@ fn commit_row(
cx: &App,
) -> AnyElement {
let view = view.clone();
// Only the id is needed by the click handler: the diff panel fetches
// the full commit itself.
let id = commit.id.clone();
h_flex()