Skip to content

Commit

Permalink
upd webitel-ui [WTEL-3902]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Dec 8, 2023
1 parent 937b633 commit d76f58e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^10.3.0",
"@webitel/flow-ui-sdk": "^0.1.14",
"@webitel/ui-sdk": "^23.12.101",
"@webitel/ui-sdk": "^23.12.104",
"axios": "^0.27.1",
"clipboard-copy": "^4.0.1",
"cron-validator": "^1.3.1",
Expand Down
5 changes: 5 additions & 0 deletions src/modules/_reusable/app-header/components/app-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
<wt-app-header>
<wt-navigation-bar
:current-app="currentApp"
:dark-mode="darkMode"
:nav="nav"
/>
<wt-dark-mode-switcher />
<wt-app-navigator
:apps="apps"
:current-app="currentApp"
:dark-mode="darkMode"
/>
<wt-header-actions
:build-info="buildInfo"
Expand Down Expand Up @@ -47,6 +49,9 @@ export default {
...mapGetters('userinfo', {
checkAccess: 'CHECK_APP_ACCESS',
}),
...mapGetters('appearance', {
darkMode: 'DARK_MODE',
}),
apps() {
const agent = {
name: WebitelApplications.AGENT,
Expand Down

0 comments on commit d76f58e

Please sign in to comment.