-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(elements):
<Loading>
component (#3002)
* chore(repo): Update lock file * fix(elements): WIP * chore(elements): WIP * chore(elements): WIP * feat(elements): First sendParent * chore(elements): Add debug script to example * feat(elements): Get logic working * chore(elements): WIP * fix(elements): Remove unstable isLoading hook * fix(elements): Types * feat(elements): Make Loading component work * chore(elements): Stuff * feat(elements): More stuff * chore(elements): Revert formatting change * chore(elements): Add loading component to sign-up page * chore(elements): Export step types * feat(elements): Add Loading component for sign-up * feat(elements): Add shared sendToLoading action * chore(elements): Add sendToLoading test * fix(elements): Remove unintended change * chore(elements): Add JSDoc comments * chore(elements): Bump version * chore(repo): Update lock file * chore(elements): Bump version * feat(elements): Change isLoading function prop to be boolean, not object * chore(elements): Use Spinner in example * chore(elements): Bump version * fix(elements): Create scopeStrategy helper * feat(elements): Infer scope inside step * fix(elements): Add displayName * chore(elements): Bump version
- Loading branch information
Showing
39 changed files
with
909 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.