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

Wallet validator staking #6825

Merged
merged 54 commits into from
Jan 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
8624393
add icons
Jibz1 Dec 14, 2022
6827e58
wip
Jibz1 Dec 14, 2022
e8afe1c
stake page update
Jibz1 Dec 14, 2022
052528c
wip
Jibz1 Dec 15, 2022
72f5b71
wip
Jibz1 Dec 15, 2022
a157665
update
Jibz1 Dec 15, 2022
07fb219
update
Jibz1 Dec 15, 2022
b61fc18
update
Jibz1 Dec 15, 2022
0bd5b3b
rm comment
Jibz1 Dec 15, 2022
4854099
show tooltip on hover
Jibz1 Dec 15, 2022
8a093fa
feed changes
Jibz1 Dec 19, 2022
83c4827
update tailwind spacing
Jibz1 Dec 19, 2022
3f7122b
update
Jibz1 Dec 19, 2022
3f55fe8
rm unsused import
Jibz1 Dec 20, 2022
88c55bc
update
Jibz1 Dec 20, 2022
1a8190f
update
Jibz1 Dec 20, 2022
2cd49ae
update
Jibz1 Dec 20, 2022
26c5210
update flow
Jibz1 Dec 20, 2022
8febbab
update
Jibz1 Dec 20, 2022
2b7df39
clearer file structure
Jibz1 Dec 20, 2022
1bcf21d
update comment
Jibz1 Dec 20, 2022
b4d60a6
update validator details
Jibz1 Dec 20, 2022
2e9eaf8
update
Jibz1 Jan 6, 2023
e27fc7e
wip
Jibz1 Jan 6, 2023
0cf09e7
Revert "update"
Jibz1 Jan 6, 2023
8d233c0
update
Jibz1 Jan 6, 2023
a6afb57
wip
Jibz1 Jan 9, 2023
0009603
wip
Jibz1 Jan 10, 2023
4e6b921
update text ui component
Jibz1 Jan 10, 2023
494405e
wip
Jibz1 Jan 10, 2023
38943ef
imgIcon update
Jibz1 Jan 10, 2023
65806ad
update getName util function
Jibz1 Jan 11, 2023
aa14e5d
wip
Jibz1 Jan 11, 2023
e79072d
wip
Jibz1 Jan 12, 2023
6f12c55
update ImageIcon component
Jibz1 Jan 12, 2023
053757a
fix toolip
Jibz1 Jan 12, 2023
9301959
update error message
Jibz1 Jan 12, 2023
2cfea6d
wip
Jibz1 Jan 12, 2023
9501baf
wip
Jibz1 Jan 12, 2023
5f3a8c2
apyCal func added
Jibz1 Jan 12, 2023
b29e313
update
Jibz1 Jan 12, 2023
9c5c8d0
lint
Jibz1 Jan 12, 2023
5c6cfae
lint and remove delegator page
Jibz1 Jan 12, 2023
9db67da
update
Jibz1 Jan 12, 2023
dd46dd6
warm up label change
Jibz1 Jan 12, 2023
6592dfb
rm unused component
Jibz1 Jan 13, 2023
28349e0
invalidate query after staking
Jibz1 Jan 13, 2023
b17315d
remove memo
Jibz1 Jan 13, 2023
680bbdb
rm all caps on validators
Jibz1 Jan 13, 2023
11f9b4d
use sdk
Jibz1 Jan 13, 2023
8726699
update
Jibz1 Jan 13, 2023
ced2111
update
Jibz1 Jan 14, 2023
159869b
clean up
Jibz1 Jan 14, 2023
f874821
max token update
Jibz1 Jan 14, 2023
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
update text ui component
  • Loading branch information
Jibz1 committed Jan 13, 2023
commit 4e6b9218c2a13355b5ba33ccfdb0201f1313611b
3 changes: 3 additions & 0 deletions apps/explorer/src/ui/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ const textStyles = cva([], {
'gray-75': 'text-gray-75',
'gray-70': 'text-gray-70',
'gray-65': 'text-gray-65',
'gray-60': 'text-gray-60',
'sui-dark': 'text-sui-dark',
sui: 'text-sui',
'sui-light': 'text-sui-light',
steel: 'text-steel',
'steel-dark': 'text-steel-dark',
'steel-darker': 'text-steel-darker',
'hero-dark': 'text-hero-dark',
'success-dark': 'text-success-dark',
},
italic: {
true: 'italic',
Expand Down