Skip to content

Commit

Permalink
refactor: delete breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
smellyshovel authored and jean-moldovan committed Jul 18, 2019
1 parent 5e100e6 commit ef4ef48
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 177 deletions.
31 changes: 0 additions & 31 deletions src/components/admin/app-breadcrumbs/AppBreadcrumbs.vue

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/admin/app-sidebar/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import VaSidebar
from '../../../vuestic-theme/vuestic-components/va-sidebar/VaSidebar'
import SidebarLink from './components/SidebarLink'
import SidebarLinkGroup from './components/SidebarLinkGroup'
import { navigationRoutes } from '../app-breadcrumbs/NavigationRoutes'
import { navigationRoutes } from './NavigationRoutes'
export default {
name: 'app-sidebar',
Expand Down
2 changes: 1 addition & 1 deletion src/components/admin/app-topbar/AppTopbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<script>
import TopbarLink from './components/TopbarLink'
import TopbarLinkGroup from './components/TopbarLinkGroup'
import { navigationRoutes } from '../app-breadcrumbs/NavigationRoutes'
import { navigationRoutes } from '../app-sidebar/NavigationRoutes'
import VaTopbar from '../../../vuestic-theme/vuestic-components/va-topbar/VaTopbar'
export default {
Expand Down
3 changes: 0 additions & 3 deletions src/i18n/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"signUp": "注册",
"termsOfUse": "使用条款"
},
"breadcrumbs": {
"home": "首页"
},
"buttons": {
"advanced": "图标、组、下拉菜单",
"button": "按钮",
Expand Down
3 changes: 0 additions & 3 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"text": "If you feel that it’s not right, please send us a message at ",
"back_button": "Back to dashboard"
},
"breadcrumbs": {
"home": "Home"
},
"rating": {
"singleIcon": "Single Icon",
"twoIcons": "Two Icons",
Expand Down
3 changes: 0 additions & 3 deletions src/i18n/pt_br.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"termsOfUse": "Termos de uso.",
"welcome": "Bem vindo!"
},
"breadcrumbs": {
"home": "Início"
},
"buttons": {
"advanced": "Icones, Grupos, Dropdowns",
"button": "BOTÃO",
Expand Down
131 changes: 0 additions & 131 deletions src/vuestic-theme/vuestic-components/va-breadcrumbs/VaBreadcrumbs.vue

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import SidebarLinkGroup
from './../../../components/admin/app-sidebar/components/SidebarLinkGroup'
import SidebarLink
from './../../../components/admin/app-sidebar/components/SidebarLink'
import { navigationRoutes } from '../../../components/admin/app-breadcrumbs/NavigationRoutes'
import { navigationRoutes } from '../../../components/admin/app-sidebar/NavigationRoutes'
import VaToggle from '../va-toggle/VaToggle'
export default {
Expand Down
2 changes: 0 additions & 2 deletions src/vuestic-theme/vuestic-plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import VaAccordion from './vuestic-components/va-collapse/VaAccordion'
import VaBadge from './vuestic-components/va-chip/VaBadge.vue'
import VaBreadcrumbs from './vuestic-components/va-breadcrumbs/VaBreadcrumbs.vue'
import VaButton from './vuestic-components/va-button/VaButton.vue'
import VaButtonGroup from './vuestic-components/va-button-group/VaButtonGroup.vue'
import VaButtonToggle from './vuestic-components/va-button-toggle/VaButtonToggle.vue'
Expand Down Expand Up @@ -65,7 +64,6 @@ const VuesticPlugin = {
[
VaAccordion,
VaBadge,
VaBreadcrumbs,
VaButton,
VaButtonGroup,
VaButtonToggle,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import SidebarLinkGroup
from './../../../components/admin/app-sidebar/components/SidebarLinkGroup'
import SidebarLink
from './../../../components/admin/app-sidebar/components/SidebarLink'
import { navigationRoutes } from '../../../components/admin/app-breadcrumbs/NavigationRoutes'
import { navigationRoutes } from '../../../components/admin/app-sidebar/NavigationRoutes'
import VaRating from '../../vuestic-components/va-rating/VaRating'
import SquareWithIcon from '../../vuestic-components/va-tree-view/SquareWithIcon/SquareWithIcon'
import VaTreeRoot from '../../vuestic-components/va-tree-view/VaTreeRoot'
Expand Down

0 comments on commit ef4ef48

Please sign in to comment.