Implement status feature and new design

This commit is contained in:
Christian Pauly 2020-04-26 18:15:48 +02:00
commit a4d34cb0b1
7 changed files with 344 additions and 155 deletions

View file

@ -624,6 +624,8 @@ class I18n {
String get setInvitationLink => Intl.message("Set invitation link");
String get setStatus => Intl.message('Set status');
String get settings => Intl.message("Settings");
String get signUp => Intl.message("Sign up");
@ -632,6 +634,8 @@ class I18n {
String get systemTheme => Intl.message("System");
String get statusExampleMessage => Intl.message("How are you today?");
String get lightTheme => Intl.message("Light");
String get darkTheme => Intl.message("Dark");