mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Add ability to toggle between list and card views (#188)
* Add ability to toggle between list and card views * set the list display as a user flag * Fixed domainCard cardlist rendering --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
1f5b5f9915
commit
1135669d0b
8 changed files with 122 additions and 60 deletions
1
module/config/flagsConfig.mjs
Normal file
1
module/config/flagsConfig.mjs
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const displayDomainCardsAsList = 'displayDomainCardsAsList';
|
||||
Loading…
Add table
Add a link
Reference in a new issue