More profiles, styling tweaks

This commit is contained in:
2018-03-08 00:50:42 -05:00
parent f21238b61e
commit 996b4097fd
11 changed files with 60 additions and 4 deletions

View File

@@ -20,6 +20,11 @@ export class MessagesPage {
profileService.load().then((data) => {
this.profiles = data;
});
this.tabNavEl = document.querySelector('#tab-nav .tabbar');
}
ionViewWillEnter() {
this.tabNavEl.style.display = 'flex';
}
getLatestMessage(messages) {