Finished implementing useraccounts

This commit is contained in:
Stefan Zermatten
2015-05-11 12:15:00 +02:00
parent 5cb1515235
commit 0a01885300
11 changed files with 162 additions and 64 deletions

View File

@@ -3,11 +3,7 @@
<core-toolbar class="blue-grey white-text">
<core-icon-button icon="menu" core-drawer-toggle></core-icon-button>
<div id="username" class="clickable" flex>
{{#if username}}
{{username}}
{{else}}
Tap to set username
{{/if}}
{{profileName}}
</div>
</core-toolbar>
<div id="userProfile" class="padded">
@@ -20,5 +16,7 @@
{{/each}}
</div>
</div>
{{> atForm}}
{{> atNavButton }}
{{/with}}
</template>