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: new token selection modal #711

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
51fae25
styling: add missing reactive border color to clickable chips
Feb 22, 2025
536017b
styling: change color of divider according to design system
Feb 22, 2025
ce0c9c6
styling: remove focus outline on lists
Feb 26, 2025
129e292
styling: fix card header being aligned to bottom
Feb 26, 2025
9671b49
feat: add token select feature
Feb 6, 2025
0ca3e30
refactor: use token select feature
Feb 22, 2025
d1273b7
styling: remove unnecessary checkbox horizontal aligment to end
Feb 26, 2025
9065bd5
styling: fix misaligned modal close button icon
Feb 26, 2025
ba11f7f
fix: recursive url query toggling by removng hidesmallpools from sear…
Feb 26, 2025
bfb4f3a
fix: create pool token list lost its sorting by volume
Feb 26, 2025
36772ea
feat: add volume sorting to token selector
Feb 26, 2025
b9a8437
merge: main
Feb 27, 2025
b5c2c9d
fix: incorrect export
Feb 27, 2025
8cc158f
Merge branch 'main' into feat/improve-token-selection-modal
0xAlunara Feb 27, 2025
c168337
chore: rename component filename
Mar 1, 2025
2e6eb62
refactor: token icon symbol optional (defaults to empty string)
Mar 1, 2025
259dec9
styling: error in token modal alert grows in height
Mar 1, 2025
3cddeb0
fix: onSearch would be invoked even if search didn't change
Mar 1, 2025
718582f
fix: error keeps being visible after search has changed
Mar 1, 2025
e79c5b8
fix: error would be visible even after modal closing
Mar 1, 2025
6645573
refactor: remove useless memo
Mar 1, 2025
972e1e4
chore: fix incorrect variable name
Mar 1, 2025
8ab8a3d
refactor: use Address type
Mar 1, 2025
5b43175
refactor: make token option label optional
Mar 1, 2025
3e1249c
refactor: make token option volume optional
Mar 1, 2025
24881de
refactor: convert undefined check to truthy check
Mar 1, 2025
4a9eef1
refactor: TokenIcon chain id is now optional
Mar 1, 2025
373fce3
refactor: use lodash isEmpty
Mar 1, 2025
ab117d7
refactor: move getTokensObjList to global scope
Mar 1, 2025
cf99f4b
refactor: deduplicate filter and map for getTokensObjList
Mar 1, 2025
60695c0
refactor: rely on default value
Mar 1, 2025
fc09133
refactor: add toTokenOption util function
Mar 1, 2025
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
208 changes: 0 additions & 208 deletions apps/main/src/dex/components/ComboBoxSelectToken/ComboBox.tsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading