Calendar Graph

This commit is contained in:
akhilesh.sooji 2024-01-24 15:23:46 +05:30 committed by DasWizardTales
parent 2c31f3a2ff
commit 23f4fbae68
3 changed files with 1028 additions and 932 deletions

1948
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -144,7 +144,9 @@
"tar": "~6.2.1", "tar": "~6.2.1",
"tcp-ping": "~0.1.1", "tcp-ping": "~0.1.1",
"thirty-two": "~1.0.2", "thirty-two": "~1.0.2",
"tippy.js": "^6.3.7",
"tough-cookie": "~4.1.3", "tough-cookie": "~4.1.3",
"vue3-calendar-heatmap": "^2.0.5",
"ws": "^8.13.0" "ws": "^8.13.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -162,6 +162,16 @@ optgroup {
background-color: #161B22; background-color: #161B22;
} }
[data-tippy-root] {
color: #333;
font-size: small;
font-weight: 600;
background-color: #fff;
padding: 0.25rem 0.5rem;
border-radius: 0.5rem;
box-shadow: 2px 2px 2px #333;
}
.btn-outline-normal { .btn-outline-normal {
padding: 4px 10px; padding: 4px 10px;
border: 1px solid #ced4da; border: 1px solid #ced4da;