feat(store): show module maintainers (0.79.0)
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
The detail sheet always answers 'who maintains this?': one selectable line per maintainer from the store index's new maintainers list, or an honest 'not specified' when the index names nobody (StoreMaintainersSection, public for the widget tests). The install trust gate carries the same fact when present and stays terse otherwise. DE+EN; dialog-harness proof captured with the maintainer row. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
66886389a6
commit
351c5a82bc
13 changed files with 198 additions and 2 deletions
|
|
@ -4946,6 +4946,24 @@ abstract class AppLocalizations {
|
|||
/// **'The module runs in a sandbox: it may only touch the network endpoints, files, and environment variables it declares itself — the hub enforces that list. The full permission list is visible in the module details after installation.'**
|
||||
String get installConfirmTrustBody;
|
||||
|
||||
/// No description provided for @storeSectionMaintainers.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Maintainers'**
|
||||
String get storeSectionMaintainers;
|
||||
|
||||
/// No description provided for @storeMaintainersNone.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'not specified'**
|
||||
String get storeMaintainersNone;
|
||||
|
||||
/// No description provided for @installConfirmMaintainers.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Maintainers'**
|
||||
String get installConfirmMaintainers;
|
||||
|
||||
/// No description provided for @storePolicyUnverifiedNotice.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue