https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 --- Comment #3 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Jonathan Druart from comment #2)
1. You forgot the translatability ;)
2. There are 2 warnings in the console
Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.
3. The last item does not have the "current" and so is not styled correctly (green instead of grey)
4. The disabled ("Local" for instance) is also styled differently
5. This will conflict with bug 32932
6. vue/stores/navigation.js should be tidied :)
Thank you Jonathan for the feedback! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.