feat: integrate solana chain - #4777
Merged
Merged
Conversation
UncleBill
marked this pull request as draft
November 7, 2021 15:25
guanbinrui
force-pushed
the
feat/flow-chain
branch
7 times, most recently
from
November 8, 2021 12:37
b5c84fd to
27ecbeb
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
November 12, 2021 06:51
658b32c to
e090537
Compare
Jack-Works
reviewed
Nov 15, 2021
guanbinrui
force-pushed
the
feat/flow-chain
branch
3 times, most recently
from
November 16, 2021 20:50
df4f270 to
38ea999
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
2 times, most recently
from
December 30, 2021 04:03
c97f847 to
92e8eaf
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
December 30, 2021 04:06
92e8eaf to
949c993
Compare
Contributor
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
December 30, 2021 04:16
949c993 to
5bea43f
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
December 30, 2021 04:29
94cd0bb to
087890c
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
December 30, 2021 04:35
087890c to
5f33e93
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
December 30, 2021 04:42
5f33e93 to
74ed02a
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
January 7, 2022 09:34
593c1ca to
10ce3d1
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
January 7, 2022 09:44
10ce3d1 to
460b28d
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
2 times, most recently
from
January 8, 2022 10:01
4ec07e9 to
ff62843
Compare
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
January 8, 2022 11:59
ff62843 to
ef919fd
Compare
UncleBill
commented
Jan 8, 2022
|
|
||
| const { | ||
| value = { data: [], hasNextPage: false }, | ||
| value = { data: EMPTY_LIST, hasNextPage: false }, |
Contributor
Author
There was a problem hiding this comment.
Reduce re-rendering from 1000 times to about 10 times according to a test.
UncleBill
force-pushed
the
feat/solana-wallet
branch
from
January 8, 2022 12:07
ef919fd to
e768db1
Compare
UncleBill
commented
Jan 10, 2022
| "react-hook-form": "^7.22.5", | ||
| "react-router": "^6.0.0-beta.0", | ||
| "react-router-dom": "^6.0.0-beta.0", | ||
| "react-router": "6.0.0-beta.0", |
Contributor
Author
There was a problem hiding this comment.
Maskbook/packages/dashboard/src/pages/routes.tsx
Lines 21 to 25 in d88e6eb
react-router{,-dom}@6.1, this is a temporary walkaround.
septs
reviewed
Jan 11, 2022
septs
reviewed
Jan 11, 2022
This file contains hidden or 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
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.
based on #4723