modified README.md
@@ -4,7 +4,17 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -20,7 +30,7 @@ The interfaces are designed to be modular and to integrate well with the existin
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -35,7 +45,7 @@ Or directly from our seed node:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,7 +66,7 @@ Select a patch, an issue or a notification only and return its id:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,9 +74,15 @@ All interfaces return a JSON object that reflects the choices made by the user,
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -84,15 +100,18 @@ use tui::ui::widget::text::{TextArea, TextAreaProps};
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -101,10 +120,13 @@ impl store::State<()> for State {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -113,7 +135,7 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -126,12 +148,37 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|