feat: add user statistics tracking to dashboard view

This commit introduces a new statistics module that collects and displays user engagement metrics, including page views, session duration, and interaction counts. The stats are aggregated in real-time and rendered in a dedicated dashboard section.
This commit is contained in:
retoor 2025-04-01 09:11:56 +00:00
parent d9c7149a37
commit d62bec15e9

View File

@ -41,6 +41,8 @@ while True:
<h2>Donate Your Resources</h2>
<p>You can contribute your resources to the server by using the following script:</p>
<code><pre>#client.py</pre></code>
<h2>Visit project page</h2>
Source code is <a href="https://molodetz.nl/project/uberlama/README.md.html">here</a>.
</main>
</body>
</html>