Implemented Feature editing UI
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
</paper-tabs>
|
||||
</div>
|
||||
</core-toolbar>
|
||||
<div>
|
||||
<core-animated-pages id="tabPages" selected={{selectedTab}} transitions="slide-from-right">
|
||||
<swipe-detect touch-action="pan-y">{{> stats}}</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y">{{> features}}</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y">inventory</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y">spellBook</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y">persona</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y">journal</swipe-detect>
|
||||
<div fit>
|
||||
<core-animated-pages id="tabPages" selected={{selectedTab}} transitions="slide-from-right" fit>
|
||||
<swipe-detect touch-action="pan-y" flex>{{> stats}}</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y" flex>{{> features}}</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y" flex>{{> inventory}}</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y" flex>spellBook</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y" flex>persona</swipe-detect>
|
||||
<swipe-detect touch-action="pan-y" flex>journal</swipe-detect>
|
||||
</core-animated-pages>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user