soft reload

This commit is contained in:
2026-05-18 07:38:22 +05:30
parent d66406ba86
commit 000c0063e5
12 changed files with 22 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ export interface LatestItemsViewProps {
accentColor: string;
canExpand: boolean;
onExpand: () => void;
isFetching?: boolean;
}