fix: Beschreibung generieren — AbortController, Readonly, Gold-Styling
- Textarea readonly + visuell gedimmt während Generierung läuft - AbortController bricht Request ab wenn Modal geschlossen wird - Stern-Icon entfernt, Button-Text in Gold (Akzentfarbe) - api.js _request() unterstützt externen AbortSignal
Dieser Commit ist enthalten in:
@@ -2082,6 +2082,22 @@ a:hover {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#btn-enhance-description {
|
||||
color: var(--accent-primary);
|
||||
border-color: var(--accent-primary);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#btn-enhance-description:hover:not(:disabled) {
|
||||
background: var(--accent-primary);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.textarea--loading {
|
||||
opacity: 0.5;
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.spinner-inline {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren