chain-studio/lib/data/about_info.dart
flemming-it 87afa4dc05
Some checks failed
Security / Security check (push) Failing after 2s
feat(docs): in-place help pattern — explain a surface where it happens
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>
2026-07-20 02:00:56 +02:00

14 lines
620 B
Dart

// Product identity shown in Settings → About and the sidebar
// version tag. One place to bump so procurement-facing facts
// (vendor, license, contact) can never drift between surfaces.
/// Studio's own build version. Bump on every UI release so the
/// running app self-identifies.
const String kStudioVersion = '0.76.0';
const String kProductName = 'Ch∆In Studio';
const String kVendorName = 'Flemming.AI (F∆I)';
const String kAuthorName = 'Dr. Stefan Flemming';
const String kLicenseName = 'Apache 2.0';
const String kContactEmail = 'chain@flemming.ai';
const String kDocsUrl = 'https://chain.flemming.ai';