Implement status feature and new design
This commit is contained in:
parent
a361ee53f0
commit
a4d34cb0b1
7 changed files with 344 additions and 155 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue