Implement more reka ui and attempt to fix review issues.

This commit is contained in:
Kavin
2026-03-27 13:36:04 +05:30
parent d1ef96e7d4
commit 75201a8083
30 changed files with 256 additions and 170 deletions

View File

@@ -69,7 +69,6 @@ const channelId = computed(() => props.item.url.substr(-24));
async function updateSubscribedStatus() {
subscribed.value = await fetchSubscriptionStatus(channelId.value);
console.log(subscribed.value);
}
function subscribeHandler() {