Initial work towards integrating ActiveEffects

This commit is contained in:
Oliver-Akins 2025-02-22 18:35:15 -07:00
parent 564e27de01
commit 4d5c428cbc
6 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<rc-border
var:border-color="var(--accent-2)"
>
<div slot="title">Changes</div>
<div slot="content" class="changes-list">
<div class="header">
<span>Attribute Key</span>
<span>Change Mode</span>
<span>Value</span>
<span>Priority</span>
<div><!-- Intentionally Empty --></div>
</div>
<ul>
</ul>
</div>
</rc-border>