-
Notifications
You must be signed in to change notification settings - Fork 21
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
Permissionless listing token & pool v2 #1058
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
…mon in various components
…ports for btcTokens
…hboard link in Sidebar
Deploying beta-oraidex with Cloudflare Pages
|
…ved consistency and usability
…, and update styles in NewTokenModal
…onality and styling, including search input integration and token logo handling
…n in SelectToken component
…ndling, including allowance management and multiple asset support
…/oraiswap-frontend into feat/permissionless-todo
…kens for token selection and improve icon handling
…n icon styling in TooltipSwapBridge
…unctionality for token denoms
…g in PoolDetail and OverviewPool components
…/oraiswap-frontend into feat/permissionless-todo
…ove token denomination display logic
…in/oraiswap-frontend into feat/permissionless-todo
…/oraiswap-frontend into feat/permissionless-todo
…/oraiswap-frontend into feat/permissionless-todo
…in/oraiswap-frontend into feat/permissionless-todo
…/oraiswap-frontend into feat/permissionless-todo
…in/oraiswap-frontend into feat/permissionless-todo
…ional rendering in ModalConfirmUnverifiedToken
vuonghuuhung
approved these changes
Dec 26, 2024
haunv3
approved these changes
Dec 26, 2024
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 various updates and improvements across different files, focusing on dependency updates, theme adjustments, and the addition of a new component for image uploads.
Dependency Updates:
package.json
: Added several new dependencies and updated existing ones, including@oraichain/common
,@oraichain/oraidex-universal-swap
, and@oraichain/cw-simulate
. [1] [2] [3] [4]Theme Adjustments:
src/components/CheckBox.module.scss
: Updated styles to use theme variables for border and background colors. [1] [2] [3]src/components/Modals/SelectTokenModal/SelectTokenModal.module.scss
: Corrected color codes and updated hover background color and opacity. [1] [2] [3] [4]New Component:
src/components/DragDropImage/index.tsx
andsrc/components/DragDropImage/index.module.scss
: Added a new drag-and-drop image upload component with styles. [1] [2]Code Refactoring:
src/components/Modals/SelectTokenModal/SelectTokenModal.tsx
: Refactored to include search functionality and token inspection, and sorted tokens by balance. [1] [2] [3] [4]Other Changes:
index.html
: Added a script to initialize common functionalities.public/manifest.json
: Created a new manifest file for the OraiDex application.initCommon
for configuration. [1] [2] [3]