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

feat: gas refund #1916

Merged
merged 80 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
d086193
feat: KNC Utility static page
namgold May 15, 2023
0ab9e5c
Merge branch 'main' into feat/gas-refund
namgold May 15, 2023
7e22b3d
[KGP-1151] Fix reset output when clear typed input (#1917)
nhd98z May 16, 2023
c9fe987
refactor: improve tooltips (#1919)
hungdoansy May 18, 2023
291799c
refactor: prevent users from dismissing token warning modal without c…
hungdoansy May 18, 2023
bb2d3fc
Use price service data to calculate user's liquidity balance in pools…
viet-nv May 18, 2023
217aa7e
feat: support swap fee (#1896)
hungdoansy May 18, 2023
f498b22
update UI
namgold May 25, 2023
e93b035
Merge branch 'main' into feat/gas-refund
namgold May 25, 2023
37bf7e5
new layout
namgold May 28, 2023
f07ef73
revert
namgold Jun 28, 2023
2ca6e7e
Merge branch 'main' into feat/gas-refund
namgold Jun 28, 2023
ce97826
Merge branch 'main' into feat/gas-refund
namgold Jun 28, 2023
e7597c8
Merge branch 'main' into feat/gas-refund
namgold Jul 3, 2023
774945e
Merge branch 'main' into feat/gas-refund
namgold Jul 4, 2023
3d3a728
Merge branch 'main' into feat/gas-refund
namgold Jul 5, 2023
a6b1c58
api integrate
namgold Jul 6, 2023
c0df5e8
Merge branch 'main' into feat/gas-refund
namgold Jul 6, 2023
b342e7e
fix build
namgold Jul 7, 2023
e2957d8
Merge branch 'main' into feat/gas-refund
namgold Jul 7, 2023
26af57e
duplicate knc utility item
namgold Jul 7, 2023
66966fc
Merge branch 'main' into feat/gas-refund
namgold Jul 7, 2023
40bdf33
zero tx
namgold Jul 7, 2023
ddeb745
space
namgold Jul 7, 2023
4678d16
update text
namgold Jul 7, 2023
055e162
update minors
namgold Jul 7, 2023
ebe2ef5
hide on other chains
namgold Jul 7, 2023
851d3c5
re-order
namgold Jul 7, 2023
cc75442
amount
namgold Jul 7, 2023
b94b964
hide ended tag
namgold Jul 7, 2023
30e044e
Merge branch 'main' into feat/gas-refund
namgold Jul 10, 2023
fa55848
hide claim button on pending & claimed tab
namgold Jul 10, 2023
378c072
fix crash
namgold Jul 11, 2023
c60e955
enable gorli
namgold Jul 11, 2023
b6d8237
Merge branch 'main' into feat/gas-refund
namgold Jul 11, 2023
3c6f079
disable button color
namgold Jul 11, 2023
3da3270
enable gorli
namgold Jul 11, 2023
b8ce1ff
update logo
namgold Jul 12, 2023
4a80125
update requirement changes
namgold Jul 12, 2023
0546636
refactor: move colors func
namgold Jul 12, 2023
960564a
fix build
namgold Jul 12, 2023
893d066
Merge branch 'main' into feat/gas-refund
namgold Jul 12, 2023
baf22bf
add timer pending tab
namgold Jul 12, 2023
868206d
trigger build
namgold Jul 13, 2023
25b2402
fix logo color + font size
namgold Jul 13, 2023
784240b
update link
namgold Jul 13, 2023
6c950e9
case not connected
namgold Jul 13, 2023
a7f8807
not connected case
namgold Jul 13, 2023
4d286ef
Merge branch 'main' into feat/gas-refund
namgold Jul 13, 2023
40c6a42
rm todo
namgold Jul 13, 2023
9a3652f
fix review
namgold Jul 13, 2023
6e3c6a7
trans
namgold Jul 13, 2023
d291c00
disable claiming
namgold Jul 13, 2023
b95744f
Merge branch 'main' into feat/gas-refund
namgold Jul 13, 2023
157e50c
make modal state local
namgold Jul 13, 2023
84da701
fix build
namgold Jul 13, 2023
d4f5caa
fix design
namgold Jul 13, 2023
1e8788b
prevent select
namgold Jul 13, 2023
5b2ab12
table color
namgold Jul 13, 2023
a8b329a
update new layout
namgold Jul 14, 2023
97023d9
Merge branch 'main' into feat/gas-refund
namgold Jul 14, 2023
be3b508
update tooltip
namgold Jul 14, 2023
7afa0f8
Merge branch 'main' into feat/gas-refund
namgold Jul 14, 2023
b99c8bc
fix build
namgold Jul 14, 2023
86837c6
add gas refund
namgold Jul 14, 2023
b366fe5
eth only
namgold Jul 14, 2023
fc43e73
remove link
namgold Jul 14, 2023
c12b3fc
swap threshold
namgold Jul 14, 2023
1203255
build
namgold Jul 14, 2023
5cac481
Merge branch 'main' into feat/gas-refund
namgold Jul 14, 2023
74a68c6
fix color
namgold Jul 14, 2023
64e5893
fix crash + open modal state
namgold Jul 17, 2023
c90cb60
prod env
namgold Jul 17, 2023
bc6def8
mobile tx modal
namgold Jul 17, 2023
d395305
Merge branch 'main' into feat/gas-refund
namgold Jul 17, 2023
fd77b51
disable pointer swap detail
namgold Jul 17, 2023
fa81e9b
add X button
namgold Jul 17, 2023
c86eb65
fix build
namgold Jul 17, 2023
2db7ffd
revert .env.adpr
viet-nv Jul 18, 2023
27e992d
Merge branch 'main' into feat/gas-refund
viet-nv Jul 18, 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
Binary file added src/assets/images/gas-refund/knc-dropping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/gas-refund/kncs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/gas-refund/ringwave.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/gas-refund/ringwave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/svg/crystals.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/svg/knc_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svg/refund1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svg/refund2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svg/refund3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions src/assets/wallets/browser-wallet-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions src/assets/wallets/browser-wallet-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading