Big UI overhaul

Moved tabs to bottom nav on mobile
Added actions tab
Conditional benefits on skills/saves show on stats tab
This commit is contained in:
Stefan Zermatten
2022-11-22 20:51:21 +02:00
parent 9741d1d56c
commit 63bcf023ee
15 changed files with 403 additions and 148 deletions

View File

@@ -21,14 +21,14 @@ let FolderSchema = new createPropertySchema({
type: String,
optional: true,
allowedValues: [
'stats', 'features', 'inventory', 'spells', 'journal', 'build'
'stats', 'features', 'actions', 'spells', 'inventory', 'journal', 'build'
],
},
location: {
type: String,
optional: true,
allowedValues: [
'start', 'events', 'stats', 'skills', 'actions', 'proficiencies', 'end'
'start', 'events', 'stats', 'skills', 'proficiencies', 'end'
],
},
});