-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/beta' into feat/color-scheme-toggle
- Loading branch information
Showing
154 changed files
with
2,840 additions
and
2,061 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Colors | ||
.text-incorrect {color: #ff0010;} | ||
.text-wip {color: #ff6f00;} | ||
.text-incomplete {color: #ffef00;} | ||
.text-stable {color: #90ff00;} | ||
.text-transparent { color: transparent;} | ||
.text-black { color: black;} | ||
|
||
.bg-na { background-color: #6c8293;} | ||
.bg-incorrect {background-color: #ff0010;} | ||
.bg-wip {background-color: #ff6f00;} | ||
.bg-incomplete {background-color: #ffef00;} | ||
.bg-stable {background-color: #90ff00;} | ||
.bg-transparent { background-color: transparent;} | ||
.bg-black { background-color: black;} |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.Dashboard tr th, | ||
.Dashboard tr td { | ||
padding: 0 1rem !important; | ||
font-size: 12px; | ||
text-align: center; | ||
} | ||
.Dashboard tr td:first-child { | ||
text-align: left; | ||
} | ||
|
||
.Dashboard-section { | ||
// max-width:250px; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
th[role=columnheader]:not(.no-sort) { | ||
cursor: pointer; | ||
position: relative; | ||
min-width: 110px; | ||
} | ||
|
||
th[role=columnheader]:not(.no-sort):after { | ||
content: ''; | ||
position: absolute; | ||
top: -3px; | ||
right: 10px; | ||
margin-top: 10px; | ||
border-width: 0 4px 4px; | ||
border-style: solid; | ||
border-color: #404040 transparent; | ||
visibility: hidden; | ||
opacity: 0; | ||
-ms-user-select: none; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
th[aria-sort=ascending]:not(.no-sort):after { | ||
border-bottom: none; | ||
border-width: 4px 4px 0; | ||
} | ||
|
||
th[aria-sort]:not(.no-sort):after { | ||
visibility: visible; | ||
opacity: 0.4; | ||
} | ||
|
||
th[role=columnheader]:not(.no-sort):hover:after { | ||
visibility: visible; | ||
opacity: 1; | ||
} |
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,7 +1,9 @@ | ||
--- | ||
title: Algorithms | ||
bookCollapseSection: true | ||
dashboardState: incorrect | ||
type: docs | ||
weight: 4 | ||
|
||
dashboardWeight: 2 | ||
dashboardState: wip | ||
dashboardAudit: 0 | ||
dashboardTests: 0 | ||
--- |
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
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
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
Oops, something went wrong.