Closed charymalloju 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 | Sep 20, 2024 11:13am |
The changes encompass updates to several files across the backend and frontend of the application. Key modifications include the renaming of the server title, the addition of installation steps for Redis, and enhancements to the README documentation regarding network configuration and token pricing. Furthermore, new components for loading states, asset management, and governance proposals have been introduced, while several components have been removed or refactored for improved functionality and user experience.
File(s) | Change Summary |
---|---|
BACKEND_SERVER_README.md , README.md |
Updated server title, added Redis installation instructions, and detailed steps for adding token denomination and CoinGecko ID for pricing in the README files. |
frontend/next.config.js , frontend/package.json |
Integrated @next/bundle-analyzer into the Next.js config and updated scripts in package.json to enhance development and analysis capabilities. |
frontend/public/add-network-template.json |
Added a new property for supported wallets and renamed an existing property for consistency. |
frontend/src/app/(routes)/(overview)/error.tsx , frontend/src/app/(routes)/(overview)/loader/Loading.tsx , frontend/src/app/(routes)/(overview)/loading.tsx |
Introduced new error and loading components to improve user feedback during data fetching processes. |
frontend/src/app/(routes)/(overview)/overview-components/* |
Added or refactored various components (e.g., AccountSummary , AssetsTable , BalanceSummary , GovernanceView , etc.) to enhance asset management, governance proposal display, and loading states. Several components like History , Profile , and WalletSummery were removed as part of the restructuring. |
frontend/src/app/(routes)/cosmwasm/* |
Restructured components related to Cosmwasm, including ChainContracts , PageContracts , and others, to streamline contract management and enhance user interactions. |
frontend/src/app/(routes)/authz/* |
Removed components related to authorization management, including AuthzPage , GrantsByMe , and GrantsToMe , indicating a significant change in how authorization grants are handled. |
frontend/src/app/(routes)/authz/styles.ts |
Deleted styles related to authorization components, reflecting the removal of associated components. |
frontend/src/app/(routes)/authz/components/* |
Removed various components related to authorization, including AuthzCard , DialogAllPermissions , and others, indicating a shift in the authorization management approach. |
frontend/src/app/(routes)/cosmwasm/components/* |
Removed several components related to contract management, including ContractItem , DeployContract , and others, simplifying the contract interaction interface. |
Asset.tsx
and AssetsTable.tsx
files, which are directly related to the modifications in the README about adding token denomination and CoinGecko ID for pricing.Asset.tsx
file, relevant to the main PR's updates about token pricing and asset management.π In a world of code, where changes abound,
A rabbit hops in, with joy all around.
From README to loading, each file gets a tune,
Enhancing the app, like flowers in bloom.
With tokens and assets, all neatly aligned,
Here's to the changes, so wonderfully designed! πΌ
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?
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Style