import type { UserSettings } from '../../src/types' // Known panel widths + selected flight for op_alice so the rehydration tests // (AC-21, AC-06) assert against a deterministic state. export const seedUserSettings: UserSettings[] = [ { id: 'user-settings-alice', userId: 'user-alice', selectedFlightId: 'flight-1', annotationsLeftPanelWidth: 280, annotationsRightPanelWidth: 320, datasetLeftPanelWidth: 240, datasetRightPanelWidth: 280, }, { id: 'user-settings-bob', userId: 'user-bob', selectedFlightId: 'flight-3', annotationsLeftPanelWidth: null, annotationsRightPanelWidth: null, datasetLeftPanelWidth: null, datasetRightPanelWidth: null, }, ]