Skip to content

Commit

Permalink
Add ActivityIndicator for the web factories
Browse files Browse the repository at this point in the history
Prior to this change, ActivityIndicator wasn't part
of the factory for the web example apps.

This change imports and adds it so that it can be
tested out.
  • Loading branch information
ahter committed Jul 23, 2023
1 parent 4ce9ac5 commit 5244c21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/toga_web/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# from .images import Image
from .paths import Paths
from .widgets.activityindicator import ActivityIndicator
from .widgets.box import Box
from .widgets.button import Button

Expand Down Expand Up @@ -64,6 +65,7 @@ def not_implemented(feature):
# 'OptionContainer',
# 'PasswordInput',
"ProgressBar",
"ActivityIndicator",
# 'ScrollContainer',
# 'Selection',
# 'Slider',
Expand Down

0 comments on commit 5244c21

Please sign in to comment.