-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a prove of concept how "search filters" could work
- Loading branch information
Showing
15 changed files
with
199 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[Desktop Entry] | ||
Version=2.0.7 | ||
Version=2.0.7-rc.1 | ||
Name=sleek | ||
Exec=sleek | ||
Type=Application | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
2024-01-12 Line 1 rec:1d due:2024-01-13 | ||
2024-01-12 Line 1 rec:w due:2024-01-19 | ||
2024-01-12 Line 1 rec:2m due:2024-03-12 | ||
2024-01-12 Line 1 rec:+1d due:2024-01-14 | ||
2024-01-12 Line 1 rec:7w due:2024-03-01 | ||
2024-01-12 Line 1 due:2023-07-24 rec:+1b | ||
2024-01-12 taxes are due in one year t:2022-03-30 due:2022-04-30 rec:+1y | ||
2024-01-12 Water plants @home +quick due:2024-01-19 t:2024-01-09 rec:1w | ||
2024-01-12 Line 1 rec:+1d t:2023-09-20 | ||
2024-01-12 Line 1 rec:1d pri:A due:2024-01-13 | ||
2024-01-12 (A) Do something rec:d t:2024-01-13 @SomeContext | ||
2024-01-12 Do something rec:0d | ||
2024-01-12 Do something rec:0d due:2024-01-12 | ||
2024-01-12 Do something rec:0d due:2024-01-12 t:2024-01-12 | ||
2024-01-13 Line 1 rec:1d due:2024-01-14 | ||
2024-01-13 Line 1 rec:w due:2024-01-20 | ||
2024-01-13 Line 1 rec:2m due:2024-03-13 | ||
2024-01-13 Line 1 rec:+1d due:2024-01-15 | ||
2024-01-13 Line 1 rec:7w due:2024-03-02 | ||
2024-01-13 Line 1 due:2023-07-24 rec:+1b | ||
2024-01-13 taxes are due in one year t:2022-03-30 due:2022-04-30 rec:+1y | ||
2024-01-13 Water plants @home +quick due:2024-01-20 t:2024-01-10 rec:1w | ||
2024-01-13 Line 1 rec:+1d t:2023-09-20 | ||
2024-01-13 Line 1 rec:1d pri:A due:2024-01-14 | ||
2024-01-13 (A) Do something rec:d t:2024-01-14 @SomeContext | ||
2024-01-13 Do something rec:0d | ||
2024-01-13 Do something rec:0d due:2024-01-13 | ||
2024-01-13 Do something rec:0d due:2024-01-13 t:2024-01-13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,30 @@ | ||
@import "../Variables.scss"; | ||
|
||
#Search { | ||
height: 3em; | ||
min-height: 3em; | ||
display: flex; | ||
overflow: hidden; | ||
.MuiTextField-root { | ||
position: relative; | ||
margin-bottom: 0.25em; | ||
.MuiButton-root { | ||
position: absolute; | ||
top: 0.5em; | ||
right: 3.5em; | ||
} | ||
.MuiAutocomplete-root { | ||
flex-direction: row; | ||
flex: 1; | ||
margin: 0.25em 1em; | ||
.MuiInputBase-root { | ||
flex: 1; | ||
padding-right: 3em; | ||
.MuiInputBase-input { | ||
height: 100%; | ||
padding: 0; | ||
margin: 1em; | ||
} | ||
.MuiButtonBase-root { | ||
font-size: 0.9em; | ||
padding: 0.2em 0.5em; | ||
background: $dark-grey; | ||
} | ||
.MuiButtonBase-root.Mui-focusVisible { | ||
background: $blue; | ||
} | ||
button.xClick { | ||
padding: $radius; | ||
cursor: pointer; | ||
border: none; | ||
outline: none; | ||
background: transparent; | ||
svg { | ||
color: $dark-grey; | ||
} | ||
} | ||
button.xClick:focus-visible { | ||
svg { | ||
color: $blue; | ||
} | ||
} | ||
button.xClick:focus { | ||
margin: 0 1em 0.25em 1em; | ||
} | ||
} | ||
|
||
.MuiAutocomplete-popper { | ||
.MuiPaper-root { | ||
margin-top: 0.125em; | ||
box-shadow: none; | ||
.MuiAutocomplete-listbox { | ||
svg { | ||
color: $blue; | ||
outline: none; | ||
} | ||
margin-right: 0.5em; | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.