Added 'See Changes' button in app list (GitHub only)

This commit is contained in:
Imran Remtulla
2022-10-07 12:51:53 -04:00
parent a0968caa5c
commit 67f50ba776
9 changed files with 63 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ abstract class AppSource {
late List<List<GeneratedFormItem>> additionalDataFormItems;
late List<String> additionalDataDefaults;
late List<GeneratedFormItem> moreSourceSettingsFormItems;
String? changeLogPageFromStandardUrl(String standardUrl);
}
abstract class MassAppSource {