add: ability to ip block users from their profile

This commit is contained in:
trisua 2025-06-28 13:15:37 -04:00
parent a799c777ea
commit 0163391380
12 changed files with 241 additions and 20 deletions

View file

@ -38,6 +38,10 @@
--pad-2: 0.5rem;
--pad-3: 0.75rem;
--pad-4: 1rem;
--online: var(--color-green);
--idle: var(--color-yellow);
--offline: hsl(0, 0%, 50%);
}
.dark,