feat(frontend): closed-channel read-only UI

Closed channels: composer replaced by a read-only banner; history still
viewable; GuildChannel carries closed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
h z
2026-05-15 16:52:44 +01:00
parent 2d9aec8657
commit 44c308bd06
2 changed files with 34 additions and 19 deletions

View File

@@ -683,6 +683,17 @@ button {
.dc-composer .btn {
flex: none;
}
.dc-closed-banner {
flex: none;
margin: 0 16px 20px;
padding: 12px 14px;
text-align: center;
color: var(--text-muted);
background: var(--elevated);
border: 1px solid var(--border);
border-radius: 8px;
font-size: 13px;
}
/* members */
.dc-members {