Use `TextView` on all help pages
5 files changed
+70
-31
087e7bff
→
5138f419
modified CHANGELOG.md
@@ -9,9 +9,10 @@
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select.rs
@@ -314,8 +314,6 @@ fn help_page(_state: &State, channel: &Channel<Message>) -> Widget<State, Messag
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified bin/commands/patch/select.rs
@@ -19,7 +19,7 @@ use termion::event::Key;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -298,18 +298,18 @@ fn help_page(_state: &State, channel: &Channel<Message>) -> Widget<State, Messag
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget.rs
@@ -61,6 +61,7 @@ impl From<&'static dyn Any> for ViewProps {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/widget/input.rs
@@ -283,7 +283,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -445,14 +445,17 @@ impl<'a, S, M> View for TextArea<'a, S, M> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -526,7 +529,7 @@ impl<'a, S, M> View for TextArea<'a, S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -545,8 +548,6 @@ pub struct TextViewProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -568,11 +569,6 @@ impl<'a> TextViewProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -586,7 +582,6 @@ impl<'a> Default for TextViewProps<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -718,20 +713,64 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|