Table scrollbar
- Tables can render a scrollbar
- Selection interfaces don’t show their browser scroll progress anymore
8 files changed
+58
-63
5138f419
→
415699fa
modified CHANGELOG.md
@@ -9,6 +9,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -22,6 +23,10 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -30,7 +35,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select.rs
@@ -65,7 +65,6 @@ pub enum AppPage {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -193,7 +192,6 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -212,7 +210,6 @@ pub enum Message {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -234,9 +231,8 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -254,13 +250,11 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified bin/commands/inbox/select/ui.rs
@@ -40,8 +40,6 @@ pub struct BrowserProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -79,7 +77,6 @@ impl<'a> From<&State> for BrowserProps<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -129,11 +126,10 @@ impl Browser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -143,7 +139,6 @@ impl Browser {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -288,8 +283,10 @@ fn browse_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -307,7 +304,7 @@ fn browse_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -321,7 +318,7 @@ fn browse_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select.rs
@@ -56,11 +56,9 @@ pub enum AppPage {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -111,7 +109,6 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -130,7 +127,6 @@ pub enum Message {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -152,9 +148,8 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -172,13 +167,11 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -42,8 +42,6 @@ pub struct BrowserProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -114,7 +112,6 @@ impl<'a> From<&State> for BrowserProps<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -144,11 +141,10 @@ impl Browser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -158,7 +154,6 @@ impl Browser {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -315,8 +310,6 @@ fn browse_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -338,7 +331,7 @@ fn browse_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -353,7 +346,6 @@ fn browse_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified bin/commands/patch/select.rs
@@ -55,7 +55,6 @@ pub enum AppPage {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -108,7 +107,6 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -127,7 +125,6 @@ pub enum Message {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -149,9 +146,8 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -169,13 +165,11 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -44,8 +44,6 @@ pub struct BrowserProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -90,7 +88,6 @@ impl<'a> From<&State> for BrowserProps<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -145,11 +142,10 @@ impl Browser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -159,7 +155,6 @@ impl Browser {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -339,8 +334,6 @@ fn browser_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -356,7 +349,7 @@ fn browser_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -378,7 +371,6 @@ fn browser_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/ui/widget/list.rs
@@ -1,12 +1,12 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -29,7 +29,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -40,7 +40,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,8 +65,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -213,6 +213,9 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -225,7 +228,17 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -246,13 +259,28 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|