Merge branch 'feature/new-ui' into feature/theme

This commit is contained in:
Salvatore Giordano
2020-12-23 12:22:58 +01:00
39 changed files with 2506 additions and 1109 deletions
+3 -1
View File
@@ -91,7 +91,9 @@ class UserItem extends StatelessWidget {
Widget _buildLastActive(context) {
return Text(
'Last online ${Jiffy(user.lastActive).fromNow()}',
user.online == true
? 'Online'
: 'Last online ${Jiffy(user.lastActive).fromNow()}',
style: StreamChatTheme.of(context)
.textTheme
.footnote