@@ -47,7 +47,7 @@ <h2>Owner Access Required</h2>
4747 < div id ="stats-content " class ="stats-content hidden ">
4848 <!-- Overview Cards -->
4949 < section class ="stats-section fade-in ">
50- < h2 class ="section-title "> Overview </ h2 >
50+ < h2 class ="section-title "> Visits by Page Type </ h2 >
5151 < div class ="stats-grid stats-grid-5 ">
5252 < div class ="stat-card accent-orange " data-stat ="total_visits ">
5353 < div class ="stat-icon ">
@@ -58,59 +58,59 @@ <h2 class="section-title">Overview</h2>
5858 </ div >
5959 < div class ="stat-info ">
6060 < span class ="stat-value " id ="stat-total-visits "> -</ span >
61- < span class ="stat-label "> Total Visits </ span >
61+ < span class ="stat-label "> Total</ span >
6262 </ div >
6363 </ div >
64- < div class ="stat-card " data-stat ="posts ">
64+ < div class ="stat-card " data-stat ="blog_visits ">
6565 < div class ="stat-icon ">
6666 < svg viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
67- < path d ="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z "/>
67+ < path d ="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z "/>
68+ < polyline points ="14 2 14 8 20 8 "/>
69+ < line x1 ="16 " y1 ="13 " x2 ="8 " y2 ="13 "/>
70+ < line x1 ="16 " y1 ="17 " x2 ="8 " y2 ="17 "/>
6871 </ svg >
6972 </ div >
7073 < div class ="stat-info ">
71- < span class ="stat-value " id ="stat-posts "> -</ span >
72- < span class ="stat-label "> Thoughts </ span >
74+ < span class ="stat-value " id ="stat-blog-visits "> -</ span >
75+ < span class ="stat-label "> Blogs </ span >
7376 </ div >
7477 </ div >
75- < div class ="stat-card " data-stat ="blog_posts ">
78+ < div class ="stat-card " data-stat ="thoughts_visits ">
7679 < div class ="stat-icon ">
7780 < svg viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
78- < path d ="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z "/>
79- < polyline points ="14 2 14 8 20 8 "/>
80- < line x1 ="16 " y1 ="13 " x2 ="8 " y2 ="13 "/>
81- < line x1 ="16 " y1 ="17 " x2 ="8 " y2 ="17 "/>
81+ < path d ="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z "/>
8282 </ svg >
8383 </ div >
8484 < div class ="stat-info ">
85- < span class ="stat-value " id ="stat-blog-posts "> -</ span >
86- < span class ="stat-label "> Blog Posts </ span >
85+ < span class ="stat-value " id ="stat-thoughts-visits "> -</ span >
86+ < span class ="stat-label "> Thoughts </ span >
8787 </ div >
8888 </ div >
89- < div class ="stat-card " data-stat ="unique_users ">
89+ < div class ="stat-card " data-stat ="diffchecker_visits ">
9090 < div class ="stat-icon ">
9191 < svg viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
92- < path d ="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2 "/>
93- < circle cx =" 9 " cy =" 7 " r =" 4 "/>
94- < path d =" M23 21v-2a4 4 0 0 0-3-3.87 "/>
95- < path d =" M16 3.13a4 4 0 0 1 0 7.75 "/>
92+ < path d ="M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8z "/>
93+ < polyline points =" 16 3 16 8 21 8 "/>
94+ < line x1 =" 8 " y1 =" 12 " x2 =" 16 " y2 =" 12 "/>
95+ < line x1 =" 8 " y1 =" 16 " x2 =" 16 " y2 =" 16 "/>
9696 </ svg >
9797 </ div >
9898 < div class ="stat-info ">
99- < span class ="stat-value " id ="stat-unique-users "> -</ span >
100- < span class ="stat-label "> Unique Users </ span >
99+ < span class ="stat-value " id ="stat-diffchecker-visits "> -</ span >
100+ < span class ="stat-label "> Diff Checker </ span >
101101 </ div >
102102 </ div >
103- < div class ="stat-card " data-stat ="total_logins ">
103+ < div class ="stat-card " data-stat ="other_visits ">
104104 < div class ="stat-icon ">
105105 < svg viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
106- < path d =" M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4 "/>
107- < polyline points =" 10 17 15 12 10 7 "/>
108- < line x1 ="15 " y1 ="12 " x2 ="3 " y2 ="12 "/>
106+ < circle cx =" 12 " cy =" 12 " r =" 10 "/>
107+ < line x1 =" 12 " y1 =" 8 " x2 =" 12 " y2 =" 12 "/>
108+ < line x1 ="12 " y1 ="16 " x2 ="12.01 " y2 ="16 "/>
109109 </ svg >
110110 </ div >
111111 < div class ="stat-info ">
112- < span class ="stat-value " id ="stat-total-logins "> -</ span >
113- < span class ="stat-label "> Total Logins </ span >
112+ < span class ="stat-value " id ="stat-other-visits "> -</ span >
113+ < span class ="stat-label "> Other </ span >
114114 </ div >
115115 </ div >
116116 </ div >
0 commit comments