-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
[widget audit] toga.ActivityIndicator #1819
Conversation
This is 100% coverage on the platforms that have currently implemented ActivityIndicator. It's not a complex widget to implement - winforms is the only complication because it doesn't have a native spinner widget (AFAICT). The question becomes whether we treat the goal of this audit as "test all the widgets/features currently implemented", or "complete the implementations". My inclination for now is to do the latter, if only because having tasks like this on the backlog makes finding sprint tasks much easier, and we can get a much better impression of where we are at before getting bogged down in actually fixing them. |
A testing and documentation audit of the
toga.ActivityIndicator
widget.Includes the content from #1799.
Audit checklist