lib: Make global quit event clause configurable
modified bin/commands/issue/suite.rs
@@ -10,6 +10,7 @@ use anyhow::Result;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -309,7 +310,7 @@ impl Tui<Cid, Message> for App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/suite/page.rs
@@ -4,6 +4,7 @@ use anyhow::Result;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -435,7 +436,10 @@ impl ViewPage<Cid, Message> for IssuePage {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -447,7 +451,7 @@ impl ViewPage<Cid, Message> for IssuePage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list.rs
@@ -12,6 +12,7 @@ use anyhow::Result;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -194,7 +195,10 @@ impl Tui<Cid, Message> for App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/suite.rs
@@ -12,6 +12,7 @@ use anyhow::Result;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -240,7 +241,10 @@ impl Tui<Cid, Message> for App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/subscription.rs
@@ -11,12 +11,12 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|