Skip to content
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

feature: bridge transfer only #1094

Draft
wants to merge 19 commits into
base: liquidity-onboarding
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
d1f6b51
feature: bridge transfer only
StefChatz Aug 30, 2024
2e29420
feature: add change chain implementation and debug errors
StefChatz Sep 2, 2024
192b05a
feature: add modal and fix bridge process
StefChatz Sep 10, 2024
341060c
feature: complete implementation for no-balance scenario
StefChatz Sep 15, 2024
fa5d283
feature: complete new account and existing account functionality
StefChatz Sep 15, 2024
673b23a
Merge branch 'liquidity-onboarding' into feature/basic-skip-bridge-tr…
StefChatz Dec 6, 2024
e558960
refactor: lock file
StefChatz Dec 6, 2024
f932ce2
refactor: modal component to use TypeScript 4.5 syntax
StefChatz Dec 16, 2024
2b11fd2
Merge branch 'liquidity-onboarding' into feature/basic-skip-bridge-tr…
StefChatz Dec 16, 2024
7c0a299
refactor: lock
StefChatz Dec 16, 2024
850a121
refactor: Add support for additional asset image source
StefChatz Dec 18, 2024
ba6714c
Merge remote-tracking branch 'origin' into feature/basic-skip-bridge-…
StefChatz Dec 18, 2024
d24d908
refactor: Update dependencies
StefChatz Dec 18, 2024
8b09e2e
refactor: Update dependencies for ReactElement types
StefChatz Dec 18, 2024
d37f40d
refactor: Update selectedDenoms format in AssetsSelect and AccountFun…
StefChatz Dec 19, 2024
8f49fe2
refactor: handle empty and non-empty balance data
StefChatz Dec 19, 2024
c3e5fdc
Merge branch 'liquidity-onboarding' into feature/basic-skip-bridge-tr…
StefChatz Jan 8, 2025
8ed7f7b
refactor: Remove unnecessary dependencies in yarn.lock
StefChatz Jan 8, 2025
b39d0d6
refactor: Update Text component to use dynamic HTML element based on …
StefChatz Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'liquidity-onboarding' into feature/basic-skip-bridge-tr…
…ansfer
  • Loading branch information
StefChatz committed Jan 8, 2025
commit c3e5fdc737ff88bd3f3a6f87d9d476cd894ec39d
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mars-v2-frontend",
"version": "2.8.2",
"version": "2.8.3",
"homepage": "./",
"private": false,
"license": "SEE LICENSE IN LICENSE FILE",
Expand Down
2 changes: 0 additions & 2 deletions src/components/common/Table/Row.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { flexRender, Row as TanstackRow, Table as TanstackTable } from '@tanstack/react-table'
import classNames from 'classnames'
import { Tooltip } from 'components/common/Tooltip'
import { ReactElement } from 'react'

import { LEFT_ALIGNED_ROWS } from 'constants/table'

interface Props<T> {
Expand Down
3 changes: 1 addition & 2 deletions src/components/common/Text.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import classNames from 'classnames'
import { ElementType, ReactNode } from 'react'
import { Component, ElementType, ReactNode } from 'react'

interface Props {
children: ReactNode | string
Expand All @@ -19,7 +19,6 @@ export default function Text(props: Props) {

const tagIndex = headlines.indexOf(tag)
const sizeClass = tagIndex > -1 ? headMap[tagIndex] : size
const Component = tag as ElementType

return (
<Component
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4060,6 +4060,7 @@
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==

<<<<<<< HEAD
"@types/uuid@^8.3.4":
version "8.3.4"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
Expand All @@ -4079,6 +4080,8 @@
dependencies:
"@types/node" "*"

=======
>>>>>>> liquidity-onboarding
"@typescript-eslint/eslint-plugin@8.18.1", "@typescript-eslint/eslint-plugin@^8.18.1":
version "8.18.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz#992e5ac1553ce20d0d46aa6eccd79dc36dedc805"
Expand Down Expand Up @@ -4141,6 +4144,7 @@
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==

<<<<<<< HEAD
"@typescript-eslint/typescript-estree@8.12.1":
version "8.12.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.1.tgz#70ea0e0cf038017edd945c2b2bd568c4c81062eb"
Expand All @@ -4155,6 +4159,8 @@
semver "^7.6.0"
ts-api-utils "^1.3.0"

=======
>>>>>>> liquidity-onboarding
"@typescript-eslint/typescript-estree@8.18.1":
version "8.18.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
Expand All @@ -4180,6 +4186,7 @@
"@typescript-eslint/typescript-estree" "8.18.1"

"@typescript-eslint/utils@^8.10.0":
<<<<<<< HEAD
version "8.12.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.1.tgz#937e49cf1f9696afa9e78d6e652c6fca76e821b0"
integrity sha512-sDv9yFHrhKe1WN8EYuzfhKCh/sFRupe9P+m/lZ5YgVvPoCUGHNN50IO4llSu7JAbftUM/QcCh+GeCortXPrBYQ==
Expand All @@ -4190,12 +4197,16 @@
"@typescript-eslint/typescript-estree" "8.12.1"

"@typescript-eslint/visitor-keys@8.12.1":
=======
>>>>>>> liquidity-onboarding
version "8.12.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.1.tgz#d21e3c85732c4857aca9663abfade596b3f0f00d"
integrity sha512-2RwdwnNGuOQKdGjuhujQHUqBZhEuodg2sLVPvOfWktvA9sOXOVqARjOyHSyhN2LiJGKxV6c8oOcmOtRcAnEeFw==
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.1.tgz#937e49cf1f9696afa9e78d6e652c6fca76e821b0"
integrity sha512-sDv9yFHrhKe1WN8EYuzfhKCh/sFRupe9P+m/lZ5YgVvPoCUGHNN50IO4llSu7JAbftUM/QcCh+GeCortXPrBYQ==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
"@typescript-eslint/scope-manager" "8.12.1"
"@typescript-eslint/types" "8.12.1"
eslint-visitor-keys "^3.4.3"
"@typescript-eslint/typescript-estree" "8.12.1"

"@typescript-eslint/visitor-keys@8.18.1":
version "8.18.1"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.