account bottom tabs

This commit is contained in:
Yuri Kuznetsov
2024-12-09 11:51:42 +02:00
parent 0515dce7ae
commit aed02c3909
4 changed files with 40 additions and 6 deletions
@@ -103,5 +103,9 @@
"customers": "Customers",
"partners": "Partners",
"recentlyCreated": "Recently Created"
},
"tabs": {
"Account": "Account",
"Support": "Support"
}
}
@@ -0,0 +1,33 @@
{
"_tabBreak_0": {
"index": 0,
"tabBreak": true,
"tabLabel": "$Stream"
},
"stream": {
"sticked": false,
"index": 1
},
"_tabBreak_1": {
"index": 2,
"tabBreak": true,
"tabLabel": "$Account"
},
"contacts": {
"index": 3
},
"opportunities": {
"index": 4
},
"documents": {
"index": 5
},
"_tabBreak_2": {
"index": 6,
"tabBreak": true,
"tabLabel": "$Support"
},
"cases": {
"index": 7
}
}
@@ -1,6 +0,0 @@
[
"contacts",
"opportunities",
"cases",
"documents"
]
@@ -1013,5 +1013,8 @@
"edit": "Edit",
"delete": "Delete",
"stream": "Stream"
},
"tabs": {
"Stream": "Stream"
}
}