feat: add support to send generic input#436
Closed
brunomenezes wants to merge 54 commits intomainfrom
Closed
Conversation
* Also include creation of container-stack to make standard the spacing between elements inside containers.
* Also update our custom mantine.d.ts to to make TS aware of the change.
…ngle QueryClientProvider for both.
…esign consistent. * Move the toggle from the header to the settings-menu. * Replace the default ConnectButton with a ConnectButton.Custom from Rainbowkit. Therefore, we can use Mantine components and keep the design aligned.
…ide of existing providers.
* It is pass down to the connection-provider. That way we can check information making a call to the node-rpc-api configured in the system and have accurate information in the system-config e.g (chain-id and node-version).
…rovider properties. * To define wallet-provider information e.g. chain-id * To decide if it is a system-mock connection and allow the app to behave accordingly.
…rty based on connection id.
…ly do not render connection-view if it is connected.
…s to contextual places. * Simplify the connection-context state to be more derived driven than set direct objects. * Add a new type Called DbNodeConnectionConfig that is a Required<T> usually a saved instance improving DX and avoiding casting through the code. * Refactored the connection hooks to deal with the new structure and also update the components to send the expected parameters correctly. * Moved functions around. Everything related to connections live under the connections folder.
…om chain rpc-url setup.
… manage connection view.
* Apparently it fixed dev hot-reload problems.
3 tasks
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TBD