Redesign login pages

This commit is contained in:
Christian Pauly
2020-01-27 10:59:03 +01:00
parent cc61d8e91a
commit e4ed3cc7ef
11 changed files with 40 additions and 334 deletions

View File

@ -67,9 +67,9 @@ class Message extends StatelessWidget {
].contains(event.messageType) &&
event.body.isNotEmpty) {
popupMenuList.add(
const PopupMenuItem<String>(
PopupMenuItem<String>(
value: "copy",
child: Text('Copy'),
child: Text(I18n.of(context).copy),
),
);
}