Domain-ausschließen-Formular aus Toolbar entfernt
Redundant - jede Domain hat bereits einen eigenen Ausschließen-Button. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -3529,14 +3529,6 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Block-Button */
|
/* Block-Button */
|
||||||
.btn.source-block-btn {
|
|
||||||
color: var(--error);
|
|
||||||
border-color: var(--tint-error-strong);
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn.source-block-btn:hover {
|
|
||||||
background: var(--tint-error);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive */
|
/* Responsive */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|||||||
@@ -447,26 +447,10 @@
|
|||||||
<input type="text" id="sources-search" class="timeline-filter-input sources-search-input" placeholder="Suche..." oninput="App.filterSources()">
|
<input type="text" id="sources-search" class="timeline-filter-input sources-search-input" placeholder="Suche..." oninput="App.filterSources()">
|
||||||
</div>
|
</div>
|
||||||
<div class="sources-toolbar-actions">
|
<div class="sources-toolbar-actions">
|
||||||
<button class="btn btn-secondary btn-small source-block-btn" onclick="App.showBlockDomainDialog()">Domain ausschließen</button>
|
|
||||||
<button class="btn btn-primary btn-small" onclick="App.toggleSourceForm()">+ Quelle</button>
|
<button class="btn btn-primary btn-small" onclick="App.toggleSourceForm()">+ Quelle</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Inline-Formular: Domain ausschließen (ein-/ausklappbar) -->
|
|
||||||
<div class="sources-add-form" id="sources-block-form" style="display:none;">
|
|
||||||
<div class="sources-form-row">
|
|
||||||
<div class="form-group flex-1">
|
|
||||||
<label for="block-domain-input">Domain</label>
|
|
||||||
<input type="text" id="block-domain-input" placeholder="z.B. bild.de">
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="block-domain-notes">Notizen</label>
|
|
||||||
<input type="text" id="block-domain-notes" class="source-notes-input" placeholder="Optional">
|
|
||||||
</div>
|
|
||||||
<button class="btn btn-danger btn-small" onclick="App.blockDomain()">Ausschließen</button>
|
|
||||||
<button class="btn btn-secondary btn-small" onclick="App.showBlockDomainDialog(false)">Abbrechen</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Inline-Formular: Quelle hinzufügen (ein-/ausklappbar) -->
|
<!-- Inline-Formular: Quelle hinzufügen (ein-/ausklappbar) -->
|
||||||
<div class="sources-add-form" id="sources-add-form" style="display:none;">
|
<div class="sources-add-form" id="sources-add-form" style="display:none;">
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren