TotalAP - Artifact Power Tracker

TotalAP - Artifact Power Tracker

104k Downloads

Refactor new GUI in preparation for config UI and views

rdw-software opened this issue ยท 0 comments

commented

While it is working for now, it's only the DefaultView and needs to be cleaned up properly in the near future.

Edit: Actually, the widget types are in serious need of refactoring as well. They have lots of duplicate code and functionality that was intended to be used later, but may end up being entirely pointless as the design has changed significantly since its inception.

Roadmap:

  • Split DefaultView into different parts
  • Prepare said parts to be used by other views (generalisation)
  • Combine widget code where possible and generalise it some more
  • Move tooltip handling for views into the GUI module (where some already exists)