Closed Hemanthghs closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
resolute | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 27, 2024 9:03am |
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The changes involve the addition of new components for transaction status displays, enhancements to existing input fields and buttons, and updates to styling across various components. Key modifications include the integration of dynamic routing based on chain information, improved user interface elements, and the introduction of new CSS classes for better visual presentation. Additionally, utility functions and constants have been updated to support these enhancements.
Files | Change Summary |
---|---|
frontend/src/app/(routes)/cosmwasm/[network]/PageContracts.tsx |
Added DialogTxExecuteStatus , DialogTxInstantiateStatus , and DialogTxUploadCodeStatus components for transaction status feedback. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/AmountInputField.tsx |
Updated delete icon import and simplified TextField styling. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/AttachFunds.tsx |
Enhanced styling of the Select component with custom styles and MenuProps . |
frontend/src/app/(routes)/cosmwasm/components/single-contract/Contract.tsx |
Added chainName to getChainInfo return object and updated rendering logic to use Link for navigation. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/ContractInfo.tsx |
Adjusted state initialization, layout, and styling, including updated tab elements for accessibility. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/ExecuteContract.tsx |
Simplified rendering of "Attach Funds" section by removing the header and description. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/ExecuteContractInputs.tsx |
Introduced ToggleSwitch for input mode selection and improved layout and accessibility. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/MessageInputFields.tsx |
Expanded handleChange function to accept multiple input types and replaced native input with TextField . |
frontend/src/app/(routes)/cosmwasm/components/single-contract/ProvideFundsJson.tsx |
Simplified JSX structure by removing unnecessary nested divs. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/QueryContract.tsx |
Updated output display styling and corrected class names for query output. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/QueryContractInputs.tsx |
Updated input handling and replaced buttons with standardized components. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/SelectFunds.tsx |
Enhanced button design and layout for adding funds. |
frontend/src/app/(routes)/cosmwasm/components/single-contract/TokensList.tsx |
Updated styling for Select component and introduced new properties for dropdown customization. |
frontend/src/app/(routes)/cosmwasm/components/tx-status/DialogTxExecuteStatus.tsx |
New component for displaying execution status of transactions. |
frontend/src/app/(routes)/cosmwasm/components/tx-status/DialogTxInstantiateStatus.tsx |
New component for displaying instantiation status of transactions. |
frontend/src/app/(routes)/cosmwasm/components/tx-status/DialogTxUploadCodeStatus.tsx |
New component for displaying upload status of transactions. |
frontend/src/app/(routes)/cosmwasm/cosmwasm.css |
Added new CSS classes for improved styling of components. |
frontend/src/app/globals.css |
Modified .profile-grid class to include .txn-data for styling consistency. |
frontend/src/components/common/ToggleSwitch.tsx |
Made text prop optional in ToggleSwitchProps interface. |
frontend/src/components/txn-status-popups/DialogTxnStatus.tsx |
New customizable dialog box component for displaying transaction statuses. |
frontend/src/components/txn-status-popups/TxnInfoCard.tsx |
New component for displaying transaction information. |
frontend/src/components/txn-status-popups/TxnStatus.tsx |
New component for displaying transaction success or failure status. |
frontend/src/constants/image-names.ts |
Added ADD_ICON_ROUNDED constant for a new icon. |
frontend/src/utils/commonStyles.ts |
Introduced customSelectStyles for select components. |
frontend/src/utils/util.ts |
Removed console log from addChainIDParam function. |
π° In the fields where code does play,
New components hop and sway,
With styles that dance and inputs that sing,
A joyful tune for the changes they bring.
So let us cheer for the UI bright,
As we code and dream through the night! π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@coderabbitai review
Summary by CodeRabbit
New Features
DialogTxExecuteStatus
,DialogTxInstantiateStatus
, andDialogTxUploadCodeStatus
.ExecuteContractInputs.tsx
.Enhancements
SelectFunds
,TokensList
, andQueryContractInputs
.ContractInfo
andExecuteContract
.Bug Fixes
Documentation