web/changelogs: display skeleton when changelog is loading

This commit is contained in:
dumbmoron
2024-07-21 09:42:48 +00:00
parent f530624467
commit 0cea58922d
5 changed files with 228 additions and 15 deletions

View File

@@ -16,4 +16,4 @@ export interface MarkdownMetadata {
export type ChangelogImport = {
default: SvelteComponent,
metadata: ChangelogMetadata
} | undefined;
};