[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup macos tauri time-machine
0

Configure Feed

Select the types of activity you want to include in your feed.

Add type to createEventDispatcher

Kasper (Feb 15, 2024, 7:01 AM +0100) 61fa7527 4fb479b7

+4 -1
+4 -1
src/page/PageItems.svelte
··· 40 40 }) 41 41 } 42 42 43 - const dispatch = createEventDispatcher() 43 + const dispatch = createEventDispatcher<{ 44 + selectUp: null 45 + selectDown: null 46 + }>() 44 47 45 48 let itemChildren: SvelteComponent[] = [] 46 49