feat: Implement Daggerheart Path Browser module to display and copy Active Effect data paths.

This commit is contained in:
CPTN Cosmo 2026-03-19 21:49:16 +01:00
commit 922814242d
7 changed files with 387 additions and 0 deletions

8
templates/header.hbs Normal file
View file

@ -0,0 +1,8 @@
<header class="paths-header">
<div class="form-group">
<label><i class="fa-solid fa-search"></i> Search Paths</label>
<div class="form-fields">
<input type="text" name="search" placeholder="Filter by name or path...">
</div>
</div>
</header>