feat: add CSS styles and JavaScript functionality for projects and scenarios, including filtering and layout enhancements

This commit is contained in:
2025-11-09 17:36:31 +01:00
parent d36611606d
commit faea6777a0
9 changed files with 247 additions and 3 deletions

View File

@@ -1,6 +1,14 @@
{% extends "base.html" %}
{% block title %}{{ scenario.name }} · Scenario · CalMiner{% endblock %}
{% block head_extra %}
<link rel="stylesheet" href="/static/css/scenarios.css" />
{% endblock %}
{% block head_extra %}
<link rel="stylesheet" href="/static/css/scenarios.css" />
{% endblock %}
{% block content %}
<nav class="breadcrumb">
<a href="{{ url_for('projects.project_list_page') }}">Projects</a>