📚 Improved error handling documentation and codebase organization in the frontend application. 🖥️🔍

This commit is contained in:
2025-05-30 20:47:28 +02:00
parent d1a6281577
commit 0d966712a7
5 changed files with 871 additions and 19 deletions

View File

@@ -654,6 +654,7 @@
<script src="{{ url_for('static', filename='js/printer_monitor.js') }}"></script>
{% if current_user.is_authenticated %}
<script src="{{ url_for('static', filename='js/notifications.js') }}"></script>
<script src="{{ url_for('static', filename='js/session-manager.js') }}"></script>
<script src="{{ url_for('static', filename='js/auto-logout.js') }}"></script>
{% endif %}