Fix Tutorial-Hinweis im Chat: sessionStorage statt localStorage, Close-Button
- Hinweis erscheint beim ersten Chat-Oeffnen jeder Browser-Session - X-Button zum Wegklicken (setzt sessionStorage, nicht localStorage) - Klick auf Hinweis-Text startet Tutorial und schliesst Chat - Naechste Session zeigt den Hinweis erneut an Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -5203,3 +5203,28 @@ a.map-popup-article:hover {
|
||||
0%, 100% { outline-color: var(--accent); }
|
||||
50% { outline-color: rgba(150, 121, 26, 0.4); }
|
||||
}
|
||||
|
||||
/* Chat Tutorial-Hint Layout */
|
||||
.chat-tutorial-hint {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: var(--sp-md);
|
||||
}
|
||||
.chat-tutorial-hint-text {
|
||||
flex: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
.chat-tutorial-hint-close {
|
||||
flex-shrink: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--text-secondary);
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
padding: 0 2px;
|
||||
line-height: 1;
|
||||
transition: color 0.15s;
|
||||
}
|
||||
.chat-tutorial-hint-close:hover {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren