Skip to content

Commit

Permalink
Merge pull request #434 from webitel/features/aplication-hub-redesign
Browse files Browse the repository at this point in the history
Features/application hub redesign
  • Loading branch information
dlohvinov authored Feb 27, 2023
2 parents f97d16e + 9d3615b commit 222c4ea
Show file tree
Hide file tree
Showing 48 changed files with 638 additions and 1,335 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions src/app/plugins/breakpoint.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Vue from 'vue';
import { install } from '@webitel/ui-sdk/src/plugins/breakpoint/breakpoint.plugin';

install(Vue);
3 changes: 3 additions & 0 deletions src/app/plugins/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import './webitel-ui';
import './webitel-flow-ui';
import './breakpoint';
3 changes: 1 addition & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import App from './app/components/app.vue';
import router from './app/router/router';
import store from './app/store/store';
import i18n from './app/locale/i18n';
import './app/plugins/webitel-ui';
import './app/plugins/webitel-flow-ui';
import './app/plugins/index';
import './app/components/actions';

/*
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 0 additions & 86 deletions src/modules/application-hub/assets/img/dark/admin-pic--dark.svg

This file was deleted.

Loading

0 comments on commit 222c4ea

Please sign in to comment.