[Koha-bugs] [Bug 33169] Improve vue breadcrubms and left-hand menu

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 8 16:27:17 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
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 :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list