modified bin/commands/inbox.rs
@@ -26,7 +26,13 @@ Usage
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -47,6 +53,7 @@ pub enum OperationName {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -55,6 +62,8 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -75,6 +84,19 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -83,6 +105,15 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -101,7 +132,12 @@ pub fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select.rs
@@ -17,7 +17,7 @@ use tuirealm::{Application, Frame, NoUserEvent, Sub, SubClause};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -114,6 +114,7 @@ pub struct App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -121,13 +122,14 @@ pub struct App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -138,7 +140,11 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select/page.rs
@@ -6,7 +6,7 @@ use tuirealm::{AttrValue, Attribute, Frame, NoUserEvent};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -24,15 +24,17 @@ pub struct ListView {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -86,20 +88,23 @@ impl ViewPage<Cid, Message> for ListView {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select/ui.rs
@@ -10,7 +10,7 @@ use tuirealm::{AttrValue, Attribute, Frame, MockComponent, Props, State};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -25,7 +25,12 @@ pub struct NotificationBrowser {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -42,7 +47,7 @@ impl NotificationBrowser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,6 +59,15 @@ impl NotificationBrowser {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -195,9 +209,10 @@ pub fn id_select(
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -206,9 +221,10 @@ pub fn operation_select(
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/terminal/args.rs
@@ -93,6 +93,10 @@ pub fn finish(unparsed: Vec<OsString>) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/cob/inbox.rs
@@ -7,6 +7,21 @@ use radicle::Profile;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/context.rs
@@ -1,11 +1,11 @@
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|