feat: replace fake Web3 card data with Coming Soon badges
The Web3 card showed hardcoded values (3 active, Valid, 2.4 GB, 1 configured) for features that don't exist yet. Replace with subtle "Coming Soon" pill badges to avoid misleading users. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
</svg>
|
||||
<span class="text-white/80 text-sm">Hosted Websites</span>
|
||||
</div>
|
||||
<span class="text-white/60 text-sm">3 active</span>
|
||||
<span class="text-white/40 text-xs px-2 py-0.5 bg-white/5 rounded-full">Coming Soon</span>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-between p-3 bg-white/5 rounded-lg">
|
||||
@@ -203,7 +203,7 @@
|
||||
</svg>
|
||||
<span class="text-white/80 text-sm">SSL Certificates</span>
|
||||
</div>
|
||||
<span class="text-green-400 text-sm font-medium">Valid</span>
|
||||
<span class="text-white/40 text-xs px-2 py-0.5 bg-white/5 rounded-full">Coming Soon</span>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-between p-3 bg-white/5 rounded-lg">
|
||||
@@ -213,7 +213,7 @@
|
||||
</svg>
|
||||
<span class="text-white/80 text-sm">IPFS Storage</span>
|
||||
</div>
|
||||
<span class="text-white/60 text-sm">2.4 GB used</span>
|
||||
<span class="text-white/40 text-xs px-2 py-0.5 bg-white/5 rounded-full">Coming Soon</span>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-between p-3 bg-white/5 rounded-lg">
|
||||
@@ -223,7 +223,7 @@
|
||||
</svg>
|
||||
<span class="text-white/80 text-sm">ENS Domains</span>
|
||||
</div>
|
||||
<span class="text-white/60 text-sm">1 configured</span>
|
||||
<span class="text-white/40 text-xs px-2 py-0.5 bg-white/5 rounded-full">Coming Soon</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user