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:
@@ -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'
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user