-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: ux improvements for new route config (#584)
* show route data more nicely * reconnect account on new route * make chain switch work * only show mod select when an avatar is configured * make tests more realistic * optimistic value for module select * harmonize AvatarInput api with other components * use optimistic values when connecting the wallet * disable save button when data is being processed * update disabled styles of inputs * do not refetch modules all the time * use enum instead of hard coded string * make tests more realisitc * do not try to connect wallet on the server * use different provider config on server * inline environment check * update page title * disable debug route
- Loading branch information
1 parent
7ff1b91
commit 3e679aa
Showing
29 changed files
with
379 additions
and
208 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
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 was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export { AvatarInput } from './AvatarInput' | ||
export { ChainSelect } from './ChainSelect' | ||
export { DebugRouteData } from './DebugRouteData' | ||
export * from './wallet' | ||
export { ZodiacMod } from './ZodiacMod' |
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.