https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39320
--- Comment #17 from Pedro Amorim <[email protected]> --- Hi all, I've revisited this for the first time in ~6 months now that bug 38201 has been pushed and this is no longer blocked. The functionality is the same. The test plan is the same. Code changes that were done done recently: - Rebased on bug 38201 - Removed background-api-client (not needed, not used) - Rewritten BaseWidget component to base-widget.js composable, drop 'extends' - Rewritten remaining components to vuejs composition api (dropped options api) to match code patterns from 38201 - Rewritten how the widget picker modal works. It now uses the framework Dialog with a new option that allows for a component to be rendered in the dialog. - Some light updates to style, font-size, added widget icon option -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
