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)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Mon, 13 Nov 2023 15:10:53 +0000 (15:10 +0000)
commit3152fdc14eb37bfa26d1a74f13734edfc9d2dcb7
treec8bd2eea55432d9b593fa0e56948b26186c7f6a6
parente8aa83d3180aeb5973f01b505a1c8af0a292885a
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>
(cherry picked from commit 31f48a6d19cb6023af7c2fe023b5f39a237d17d0)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.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]