Group flights by date in list view

This commit is contained in:
april
2024-01-04 15:13:45 -06:00
parent a600cff6e6
commit 8c0a0955b3
5 changed files with 101 additions and 58 deletions

View File

@@ -68,7 +68,7 @@ type FlightConciseSchema = {
user: string;
id: string;
date: dayjs.Dayjs;
date: string;
aircraft: string;
waypoint_from: string;
waypoint_to: string;