Introduce "Extension info" screen

This commit is contained in:
schroda
2025-06-23 00:05:16 +02:00
parent 998400327f
commit 2e105a0539
16 changed files with 1236 additions and 150 deletions
+1
View File
@@ -69,3 +69,4 @@ export type SourceDisplayNameInfo = Pick<SourceType, 'displayName'>;
export type SourceNsfwInfo = Pick<SourceType, 'isNsfw'>;
export type SourceRepoInfo = { extension: Pick<ExtensionType, 'repo'> };
export type SourceMetaInfo = { meta: SourceMetaFieldsFragment[] };
export type SourceConfigurableInfo = Pick<SourceType, 'isConfigurable'>;