Wording: Neue Lage -> Neuer Fall, Analyse -> Recherche
Dashboard: - Button: + Neuer Fall (statt + Neue Lage) - Modal-Titel: Neuen Fall anlegen - Dropdown: Recherche - Thema analysieren (statt Analyse - Thema recherchieren) - Empty-State: neuen Fall statt neue Lage Tutorial: - Alle Referenzen auf Neue Lage -> Neuer Fall - Analyse/Recherche -> Recherche - Fake-Dropdown: vollstaendige Optionsbeschreibungen
Dieser Commit ist enthalten in:
@@ -17,6 +17,7 @@
|
||||
<link rel="stylesheet" href="/static/vendor/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/static/vendor/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/static/css/network.css?v=20260316a">
|
||||
<link rel="stylesheet" href="/static/css/network-cluster.css?v=20260322b">
|
||||
<link rel="stylesheet" href="/static/css/style.css?v=20260316k">
|
||||
</head>
|
||||
<body>
|
||||
@@ -71,7 +72,7 @@
|
||||
<!-- Sidebar -->
|
||||
<nav class="sidebar" aria-label="Seitenleiste">
|
||||
<div class="sidebar-section">
|
||||
<button class="btn btn-primary btn-full btn-small" id="new-incident-btn" style="margin-bottom:6px;">+ Neue Lage</button>
|
||||
<button class="btn btn-primary btn-full btn-small" id="new-incident-btn" style="margin-bottom:6px;">+ Neuer Fall</button>
|
||||
<!-- <button class="btn btn-primary btn-full btn-small" id="new-network-btn" onclick="App.openNetworkModal()">+ Neue Netzwerkanalyse</button> -->
|
||||
</div>
|
||||
|
||||
@@ -131,7 +132,7 @@
|
||||
<div class="empty-state" id="empty-state">
|
||||
<div class="empty-state-icon">☉</div>
|
||||
<div class="empty-state-title">Kein Vorfall ausgewählt</div>
|
||||
<div class="empty-state-text">Erstelle eine neue Lage oder wähle einen bestehenden Vorfall aus der Seitenleiste.</div>
|
||||
<div class="empty-state-text">Erstelle einen neuen Fall oder wähle einen bestehenden aus der Seitenleiste.</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -191,6 +192,9 @@
|
||||
<div class="network-progress-label" id="network-progress-label">Wird verarbeitet...</div>
|
||||
</div>
|
||||
|
||||
<!-- Cluster Breadcrumb -->
|
||||
<div class="cluster-breadcrumb" id="cluster-breadcrumb" style="display:none;"></div>
|
||||
|
||||
<!-- Graph + Sidebar -->
|
||||
<div class="network-content">
|
||||
<div class="network-graph-area" id="network-graph-area">
|
||||
@@ -426,7 +430,7 @@
|
||||
<div class="modal-overlay" id="modal-new" role="dialog" aria-modal="true" aria-labelledby="modal-new-title">
|
||||
<div class="modal">
|
||||
<div class="modal-header">
|
||||
<div class="modal-title" id="modal-new-title">Neue Lage anlegen</div>
|
||||
<div class="modal-title" id="modal-new-title">Neuen Fall anlegen</div>
|
||||
<button class="modal-close" onclick="closeModal('modal-new')" aria-label="Schließen">×</button>
|
||||
</div>
|
||||
<form id="new-incident-form">
|
||||
@@ -443,7 +447,7 @@
|
||||
<label for="inc-type">Art der Lage</label>
|
||||
<select id="inc-type" onchange="toggleTypeDefaults()">
|
||||
<option value="adhoc">Live-Monitoring — Ereignis beobachten</option>
|
||||
<option value="research">Analyse — Thema recherchieren</option>
|
||||
<option value="research">Recherche — Thema analysieren</option>
|
||||
</select>
|
||||
<div class="form-hint" id="type-hint">
|
||||
Durchsucht laufend hunderte Nachrichtenquellen nach neuen Meldungen. Empfohlen: Automatische Aktualisierung.
|
||||
@@ -775,8 +779,10 @@
|
||||
<script src="/static/js/layout.js?v=20260316b"></script>
|
||||
<script src="/static/js/app.js?v=20260316b"></script>
|
||||
<script src="/static/js/api_network.js?v=20260316a"></script>
|
||||
<script src="/static/js/network-graph.js?v=20260316a"></script>
|
||||
<script src="/static/js/app_network.js?v=20260316a"></script>
|
||||
<script src="/static/js/network-graph.js?v=20260318b"></script>
|
||||
<script src="/static/js/cluster-data.js?v=20260322f"></script>
|
||||
<script src="/static/js/network-cluster.js?v=20260322f"></script>
|
||||
<script src="/static/js/app_network.js?v=20260322d"></script>
|
||||
<script src="/static/js/tutorial.js?v=20260316z"></script>
|
||||
<script src="/static/js/chat.js?v=20260316i"></script>
|
||||
<script>document.addEventListener("DOMContentLoaded",function(){Chat.init();Tutorial.init()});</script>
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren