Allow chains to be sorted and filtered (#440)

* Allow soak tests to generate lots of chains for testing

* Style tweaks, and redo 'all chains' modal

* make highlighted text readable on selected chain

* cargo fmt

* Update frontend/src/index.css

Fix a typo

Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>

* A couple more wee telemetry style tweaks

* ..but make the tab animation faster

* Be more defensive checking for event target

* Comment out animation for now

Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
This commit is contained in:
James Wilson
2022-01-10 14:57:18 +00:00
committed by GitHub
parent b4fd955c78
commit c00cab33c9
10 changed files with 374 additions and 132 deletions
+4 -4
View File
@@ -28,7 +28,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
.Tile-label {
position: absolute;
top: 24px;
left: 100px;
left: 70px;
right: 0;
font-size: 0.4em;
text-transform: uppercase;
@@ -37,7 +37,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
.Tile-content {
position: absolute;
bottom: 16px;
left: 100px;
left: 70px;
right: 0;
font-weight: 300;
font-size: 0.75em;
@@ -46,9 +46,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
.Tile .Icon {
position: absolute;
left: 20px;
top: 20px;
top: 15px;
font-size: 0.8em;
padding: 0.5em;
padding: 0.1em;
border-radius: 1.25em;
border: 2px solid #e6007a;
color: #e6007a;