Skip to content

Commit aa511f6

Browse files
authored
Add draw statistic to stats index page
1 parent e4c9c29 commit aa511f6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

stats/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ <h1 class="text-3xl font-bold tracking-tight">System <span class="text-[--color-
7070
<div class="label">Profile Deep Dives</div>
7171
<div id="stat-profile" class="number text-2xl text-white">---</div>
7272
</div>
73+
74+
<div class="stat-card">
75+
<i class="fa-solid fa-diagram-project text-[--color-muted] mb-4"></i>
76+
<div class="label">Architect Draw</div>
77+
<div id="stat-draw" class="number text-2xl text-white">---</div>
78+
</div>
7379
</div>
7480

7581
<footer class="mt-16 text-center text-[10px] text-[--color-line] font-mono tracking-widest uppercase">
@@ -99,6 +105,7 @@ <h1 class="text-3xl font-bold tracking-tight">System <span class="text-[--color-
99105
fetchStat('md', 'stat-md');
100106
fetchStat('time', 'stat-time');
101107
fetchStat('profile', 'stat-profile');
108+
fetchStat('draw', 'stat-draw');
102109
};
103110
</script>
104111

0 commit comments

Comments
 (0)