Flight List
The Flight Logs list page displays all your recorded flights in a table format (or cards on mobile). Each flight is represented as a row with columns for mission details. Click on any row to navigate to the flight's detail view, or use the delete button to remove a flight from your archive.
Table columns
The table shows 13 columns, each with its own inline filter input for real-time searching. Filters update instantly — no submit button required. Active filters are preserved when navigating to a flight's detail view, allowing you to use "Previous" and "Next" navigation while staying within your filtered results.
| Column | Filter Type | Description |
|---|---|---|
| Dept Place | Text search | Departure location name |
| Date | Date picker | Flight date (YYYY-MM-DD) |
| Dept Time | Time picker | Takeoff time (HH:MM) |
| LDG Time | Time picker | Landing time (HH:MM) |
| LDG Place | Text search | Landing location name |
| Duration | Text search | Flight duration in minutes |
| T/O | Text search | Number of takeoffs |
| LDG | Text search | Number of landings |
| Flight OPS | Text search | Operations type (VLOS / BLOS) |
| Pilot Type | Text search | Pilot role (PIC / Dual / Instruction) |
| UAV | Text search | Aircraft name |
| Comments | Text search | Flight notes or observations |
| Actions | Button | Delete flight (with confirmation) |
Filter behavior
Each column has a dedicated filter input in the second header row. Type or select a value, and the table updates automatically:
- Text fields (Dept Place, LDG Place, Duration, T/O, LDG, Flight OPS, Pilot Type, UAV, Comments) — partial text matching, case-insensitive
- Date field — click to open a date picker
- Time fields (Dept Time, LDG Time) — click to open a time picker
- Clear filters — leave an input empty to remove that filter
Filter persistence: When you click a flight row to open its detail view, your active filters are saved in the URL. Use the "Previous" and "Next" buttons in the detail view to navigate only within your filtered results.
Row actions
Each row has a red Trash button at the right end. Clicking it shows a confirmation prompt. Upon confirmation, the flight is permanently deleted from your archive.
Warning: Deleted flights cannot be recovered. Ensure you have backed up any important data before deleting.
Clicking a row
Click anywhere on a flight row (except the delete button) to navigate to that flight's detail page. Your filters remain active, so the detail view will show appropriate "Previous" and "Next" navigation buttons.
Mobile layout
On small screens, the flight list switches to a card layout instead of a table. Each card displays:
- UAV name (bold at the top)
- Date and times
- Departure and landing locations
- Duration
- Takeoffs and landings
- Operational conditions
- Truncated comments (if present)
- Delete button (red, bottom-right)
Cards are also clickable (tap to open detail view) and include the same delete functionality as the table rows.
Header controls
At the top of the flight list, an Add Flight button (blue, plus icon) opens a form to manually record a new mission. See Adding Flights for details.
Next: Learn about Adding Flights.
See Flight Details for information on opening and editing a flight record.