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

Add a web widget for the activity indicator (shoelace spinner) #2050

Merged
merged 6 commits into from
Jul 26, 2023

Commits on Jul 23, 2023

  1. Add a web widget for the activity indicator

    This is the web implementation of the spinner component.
    
    The details can be found in:
    https://shoelace.style/components/spinner
    ahter committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0def72b View commit details
    Browse the repository at this point in the history
  2. Add ActivityIndicator for the web factories

    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.
    ahter committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4b05cfe View commit details
    Browse the repository at this point in the history
  3. Set flex only when using the default width

    This was necessary to override the behavior of adding
    flex element to the style. The spinner (activity indicator)
    needs to have this set to false.
    ahter committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    8a82297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6e5398 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    db1bdfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64dc969 View commit details
    Browse the repository at this point in the history