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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 2 Nov 2023 21:16:15 +0000 (11:16 -1000)
commit31f48a6d19cb6023af7c2fe023b5f39a237d17d0
tree43742dc4fdde43ae6948401472038698d298d901
parentae3804270d09e19be26e853e349f37de4e7b1c62
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>
(cherry picked from commit e3f88f0438232ab2c61129466aaa1fb205f4f720)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
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]