[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

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

Fix settings link in Get Started popup

Kasper (Jan 21, 2024, 7:14 AM +0100) f8e90772 077dc762

+8 -1
+1
CHANGELOG.md
··· 3 3 ## Next 4 4 - Fix selection staying in the same position when videos update 5 5 - Keep video selected if it moves position 6 + - Fix settings link in Get Started popup 6 7 7 8 ## 1.6.2 - 2024 Jan 15 8 9 - Fix channel page filtering
+7 -1
src/lib/modals/GetStarted.svelte
··· 14 14 <p>You can add a channel on the Channels page.</p> 15 15 <p> 16 16 Consider opening the 17 - <Link href="/" on:click={() => ($settingsOpen = true)}>settings</Link> 17 + <Link 18 + href="" 19 + on:click={(e) => { 20 + e.preventDefault() 21 + $settingsOpen = true 22 + }}>settings</Link 23 + > 18 24 to see how to get your own API key. Kadium has a default one, but it's vulnerable to abuse and 19 25 could run out of quota. 20 26 </p>