feat: add Bonded feature display to motherboard sheet with auto-installation logic
This commit is contained in:
parent
a421950b3e
commit
328932d6b0
2 changed files with 40 additions and 1 deletions
|
|
@ -7,6 +7,17 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{#if ikonis.bonded}}
|
||||
<div class="bonded-feature motherboard-card" style="border-left: 4px solid #ff2e63; background: rgba(255,46,99,0.05); margin-bottom: 2rem; padding: 1rem; border-radius: 8px;">
|
||||
<div class="bonded-info" style="display: flex; align-items: center; gap: 1rem;">
|
||||
<div class="text">
|
||||
<h3 style="margin: 0; color: #ff2e63; font-size: 1.2rem;">{{ikonis.bonded.fullName}} (Primary)</h3>
|
||||
<p style="margin: 0.25rem 0 0 0; color: #d1d8e0; font-size: 0.95rem;">{{ikonis.bonded.effect}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="augments-section">
|
||||
<div class="section-header" style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;">
|
||||
<h3 style="margin: 0; color: #e0e0e0;">Installed Augments</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue