activity-pub implementation

This commit is contained in:
2026-05-08 21:26:50 +02:00
parent 940c33047c
commit df71748897
50 changed files with 2724 additions and 97 deletions

View File

@@ -517,3 +517,35 @@ form button[type="submit"]:hover {
.director-bar { flex: 1; background: rgba(255,255,255,0.08); border-radius: 4px; height: 10px; overflow: hidden; }
.director-bar-fill { height: 100%; background: var(--primary); border-radius: 4px; opacity: 0.8; }
.director-count { font-size: 0.8rem; opacity: 0.5; width: 20px; text-align: right; }
/* ---- ActivityPub federation ---- */
.remote-badge {
font-size: 0.7rem;
color: rgba(255,255,255,0.5);
background: rgba(255,255,255,0.08);
border-radius: 3px;
padding: 1px 5px;
margin-left: 4px;
vertical-align: middle;
}
.follow-section {
margin-top: 1.5rem;
padding-top: 1rem;
border-top: 1px solid rgba(255,255,255,0.1);
}
.follow-section input[type="text"] {
padding: 0.4rem;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 3px;
min-width: 280px;
background: rgba(255,255,255,0.08);
color: inherit;
}
.following-list { list-style: none; padding: 0; }
.following-item {
padding: 0.5rem 0;
border-bottom: 1px solid rgba(255,255,255,0.07);
display: flex;
align-items: center;
gap: 0.5rem;
}