Track all dist assets and remove debug logging
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user