Skip to content

Commit 657bb0c

Browse files
authoredNov 2, 2021
Refactor (#19)
* refactor: ๐Ÿ’ก project refactor * feat: ๐ŸŽธ pool page * feat: ๐ŸŽธ update pages * feat: ๐ŸŽธ update pages * feat: ๐ŸŽธ update pages * feat: ๐ŸŽธ swap form * feat: ๐ŸŽธ swap page * feat: ๐ŸŽธ profits * feat: ๐ŸŽธ update pages * feat: ๐ŸŽธ ui update * feat: ๐ŸŽธ market page * feat: ๐ŸŽธ market chart * feat: ๐ŸŽธ profit charts * feat: ๐ŸŽธ charts * feat: ๐ŸŽธ update ui * feat: ๐ŸŽธ colors * feat: ๐ŸŽธ update ui * feat: ๐ŸŽธ actions * feat: ๐ŸŽธ add form * feat: ๐ŸŽธ update pages * feat: ๐ŸŽธ ui update * v3.0.1
1 parent b924603 commit 657bb0c

File tree

367 files changed

+11800
-14070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

367 files changed

+11800
-14070
lines changed
 

โ€Ž.env.example

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ CHANNEL=
33
CHANNEL_NAME=
44
BROKER_ID=
55
LOADING_COLOR=
6-
PRIMARY_COLOR_DARK=
7-
PRIMARY_COLOR_LIGHT=
86
MIXIN_CLIENT_ID=
97

108
# configration

โ€Ž.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
"arrow-parens": ["error", "always"],
2121
camelcase: "off",
2222
"no-empty": "off",
23+
"no-undef": "off",
2324
"@typescript-eslint/camelcase": ["off"],
2425
"@typescript-eslint/no-explicit-any": ["off"],
2526
"@typescript-eslint/explicit-module-boundary-types": ["off"],

0 commit comments

Comments
 (0)