For widgets plugins code in front-end/source/kernel/dashboard/plugins/, perform the following actions:
- Split each widget code to to a separate .js file
- Use JavaScript class and inheritance constructs, like the anyWidget plugin
- Improve code readability
For widgets plugins code in front-end/source/kernel/dashboard/plugins/, perform the following actions: