Reader progress bars

This commit is contained in:
schroda
2024-12-09 02:38:37 +01:00
parent 51fb660c7b
commit 7434ed0152
42 changed files with 1587 additions and 34 deletions
@@ -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);