refactor: better toast messages + minor ui improvements

This commit is contained in:
liyasthomas
2021-08-11 16:57:40 +05:30
parent 829e116e04
commit 0738ad1c15
52 changed files with 300 additions and 275 deletions

View File

@@ -25,11 +25,7 @@
v-tippy="{ theme: 'tooltip' }"
:url="currentUser.photoURL"
:alt="currentUser.displayName"
:title="
`${currentUser.displayName || 'Name not found'}` +
'<br>' +
`<sub>${currentUser.email || 'Email not found'}</sub>`
"
:title="currentUser.displayName"
indicator
:indicator-styles="isOnLine ? 'bg-green-500' : 'bg-red-500'"
/>

View File

@@ -17,7 +17,6 @@
pt-2
pb-6
truncate
appearance-none
focus:outline-none
"
/>