Track all dist assets and remove debug logging

This commit is contained in:
2025-12-25 12:38:54 +01:00
parent dddf1ac568
commit 042acd9ed2
7 changed files with 158 additions and 5 deletions

View File

@@ -37,7 +37,6 @@
$: canAccess = isLoggedIn && userPubkey;
$: isAdmin = currentEffectiveRole === "admin" || currentEffectiveRole === "owner";
$: console.log("BlossomView role:", currentEffectiveRole, "isAdmin:", isAdmin);
// Track if we've loaded once to prevent repeated loads
let hasLoadedOnce = false;
@@ -431,9 +430,6 @@
{#if canAccess}
<div class="blossom-view">
<div style="background: red; color: white; padding: 4px; font-size: 12px;">
DEBUG: role="{currentEffectiveRole}" isAdmin={isAdmin}
</div>
<div class="header-section">
{#if selectedAdminUser}
<button class="back-btn" on:click={exitUserView}>