schoolbox web extension :)
0
fork

Configure Feed

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

fix(popup): updated badge

willow e1ff524e 0f874eb4

+1 -1
+1 -1
src/entrypoints/popup/components/Footer.svelte
··· 28 28 classList="text-ctp-subtext0 hover:bg-ctp-surface1"> 29 29 <GitBranch size={18} /> v{version} 30 30 <!-- show ripple badge if the extension has been updated (unread release notes) --> 31 - {#if globalSettings.state.updated} 31 + {#if updated.state} 32 32 <span class="absolute top-0 right-0 -mt-1 -mr-1 flex size-3"> 33 33 <span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-ctp-blue opacity-75"></span> 34 34 <span class="relative inline-flex size-3 rounded-full bg-ctp-blue"></span>