improve: instance activity chart (#1144)

* improve: instance activity chart

* wip: ?

* Wrong commit

* add prev/next day btn, bar width setting, i18n

* add show solo, no friend instance btn, add friend icon, i18n

* add favorite friend icon, tips, improve the chart display effect, and i18n
This commit is contained in:
pa
2025-02-22 18:30:42 +09:00
committed by GitHub
parent f7530303f6
commit f221b43a10
13 changed files with 852 additions and 177 deletions

View File

@@ -704,3 +704,38 @@ i[class='el-icon-star-off']:not(.el-menu-item div.el-tooltip i) {
color: #efefef;
padding-bottom: 2px;
}
.el-backtop {
background-color: var(--dv_bg-top);
color: var(--dv_muted);
}
// Date picker
.el-date-picker {
background-color: var(--dv_bg-top);
}
.el-date-table td.current:not(.disabled) span {
background-color: var(--dv_muted);
}
.el-date-table td.today span {
color: var(--dv_muted);
}
.el-date-table td.available:hover span {
background-color: var(--dv_muted);
color: #fff;
}
.el-date-table td.available:hover {
color: #fff
}
.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell {
color: var(--dv_muted);
}
.el-month-table td.current:not(.disabled) .cell {
color: var(--dv_muted);
}
.el-date-picker__header-label.active, .el-date-picker__header-label:hover {
color: var(--dv_muted);
}
.el-picker-panel__icon-btn:hover {
color: var(--dv_muted);
}
// Date picker end