fix: remove FORMULE section + badge /clic label
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 22s
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 22s
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
let clickShare = $derived(totalWithClicks > 0 ? ((b.effectivePerSec + manualProd) / totalWithClicks * 100) : 0);
|
||||
</script>
|
||||
|
||||
<CollapsiblePanel title="Ponte (clic)" badge="{formatNumber(expected)}/clic" accentClass="gp-accent-amber" defaultOpen={false}>
|
||||
<CollapsiblePanel title="Ponte (clic)" badge="{formatNumber(expected)}" accentClass="gp-accent-amber" defaultOpen={false}>
|
||||
<!-- Expected value -->
|
||||
<div class="gp-row gp-row--active">
|
||||
<div class="flex flex-col flex-1">
|
||||
@@ -39,12 +39,6 @@
|
||||
<span class="gp-label gp-accent-amber">{clickShare.toFixed(0)}%</span>
|
||||
</div>
|
||||
|
||||
<!-- Breakdown formula -->
|
||||
<div class="flex flex-col gap-0.5 px-1">
|
||||
<span class="gp-zone-label">Formule</span>
|
||||
<span class="gp-label">base ({b.base}) × prestige (x{b.prestigeMult.toFixed(1)}) × arbre (x{b.treeMult.toFixed(1)}) = {formatNumber(b.total)}</span>
|
||||
</div>
|
||||
|
||||
<!-- Double ponte -->
|
||||
<div class="gp-row {b.doubleChance > 0 ? 'gp-row--unlocked' : 'gp-row--locked'}">
|
||||
<div class="flex flex-col">
|
||||
|
||||
Reference in New Issue
Block a user