Reader progress bars

This commit is contained in:
schroda
2024-09-28 03:24:16 +02:00
parent 51fb660c7b
commit 7434ed0152
42 changed files with 1587 additions and 34 deletions

View File

@@ -57,6 +57,9 @@ const APP_METADATA_OBJECT: Record<AppMetadataKeys, undefined> = {
tapZoneLayout: undefined,
tapZoneInvertMode: undefined,
readingDirection: undefined,
progressBarType: undefined,
progressBarSize: undefined,
progressBarPosition: undefined,
};
export const VALID_APP_METADATA_KEYS = Object.keys(APP_METADATA_OBJECT);