-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support for switches with sub items added basic trigger partial added choice selection control move attacks and spellcasting switches closed list item as hack isn't needed with reorder Revert "closed list item as hack isn't needed with reorder" This reverts commit 4c68b0b. closed list item in switch.hbs
- Loading branch information
1 parent
f6775bf
commit c380edf
Showing
4 changed files
with
122 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<li> | ||
<a class="trigger{{#if selected}} selected{{/if}}" | ||
data-control="{{control}}" | ||
data-value="{{value}}"> | ||
{{~ localize title ~}} | ||
</a> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters