TF-2717 Display attachment bar below subject field on mobile

This commit is contained in:
dab246
2024-03-19 12:20:48 +07:00
committed by Dat H. Pham
parent d9f4005bdf
commit e6e25fc06d
8 changed files with 171 additions and 58 deletions
+17 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2024-03-13T01:12:22.224880",
"@@last_modified": "2024-03-19T12:10:23.549474",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3857,5 +3857,21 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"showMore": "Show more (+{count})",
"@showMore": {
"type": "text",
"placeholders_order": [
"count"
],
"placeholders": {
"count": {}
}
},
"showLess": "Show less",
"@showLess": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}