TF-2116 Apply new design for web composer

(cherry picked from commit 1295eb59b2f5abd1095c00ade53c90f7d4f1ecd6)
This commit is contained in:
dab246
2023-09-06 11:53:26 +07:00
committed by Dat H. Pham
parent 0b3f72915a
commit 11dcc38fab
10 changed files with 820 additions and 790 deletions
+14 -6
View File
@@ -1721,12 +1721,6 @@ class AppLocalizations {
name: 'formatTextBackgroundColor');
}
String get codeView {
return Intl.message(
'Code view',
name: 'codeView');
}
String get headerStyle {
return Intl.message(
'Style',
@@ -3317,4 +3311,18 @@ class AppLocalizations {
name: 'addCondition',
);
}
String get formattingOptions {
return Intl.message(
'Formatting options',
name: 'formattingOptions'
);
}
String get embedCode {
return Intl.message(
'Embed code',
name: 'embedCode'
);
}
}