This commit is contained in:
ponzischeme89
2026-08-19 14:25:44 +12:00
parent 2b43b9ef12
commit 590e069366
83 changed files with 8948 additions and 1266 deletions
+3 -3
View File
@@ -89,7 +89,7 @@ export function AccountsPage() {
return (
<>
<PageHead title="Memby users" intro="Who uses Memby, and the devices they are signed in on." />
<PageHead title="Users" intro="Who uses Memby, and which devices they are signed in to." />
<Banner message={error} />
{loading ? (
@@ -121,12 +121,12 @@ export function AccountsPage() {
]}
/>
<Card title="People" icon="people" tone="note">
<Card title="Users" icon="people" tone="note">
<TableWrap>
<table>
<thead>
<tr>
<th>Person</th>
<th>User</th>
<th>Short name</th>
<th className="num">Devices</th>
<th className="num">This week</th>