Bug 33169: Build breadcrumbs and left-hand side menu from routes definition
authorAgustin Moyano <agustinmoyano@theke.io>
Mon, 6 Mar 2023 19:44:44 +0000 (16:44 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 23 Jun 2023 13:00:56 +0000 (10:00 -0300)
commit13fbc155d21375b4a87d4e6760428fe205cd76a4
tree9dfcb3f40a377be58b6e101137f7affffb1c9615
parenta40c512bf083a1bb48daeecd2f407b4f5586d819
Bug 33169: Build breadcrumbs and left-hand side menu from routes definition

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/vue/components/Breadcrumbs.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/LeftMenu.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/NavigationItem.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/i18n/index.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts
koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js
koha-tmpl/intranet-tmpl/prog/js/vue/stores/navigation.js [new file with mode: 0644]