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

We should decouple the logging system from the widget management system #939

Open
rafaellehmkuhl opened this issue May 8, 2024 · 0 comments
Labels
enhancement New feature or request refactor

Comments

@rafaellehmkuhl
Copy link
Member

On PR #913 we added a coupling between the logging system and the widget management system.
We did that as it was a quicker solution, so we don't hurt the stable roadmap, as there are other PRs waiting for this one.

We should try to decouple them again.

One of the ideas to solve this is to allow register of add/remove callbacks on the widget manager, so those interested can react to changes there. This can also be accomplished through the reactivity system (proxys).

@rafaellehmkuhl rafaellehmkuhl added enhancement New feature or request refactor labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

1 participant