issue/list: Allow editing comments
modified bin/commands/issue.rs
@@ -241,12 +241,37 @@ pub async fn run(options: Options, ctx: impl Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/common.rs
@@ -8,6 +8,8 @@ use radicle::{cob::thread::CommentId, issue::IssueId};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/list.rs
@@ -247,6 +247,7 @@ impl TryFrom<(&Context, &TerminalInfo)> for State {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -300,7 +301,18 @@ impl store::Update<Message> for State {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -455,7 +467,7 @@ fn browser_page(channel: &Channel<Message>) -> Widget<State, Message> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -620,6 +632,9 @@ fn comment_tree(channel: &Channel<Message>) -> Widget<State, Message> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|