Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d9ed6e3
feat: auto-select best pool fee tier for trades
Maxnflaxl Apr 3, 2026
77797f0
upd: raise max amount cap to MAX_SAFE_INTEGER
Maxnflaxl Apr 3, 2026
ade7539
fix: cursor jump bug at amount input change
Maxnflaxl Apr 3, 2026
b99c921
upd: Trade Summary Rate use correct number format
Maxnflaxl Apr 3, 2026
77325f1
upd build
Maxnflaxl Apr 3, 2026
4e590fa
icon
Maxnflaxl Apr 3, 2026
1517399
fix icon
Maxnflaxl Apr 3, 2026
090b035
fix(ui): scroll, trade layout, asset selector, metadata labels, and s…
Maxnflaxl Apr 3, 2026
9bb489d
Merge branch 'master' into pool-selection
Maxnflaxl Apr 3, 2026
6ddb60b
upd: at start FROM and TO show 0 placeholder
Maxnflaxl Apr 4, 2026
e53e8f7
upd(trade): idle zeros, blur restore, and TradePool cleanup
Maxnflaxl Apr 4, 2026
2cfec61
fix(trade): correct fee token labels and full decimal precision in tr…
Maxnflaxl Apr 4, 2026
e17b692
feat(pools): shared amount input helpers and pool form consolidation
Maxnflaxl Apr 4, 2026
b8ea4f9
remove blue outline from fee tier list
Maxnflaxl Apr 4, 2026
a5a678f
feat(trade): inline reserve errors and safer best-pool selection
Maxnflaxl Apr 4, 2026
d2cfeaf
feat(pools): asset picker modal, asset info page, shared pool table
Maxnflaxl Apr 5, 2026
9a174ac
fix BEAMX centering in Assets Info Page
Maxnflaxl Apr 5, 2026
155f141
feat(favorites): extend favorites to assets with filter in asset sele…
Maxnflaxl Apr 5, 2026
3ff033b
upd: "select a token" search to use inline selector, reserve dropdown…
Maxnflaxl Apr 5, 2026
a0986fe
feat: use new BeamDappConnector
Maxnflaxl Apr 5, 2026
83100ba
fix(trade): recover post-cancel quotes and restore best-pool auto-select
Maxnflaxl Apr 5, 2026
0354761
fix(asset-search): improve AMML search.
Maxnflaxl Apr 5, 2026
cd596ae
feat(pools): imposter asset warnings, pool list UX, and dapp build
Maxnflaxl Apr 6, 2026
8d7a524
fix: update LP data on pair switch
Maxnflaxl Apr 6, 2026
42cb13f
feat(trade): asset in pool info clickable
Maxnflaxl Apr 6, 2026
01ee368
feat(style): centralize reused style components
Maxnflaxl Apr 6, 2026
cd391d3
fix(ui): load error & fav icon alignment
Maxnflaxl Apr 6, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/make-dapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
build_command:
description: 'Command to build the project'
default: 'yarn build'
default: 'yarn build:prod'
type: string
manifest_name:
description: 'Name of the .dapp application'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn/

dex-app.dapp
dex-app/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Beam DEX


´´´
```
yarn install
yarn build
´´´
```
2 changes: 1 addition & 1 deletion html/index.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions html/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ object-assign

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */

/**
* BEAM DApp Connector - Stable Wallet Integration Library
*
* A robust, production-ready library for connecting BEAM dApps to various
* BEAM wallet environments (Desktop, Web Extension, Mobile, Headless).
*
* Features:
* - Automatic reconnection with exponential backoff
* - Connection state management
* - Event-driven architecture
* - Promise-based API with timeouts
* - Heartbeat mechanism for connection monitoring
* - Memory-safe callback handling
* - TypeScript-ready JSDoc annotations
*
* @version 2.0.0
* @license MIT
* @author BEAM Community
*/

/**
* React Router DOM v6.3.0
*
Expand Down
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.
Loading
Loading