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

@@ -325,3 +325,33 @@ path[stroke='#e5e9f2'] {
background: var(--farback);
color: #efefef;
}
.el-backtop {
color: var(--theme-text-muted)
}
// Date picker
.el-date-table td.current:not(.disabled) span {
background-color: var(--theme-text-muted);
}
.el-date-table td.today span {
color: var(--theme-text-muted);
}
.el-date-table td.available:hover span {
background-color: var(--theme-text-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(--theme-text-muted);
}
.el-month-table td.current:not(.disabled) .cell {
color: var(--theme-text-muted);
}
.el-date-picker__header-label.active, .el-date-picker__header-label:hover {
color: var(--theme-text-muted);
}
.el-picker-panel__icon-btn:hover {
color: var(--theme-text-muted);
}