-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feat/permissionless bridge #1122
Merged
Merged
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
…balance component
… add new SearchInput module styles
…hain/oraiswap-frontend into feat/permissionless-bridge
…ogic; improve token icon handling in TokenItem component
…alance and TransferConvertToken components
…newToToken and toToken checks
Deploying beta-oraidex with Cloudflare Pages
|
…ablement of BTC functionality across multiple components
…tion in onClickToken handler
trungbach
requested review from
vuonghuuhung,
haunv3,
tubackkhoa and
quangdz1704
and removed request for
vuonghuuhung and
haunv3
January 9, 2025 13:52
vuonghuuhung
approved these changes
Jan 9, 2025
perfogic
approved these changes
Jan 9, 2025
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.
This pull request includes several changes to improve the functionality and structure of the codebase. The most important changes include updating dependencies, refactoring components to use
forwardRef
, and enhancing the token inspector and styling. Below are the key changes grouped by theme:Dependency Updates
@oraichain/orai-token-inspector
inpackage.json
from^0.1.25
to^0.2.3
.Component Refactoring
Input
component insrc/components/Input.tsx
to useforwardRef
and added aref
prop toInputProps
. [1] [2]SearchInput
component insrc/pages/Balance/SearchInput.tsx
to useforwardRef
and added styling improvements. [1] [2]TokenItem
andTransferConvertToken
components to include an optionaltoToken
prop and refactored related logic. [1] [2] [3] [4] [5] [6] [7] [8] [9]Token Inspector Enhancements
Inspector
import withOraichainInspector
,SolanaInspector
, andTokenInspector
insrc/initTokenInspector.ts
and refactored the initialization logic.Styling Improvements
closeIcon
class and other styling adjustments insrc/pages/Balance/Balance.module.scss
. [1] [2] [3] [4]SearchInput.module.scss
file for search input styling.Miscellaneous
DEFAULT_TOKEN_ICON_URL
insrc/helper/constants.ts
to a new URL.src/pages/Balance/index.tsx
. [1] [2]