Some checks failed
Security / Security check (push) Failing after 2s
New ChainInlineHelp (intro strip: what this is + what will happen, with an optional 'Learn more' into the doc sheet) and ChainFieldHelp / ChainFieldLabel (a '?' affordance per field). First applied to the add-satellite dialog, which asked for a bare 'name' with no hint of what a satellite is or does (usertest): it now leads with a plain explanation + a federation 'Learn more', and the name field carries a '?'. Both widgets are quiet by design. Verified: field_help_test covers the widgets + that the dialog explains itself; dialog_shots_test.dart (a reusable headed dialog-capture harness) proved the layout in light + dark. Studio 0.76.0. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
27 lines
913 B
Dart
27 lines
913 B
Dart
// Barrel file for the Ch∆In Studio widget library.
|
|
//
|
|
// Pages should `import '../widgets/widgets.dart';` and use the
|
|
// primitives directly — no Material `Card` / generic `Container`
|
|
// soup in page code.
|
|
|
|
export 'chain_binary_recovery.dart';
|
|
export 'chain_card.dart';
|
|
export 'chain_data_row.dart';
|
|
export 'chain_delta_mark.dart';
|
|
export 'chain_empty_state.dart';
|
|
export 'chain_en_badge.dart';
|
|
export 'chain_error_box.dart';
|
|
export 'chain_field_help.dart';
|
|
export 'chain_segments.dart';
|
|
export 'hub_load_error_view.dart';
|
|
export 'chain_flow_output.dart';
|
|
export 'chain_install_confirm.dart';
|
|
export 'chain_log_viewer.dart';
|
|
export 'chain_module_sheet.dart';
|
|
export 'chain_pill.dart';
|
|
export 'chain_settings_dialog.dart';
|
|
export 'chain_stores_dialog.dart';
|
|
export 'chain_status_dot.dart';
|
|
export 'chain_system_ai_editor.dart';
|
|
export 'chain_sealed_identity_bar.dart';
|
|
export 'chain_workspace_switcher.dart';
|