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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user