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: all features added #11

Open
wants to merge 49 commits into
base: dappnet
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
9f6df4b
feat: all features added
JenkJS Feb 28, 2023
0011dc9
fix: small fix
JenkJS Apr 21, 2023
8f72f84
feat: adaptive, fix: bugs select
JenkJS Apr 26, 2023
eb2d064
feat: all screen for adaptive design
JenkJS Apr 27, 2023
fc90afd
feat: add nph icon
JenkJS May 3, 2023
039d8cc
update wasm
JenkJS May 4, 2023
b888923
merge from dapp_current
JenkJS May 4, 2023
e7fa29b
add build
JenkJS May 4, 2023
3b8e834
fix: max amount
JenkJS May 4, 2023
03afb5f
fix
JenkJS May 4, 2023
7832fb2
Merge branch 'fix_main' into mainnet
JenkJS May 4, 2023
7e45ca6
update build
JenkJS May 4, 2023
a4ae94c
fix: favorites, disable my pools if is empty
JenkJS May 10, 2023
58a4a4a
build
JenkJS May 10, 2023
27a2ab5
Merge branch 'fix_mainnet' into mainnet
JenkJS May 10, 2023
d371065
build
JenkJS May 10, 2023
caf0959
feat: add headless wallet, fix: adaptive
JenkJS May 13, 2023
b1f63dc
merge&fix
JenkJS May 13, 2023
a8b5474
Merge branch 'upd_branch' into mainnet
JenkJS May 13, 2023
311929d
merge
JenkJS May 13, 2023
3281ab3
fix: adaptive
JenkJS May 15, 2023
36e4384
build
JenkJS May 15, 2023
ba407e6
add: appname
JenkJS May 30, 2023
232a545
add: appname
JenkJS May 30, 2023
d60a06b
fix mobile
JenkJS May 30, 2023
b5b6019
update wasm
JenkJS May 30, 2023
4a0369e
update build
JenkJS May 30, 2023
1eac90c
fix bg
JenkJS May 30, 2023
06c9028
fix
JenkJS May 31, 2023
1f39395
fix mobile
JenkJS May 31, 2023
70b50f0
fix: mobileAPi
JenkJS May 31, 2023
f07b0bf
build
JenkJS May 31, 2023
62bfcc8
fix
JenkJS Jun 1, 2023
b84919b
fix headless
JenkJS Jun 1, 2023
6c08b45
fix
JenkJS Jun 1, 2023
5b04064
fix
JenkJS Jun 1, 2023
2b61bc8
Merge branch 'mainnet' into dappnet_current
JenkJS Jun 1, 2023
ff6b3a6
fix: mobile app
JenkJS Jun 14, 2023
bad09b8
build
JenkJS Jun 14, 2023
8f096cc
fix: api version
JenkJS Jun 20, 2023
4da0333
build
JenkJS Jun 20, 2023
0391b8f
fix mobile
JenkJS Jun 20, 2023
b8efa20
fix mobile
JenkJS Jun 20, 2023
903a998
fix mobile
JenkJS Jun 20, 2023
827acbf
fix mobile
JenkJS Jun 20, 2023
8219589
check
JenkJS Jun 20, 2023
5a419f9
check
JenkJS Jun 20, 2023
f938b3b
check
JenkJS Jun 20, 2023
e6aee99
check
JenkJS Jun 21, 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
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"react/no-array-index-key": "off",
"react/jsx-props-no-spreading": "off",
"react/jsx-filename-extension": [2, { "extensions": [".js", ".jsx", ".ts", ".tsx"] }],
"no-nested-ternary": "off",
"import/extensions": [
"error",
"ignorePackages",
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.pnp.js

/.linaria-cache
/html

# misc
.DS_Store
Expand Down

Large diffs are not rendered by default.

Binary file added html/amm.wasm
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Bold.ttf
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Bold.woff
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Bold.woff2
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Regular.ttf
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Regular.woff
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Regular.woff2
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-RegularIt.ttf
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-RegularIt.woff
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-RegularIt.woff2
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Semibold.ttf
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Semibold.woff
Binary file not shown.
Binary file added html/assets/fonts/ProximaNova-Semibold.woff2
Binary file not shown.
Binary file added html/assets/fonts/SFProDisplay-Bold.ttf
Binary file not shown.
Binary file added html/assets/fonts/SFProDisplay-Bold.woff
Binary file not shown.
Binary file added html/assets/fonts/SFProDisplay-Bold.woff2
Binary file not shown.
Binary file added html/assets/fonts/SFProDisplay-Regular.ttf
Binary file not shown.
Binary file added html/assets/fonts/SFProDisplay-Regular.woff
Binary file not shown.
Binary file added html/assets/fonts/SFProDisplay-Regular.woff2
Binary file not shown.
Binary file added html/assets/fonts/SFUIDisplay-Medium.ttf
Binary file not shown.
Binary file added html/assets/fonts/SFUIDisplay-Medium.woff
Binary file not shown.
Binary file added html/assets/fonts/SFUIDisplay-Medium.woff2
Binary file not shown.
16 changes: 16 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" user-scalable=no" />
<meta name="theme-color" content="#000000" />
<title>Beam DEX</title>
<link rel="icon" href="favicon.ico"/>
<link rel="stylesheet" media="all" href="styles.css" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>
7,263 changes: 7,263 additions & 0 deletions html/index.js

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions html/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions html/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

[[headers]]
# Define which paths this specific [[headers]] block will cover.
for = "/*"

[headers.values]
Cross-Origin-Embedder-Policy = "require-corp"
Cross-Origin-Opener-Policy = "same-origin"
Loading