Skip to content

Commit

Permalink
gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
baenat committed Jun 27, 2024
1 parent d833722 commit ec90bc2
Show file tree
Hide file tree
Showing 15 changed files with 1,581 additions and 0 deletions.
698 changes: 698 additions & 0 deletions docs/3rdpartylicenses.txt

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/browser/assets/images/spotify-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions docs/browser/assets/styles/table.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@

@import "./variables.scss";

.table {
width: 100%;
text-align: left;
table-layout: fixed;
border-collapse: collapse;

.play {
color: $color-primary;
font-size: 1.2rem;
}

.executando {
background-color: $color-white;
padding: 10px;
box-shadow: 0px 0px 15px $color-dark-transparent-30;

td {
color: $color-primary;
}
}

thead th{
font-size: 1.5rem;
font-weight: 600;
color: $color-dark-transparent-30;
}

th, td {
padding-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

&:nth-child(1){
padding-left: 10px;
}
}

tr {
&:hover {
cursor: pointer;

td {
color: $color-primary;
}
}

td {
padding: 10px 20px 10px 0px;
margin-top: 10px;
font-weight: 500;
font-size: 1.5rem;
color: $color-dark-transparent-70;

&:nth-child(1){
padding-left: 10px;
}
}
}

.w{
@for $i from 1 to 10 {
$width: $i * 5;
&-#{ $width } {
width: #{ $width * 1% };
}
}
}

.right {
text-align: right;
}
}
11 changes: 11 additions & 0 deletions docs/browser/assets/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$color-primary: #37ab00;
$color-secondary: #fbfef4;
$color-white: #fff;

$color-dark-transparent-70: #000000b3;
$color-dark-transparent-30: #0000004D;
$color-dark-transparent-20: #00000033;
$color-dark-transparent-03: #00000008;

$color-background: #fbfef4;
$color-background-dark: #0f0f0f;
763 changes: 763 additions & 0 deletions docs/browser/chunk-2QTQ6EVD.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/browser/chunk-DHZWOCCO.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/browser/chunk-SA5TBYPT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/browser/chunk-VC6R3RSQ.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/browser/chunk-YA2VHLOV.js

Large diffs are not rendered by default.

Binary file added docs/browser/favicon.ico
Binary file not shown.
19 changes: 19 additions & 0 deletions docs/browser/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/browser/main-CSVXIOP4.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/browser/polyfills-6EAL64PA.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/browser/styles-OMDC2WQH.css

Large diffs are not rendered by default.

0 comments on commit ec90bc2

Please sign in to comment.