Initial analytics #36

Merged
BlakeRain merged 11 commits from analytics into main 2023-09-16 23:01:03 +00:00
Showing only changes of commit d989877cee - Show all commits

View File

@ -181,7 +181,7 @@ fn dashboard_content() -> Html {
{"Refresh"} {"Refresh"}
</button> </button>
</div> </div>
<div class="grid xl:grid-cols-2 gap-4"> <div class="grid 2xl:grid-cols-2 gap-4">
<div> <div>
<div class="border border-primary rounded-md pr-4"> <div class="border border-primary rounded-md pr-4">
{month_view_chart(*year, *month, bar_hover.clone(), &month_result.views)} {month_view_chart(*year, *month, bar_hover.clone(), &month_result.views)}