feat: enhance UI with responsive sidebar toggle and filter functionality for projects and scenarios

This commit is contained in:
2025-11-09 17:48:55 +01:00
parent faea6777a0
commit c39dde3198
7 changed files with 337 additions and 59 deletions

View File

@@ -52,8 +52,3 @@
<p>No projects yet. <a href="{{ url_for('projects.create_project_form') }}">Create your first project.</a></p>
{% endif %}
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="/static/js/projects.js"></script>
{% endblock %}