-
Groups is fully removed: No homepage navigation, Account feature, tier setting, API, or client code. Legacy group tables, entitlements, messages, voice files, and config are purged automatically. New cache-busted client: cyberchat-app.js?v=20260609.3. Browser and SQLite migration tests passed with no console errors.
This commit is contained in:
@@ -1178,9 +1178,6 @@ html, body {
|
||||
.cc-inline-btn.danger { color: var(--r); border-color: var(--r); }
|
||||
.cc-inline-btn:disabled { opacity: .35; cursor: not-allowed; }
|
||||
.cc-actions { display: flex; gap: 6px; flex-wrap: wrap; }
|
||||
.cc-member-list { display: flex; gap: 6px; flex-wrap: wrap; }
|
||||
.cc-member-list span { padding: 4px 7px; border: 1px solid var(--bd); border-radius: 2px; font: 10px var(--mono); }
|
||||
.cc-member-list button { color: var(--r); background: none; border: 0; margin-left: 4px; }
|
||||
.cc-empty-card { padding: 30px; color: var(--t1); border: 1px dashed var(--bd); text-align: center; font: 10px var(--mono); }
|
||||
.cc-search-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-bottom: 12px; }
|
||||
.cc-archive-list { display: flex; flex-direction: column; gap: 6px; }
|
||||
|
||||
Reference in New Issue
Block a user