Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #1823

Merged
merged 13 commits into from
Jan 5, 2023
1,032 changes: 1,025 additions & 7 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"bip39": "^3.0.4",
"bootstrap-vue": "^2.0.0-rc.11",
"browserify": "^17.0.0",
"bs58": "^5.0.0",
"dayjs": "^1.10.6",
"dotenv": "^16.0.0",
"elliptic": "^6.5.4",
Expand Down
18 changes: 14 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ export default {
exactPath: true,
}
]
},
{
href: "/admin/marketplace",
title: "Marketplace",
icon: "fa fa-trophy",
exactPath: true,
},
{
href: "/admin/login",
Expand Down Expand Up @@ -183,7 +189,8 @@ export default {
window.location.pathname.includes("/admin/subscription") ||
window.location.pathname.includes("/admin/teams") ||
window.location.pathname.includes("/admin/setting/org") ||
window.location.pathname.includes("/admin/createapp") ?
window.location.pathname.includes("/admin/createapp") ||
window.location.pathname.includes("/admin/marketplace") ?
true :
false;
}else{
Expand All @@ -200,7 +207,8 @@ export default {
window.location.pathname.includes("/admin/subscription") ||
window.location.pathname.includes("/admin/teams") ||
window.location.pathname.includes("/admin/setting/org") ||
window.location.pathname.includes("/admin/createapp") ?
window.location.pathname.includes("/admin/createapp") ||
window.location.pathname.includes("/admin/marketplace") ?
true :
false;
this.showChat =
Expand All @@ -210,7 +218,8 @@ export default {
window.location.pathname.includes("/admin/subscription") ||
window.location.pathname.includes("/admin/teams") ||
window.location.pathname.includes("/admin/setting/org") ||
window.location.pathname.includes("/admin/createapp") ?
window.location.pathname.includes("/admin/createapp") ||
window.location.pathname.includes("/admin/marketplace") ?
true :
false;
},
Expand Down Expand Up @@ -255,7 +264,8 @@ export default {
window.location.pathname.includes("dashboard") ||
window.location.pathname.includes("/admin/subscription")||
window.location.pathname.includes("/admin/teams") ||
window.location.pathname.includes("/admin/createapp")
window.location.pathname.includes("/admin/createapp") ||
window.location.pathname.includes("/admin/marketplace")
) {
this.showNavbar = true;
} else {
Expand Down
Binary file added src/assets/premium-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading