Tutorial: Demo-Lage mit Platzhaltern, detaillierte Erklaerungen, Scroll-to-View
Kompletter Umbau des Tutorial-Systems: - Tutorial funktioniert jetzt ohne bestehende Lagen - Injiziert Demo-Lage (Explosion Hamburger Hafen) mit realistischen Platzhaltern in Sidebar, Lagebild, Faktencheck, Timeline, Quellen und Karte - 25 Steps statt 20: Neue Lage vs Recherche erklaert, jede Kachel detailliert - ScrollIntoView vor jedem Step (wichtig fuer Karte etc.) - Sub-Element-Highlighting: Markiert spezifische Funktionen innerhalb der Kacheln (Quellenverweise, Filter, Buttons, Kartensteuerung) - Sauberes Aufraumen: Demo-Daten werden nach Tutorial entfernt, Dashboard-Zustand wird vollstaendig wiederhergestellt Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -5187,3 +5187,19 @@ a.map-popup-article:hover {
|
||||
.chat-tutorial-hint strong {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
|
||||
/* Sub-Element Highlight innerhalb von Tutorial-Steps */
|
||||
.tutorial-sub-highlight {
|
||||
outline: 2px solid var(--accent) !important;
|
||||
outline-offset: 3px;
|
||||
border-radius: var(--radius);
|
||||
animation: tutorial-sub-pulse 1.5s ease-in-out infinite;
|
||||
position: relative;
|
||||
z-index: 9002;
|
||||
}
|
||||
|
||||
@keyframes tutorial-sub-pulse {
|
||||
0%, 100% { outline-color: var(--accent); }
|
||||
50% { outline-color: rgba(150, 121, 26, 0.4); }
|
||||
}
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren