schoolbox web extension :)
0
fork

Configure Feed

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

style: format with prettier

Willow a4a44be6 9350f6b1

+3 -4
+1 -1
src/background.js
··· 272 272 settings: defaultSettings.settings, 273 273 snippets: defaultSettings.snippets, 274 274 plugins: defaultSettings.plugins, 275 - themes: defaultSettings.themes 275 + themes: defaultSettings.themes, 276 276 }); 277 277 updateBadge(); 278 278 }
+1 -1
src/options/components/Footer.svelte
··· 32 32 } 33 33 </script> 34 34 35 - <footer class="flex min-w-full justify-around p-4"> 35 + <footer class="flex min-w-full justify-around p-4 mt-4"> 36 36 <p class="mb-0 flex items-center text-ctp-text"> 37 37 Version: 38 38 <a
-1
src/options/pages/Home.svelte
··· 27 27 await browser.storage.local.set({ settings: settings }); 28 28 browser.runtime.sendMessage({ badgeText: true }); 29 29 } 30 - 31 30 </script> 32 31 33 32 <div id="card">
+1 -1
src/options/pages/Plugins.svelte
··· 7 7 enabled: [], 8 8 }; 9 9 10 - let populatedPlugins = [] 10 + let populatedPlugins = []; 11 11 12 12 onMount(async () => { 13 13 const response = await fetch("/plugins.json");