- Connection-aware Welcome: when the hub is down, show a hero with a primary "Start hub" CTA + install fallback instead of a dead, all-unchecked onboarding checklist (the first-run cliff). - Actionable binary-not-found (file picker + install link, not a "set FAI_BIN" dead end) and a connect-failure banner after repeated failed health polls. - Localize six hardcoded English error/toast clusters (DE+EN ARB). - Bundle Inter + JetBrains Mono as assets; drop the runtime google_fonts fetch (air-gap / KRITIS safe, no font-swap flash). Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
20 lines
633 B
Dart
20 lines
633 B
Dart
// Barrel file for the F∆I Studio widget library.
|
|
//
|
|
// Pages should `import '../widgets/widgets.dart';` and use the
|
|
// primitives directly — no Material `Card` / generic `Container`
|
|
// soup in page code.
|
|
|
|
export 'fai_binary_recovery.dart';
|
|
export 'fai_card.dart';
|
|
export 'fai_data_row.dart';
|
|
export 'fai_delta_mark.dart';
|
|
export 'fai_empty_state.dart';
|
|
export 'fai_en_badge.dart';
|
|
export 'fai_error_box.dart';
|
|
export 'fai_flow_output.dart';
|
|
export 'fai_log_viewer.dart';
|
|
export 'fai_module_sheet.dart';
|
|
export 'fai_pill.dart';
|
|
export 'fai_settings_dialog.dart';
|
|
export 'fai_status_dot.dart';
|
|
export 'fai_system_ai_editor.dart';
|