chain-studio/lib/pages
flemming-it 2be7d241bf
Some checks failed
Security / Security check (push) Failing after 1s
feat(studio): localised + explainer-rich Add module source dialog
The previous Add-source dialog was English-only and
operator-hostile — answered 'where do I install from?' without
explaining what a private module *is*. New version, DE + EN:

  - Title + intro + button labels routed through AppLocalizations
    ("Modul-Quelle hinzufügen" / "Installation fehlgeschlagen"
    instead of raw English strings).
  - 'How private modules work' explainer block (3 sentences):
    what a module is (`module.yaml` + WASM), how to package
    it (`fai pack <dir>` → .fai bundle), where to host it
    (any URL: own Forgejo / GitHub / S3), what verification the
    hub does (sha256 + signature against trust store).
  - Honest about the Studio gap: the dialog can install URLs +
    packed bundles, but unpacked source directories still
    require `fai install --link <path>` on the CLI. The
    example command lives in its own code-style box, selectable.
  - Layout: SingleChildScrollView'd so the explainer doesn't
    push the buttons off short viewports.

Studio bumped to 0.66.0; editor path-override pulls in 0.20.0.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-06-09 01:36:54 +02:00
..
approvals.dart feat(studio): rich theme picker (presets + custom colour) + editor 0.11.0 2026-06-02 01:29:34 +02:00
audit.dart feat(studio): central error helpers + inline log viewer + Today CTAs 2026-06-04 02:08:15 +02:00
doctor.dart feat(studio): central error helpers + inline log viewer + Today CTAs 2026-06-04 02:08:15 +02:00
flows.dart feat(studio): localised + explainer-rich Add module source dialog 2026-06-09 01:36:54 +02:00
modules.dart feat(studio): rich theme picker (presets + custom colour) + editor 0.11.0 2026-06-02 01:29:34 +02:00
store.dart feat(studio): central error helpers + inline log viewer + Today CTAs 2026-06-04 02:08:15 +02:00
welcome.dart feat(studio): central error helpers + inline log viewer + Today CTAs 2026-06-04 02:08:15 +02:00