Use DataTable for members, add seed users, remove teams stats

- Update TeamMembersPage to use DataTable component for consistency
- Add test users (alice, bob, charlie, diana, eve, frank) with various roles
- Remove stats from teams list header
- Passwords for test users are same as their usernames
This commit is contained in:
Mondo Diaz
2026-01-28 16:20:23 +00:00
parent 2b9c039157
commit 1b2bc33aba
5 changed files with 140 additions and 115 deletions

View File

@@ -13,37 +13,12 @@
gap: 1rem;
}
.teams-header__content {
display: flex;
align-items: center;
gap: 1.5rem;
}
.teams-header__content h1 {
.teams-header h1 {
margin: 0;
font-size: 1.5rem;
font-weight: 600;
}
.teams-header__stats {
display: flex;
align-items: center;
gap: 1rem;
color: var(--color-text-muted);
font-size: 0.875rem;
}
.teams-header__stats span {
display: flex;
align-items: center;
gap: 0.375rem;
}
.teams-header__stats .stat-value {
font-weight: 600;
color: var(--color-text);
}
/* Search */
.teams-search {
position: relative;