feat: Implement Daggerheart Path Browser module to display and copy Active Effect data paths.
This commit is contained in:
commit
922814242d
7 changed files with 387 additions and 0 deletions
8
templates/header.hbs
Normal file
8
templates/header.hbs
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue