Display a tab with information about groups #98

Merged
bustikiller merged 4 commits from groups-table into main 2024-11-13 18:29:15 +00:00
Showing only changes of commit 3e9775af99 - Show all commits

View File

@ -47,7 +47,7 @@ export type Group = {
guest_count: number;
icon: string;
children: Group[];
color: string;
color?: string;
attendance?: AttendanceSummary
};