[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.

Brighter visual highlight for loaded backups

Kasper (Jan 16, 2022, 12:41 PM +0100) 2f02fc5e cca38d40

+2 -1
+1
src/Item.svelte
··· 85 85 transform: rotate(90deg) 86 86 .is-cached 87 87 font-weight: 600 88 + color: hsla(216, 50%, 80%, 0.9) 88 89 svg 89 90 fill: hsla(216, 50%, 70%, 0.75) 90 91 width: 10px
+1 -1
src/Page.svelte
··· 59 59 <main> 60 60 <div class="bar">{$page.fullPath}</div> 61 61 {#if dirMap === null || dirMap[rootPath] === undefined} 62 - <button on:click={compare} class:disabled={loading}> 62 + <button on:click={() => compare()} class:disabled={loading}> 63 63 {#if loading} 64 64 Loading... 65 65 {:else}