PR-17 - Fixed a minor bug where the full text for multi-chapter references wasn't being displayed in the passage preview and updated a few just stylistic things.

This commit is contained in:
Caleb Campbell
2026-02-10 09:01:50 +11:00
parent 30b9a60baf
commit 7f2c2589f3
9 changed files with 53 additions and 86 deletions

View File

@@ -6,6 +6,7 @@ export default interface LocalBibleRefSettings {
defaultVersionShorthand: string;
defaultPassageFormat: PassageFormat;
bibleFormat: BibleFormat;
fullPreview: boolean;
quote: {
includeReference: boolean;
referencePosition: QuoteReferencePosition;
@@ -16,7 +17,6 @@ export default interface LocalBibleRefSettings {
linkToPassage: boolean;
collapsible: boolean;
};
fullSuggestion: boolean;
}
export enum QuoteReferencePosition {