feat: allow to set password-protected notes #2201
Annotations
10 errors
quartz/components/renderPage.tsx#L223
Argument of type '{}' is not assignable to parameter of type 'string'.
|
quartz/components/scripts/decrypt.inline.ts#L3
Function lacks ending return statement and return type does not include 'undefined'.
|
quartz/components/scripts/decrypt.inline.ts#L71
Type 'string | null' is not assignable to type 'string'.
|
quartz/components/scripts/decrypt.inline.ts#L79
Object is possibly 'null'.
|
quartz/components/scripts/decrypt.inline.ts#L79
Property 'innerText' does not exist on type 'Element'.
|
quartz/components/scripts/decrypt.inline.ts#L91
Cannot find name 'HTMLArticleElement'.
|
quartz/i18n/index.ts#L70
Type '{ readonly propertyDefaults: { readonly title: "Untitled"; readonly description: "No description provided"; }; readonly components: { readonly callout: { readonly note: "Note"; readonly abstract: "Abstract"; ... 10 more ...; readonly quote: "Quote"; }; ... 9 more ...; readonly contentMeta: { ...; }; }; readonly page...' is not assignable to type 'Translation'.
|
quartz/i18n/locales/ar-SA.ts#L65
Property 'encryptedContent' is missing in type '{ readonly rss: { readonly recentNotes: "آخر الملاحظات"; readonly lastFewNotes: ({ count }: { count: number; }) => string; }; readonly error: { readonly title: "غير موجود"; readonly notFound: "إما أن هذه الصفحة خاصة أو غير موجودة."; readonly home: "العوده للصفحة الرئيسية"; }; readonly folderContent: { ...; }; readon...' but required in type '{ rss: { recentNotes: string; lastFewNotes: (variables: { count: number; }) => string; }; error: { title: string; notFound: string; home: string; }; folderContent: { folder: string; itemsUnderFolder: (variables: { ...; }) => string; }; tagContent: { ...; }; encryptedContent: { ...; }; }'.
|
quartz/i18n/locales/ca-ES.ts#L60
Property 'encryptedContent' is missing in type '{ readonly rss: { readonly recentNotes: "Notes recents"; readonly lastFewNotes: ({ count }: { count: number; }) => string; }; readonly error: { readonly title: "No s'ha trobat."; readonly notFound: "Aquesta pàgina és privada o no existeix."; readonly home: "Torna a la pàgina principal"; }; readonly folderContent: { ...' but required in type '{ rss: { recentNotes: string; lastFewNotes: (variables: { count: number; }) => string; }; error: { title: string; notFound: string; home: string; }; folderContent: { folder: string; itemsUnderFolder: (variables: { ...; }) => string; }; tagContent: { ...; }; encryptedContent: { ...; }; }'.
|
quartz/i18n/locales/cs-CZ.ts#L60
Property 'encryptedContent' is missing in type '{ readonly rss: { readonly recentNotes: "Nejnovější poznámky"; readonly lastFewNotes: ({ count }: { count: number; }) => string; }; readonly error: { readonly title: "Nenalezeno"; readonly notFound: "Tato stránka je buď soukromá, nebo neexistuje."; readonly home: "Návrat na domovskou stránku"; }; readonly folderCont...' but required in type '{ rss: { recentNotes: string; lastFewNotes: (variables: { count: number; }) => string; }; error: { title: string; notFound: string; home: string; }; folderContent: { folder: string; itemsUnderFolder: (variables: { ...; }) => string; }; tagContent: { ...; }; encryptedContent: { ...; }; }'.
|
The logs for this run have expired and are no longer available.
Loading