generated from BlossomLabs/web3-turbo-template
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #223
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- Updated the className in FormInput component for better color contrast - Removed unused import from TokenLabel component to enhance code readability - Enforced list-style-type in .md-editor-preview and .wmde-markdown classes for consistent styling across the application
- Improved the layout and readability of form previews by removing unnecessary titles and adjusting text styles - Updated the ActivatePoints component to use poolId instead of communityAddress for better accuracy - Added new subscription topics in the Page component to listen for activatePoints and deactivatePoints updates - Simplified conditional rendering logic in the Page component - Adjusted PoolHeader to ensure proper loading state display - Implemented real-time member power update in Proposals component using PubSub subscriptions - Removed redundant capitalize function call from ProposalForm - Made minor CSS adjustments, including hiding markdown editor gutters and adding markdown overrides.
- Enhanced Badge, Button, EthAddress, PoolEditForm, PoolForm, InfoWrapper, Modal, PoolGovernance, PoolHeader, ProposalCard and Proposals components for better user experience - Updated subgraph version in the configuration file - Added custom scrollbar styles for Chrome, Edge and Safari browsers - Removed unnecessary console logs from text utility function - Fixed minor bugs and improved code readability in CVStrategy mapping functions
- Enhanced the ConnectWalletButton component by adding a new icon for switching networks - Updated the AllowListInput component to change the label from 'Allowlist' to 'List' - Modified FormSelect component to make labels clickable - Refactored PoolEditForm layout, improved form fields, and added arbitration settings - No changes were made in Modal.tsx file
The default state of the tooltip visibility in the Button component has been changed. Previously, tooltips were hidden by default: - Default value for `showToolTip` prop is now `true` - This means tooltips will be shown unless explicitly disabled
- Updated tooltip type in RegisterMember component to accept undefined - Added cursor-pointer class to icon div in Statistic component for better UX
!ai |
- The production version in the configuration file has been updated from 0.1.0 to 0.1.1. - This update is necessary for the deployment of new features and bug fixes in the production environment.
- Removed unused variables and imports - Reordered import statements for better organization - Simplified some expressions for readability - Updated error messages to be more user-friendly - Added necessary comments to suppress lint warnings
- Added error handling for empty dispute reason - Introduced a new state variable to handle errors - Modified the condition for totalStake calculation - Adjusted textarea layout and added an error message display area
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.
No description provided.