Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate feasibility of change listeners to reduce plugin & panel coupling #19

Open
tylerthardy opened this issue Jan 23, 2022 · 0 comments

Comments

@tylerthardy
Copy link
Member

tylerthardy commented Jan 23, 2022

Issues

  • TasksTrackerPlugin::setSelectedTaskType calls redraw on the panel, rather than the panel responding to an update.
  • TaskPanels call redraw on the plugin's public pluginPanel to cause a re-render of everything in the panel tree.

Investigation

  • See if we can use change listeners on selectedTaskType to drive UI updates.
  • See if we can use change listeners on tasks to drive UI updates.
@tylerthardy tylerthardy added this to the Varbit Refactor & Cleanup milestone Jan 23, 2022
@tylerthardy tylerthardy removed this from the Varbit Refactor & Cleanup milestone Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant