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

FIX: chain list overlapping #184

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Conversation

alecande11
Copy link
Contributor

@alecande11 alecande11 requested a review from terran6 June 12, 2023 07:34
@alecande11 alecande11 merged commit 62fb8c6 into staging Jun 14, 2023
@alecande11 alecande11 deleted the fix/asset-chains-overlapping branch June 14, 2023 14:22
mwmerz added a commit that referenced this pull request Jun 21, 2023
* fix: decouple ibc lunc from luna
* fix: port PR #184
* fix: port PR #200
mwmerz added a commit that referenced this pull request Jul 12, 2023
* wip: back button manage wallet pages

* fix chain list overlapping (#184)

* Fix for non-persistent service worker

* fix: vesting token component

* fix: send button disable

* feat: back buttons manage pages

* fix: property undefined chainID error

* fix: convert object error

* fixed styling for some back arrows including Manage Wallets modal and extension Pages

* removed commented out icons

* fix: non-whitelisted tokens

* fix: build error

* Show signbytes content

* fix: tokens with :

* Update SignBytes design

* Fix/send bank denom (#201)

* feat: fix send bank token on same chain

* feat: wallet switch close modal (#202)

* feat: wallet switch close modal

* fix: navigate back to wallet upon wallet switch

* chore: merge main (#206)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* chore: merge main (#211)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* fix: luna send (#207)

* fix: LUNC & LUNA decoupling on testnet, mainnet, localterra
* fix: Error message upon failed price endpoint response
* fix: Vesting token display

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

* Show disabled network name and icon (#214)

* Use new IBC channels (#217)

* Use new IBC channels (for direct chain-to-chain transfers)

* cleanup imports

* Remove axelar tokens warning

* fix ibc path detection for multi-hop ibc denoms

* fix send back feature

* ST-580: add dev mode on extension (#216)

* Add dev settings on the extension

* remove reference to contract page

* fix auto-merge error

* Fix asset list (#219)

* fix ibc lunc

* fix LUNC detection

* fix undefined chainID

* same changes as web

* fix: main merge conflict (#221)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* fix: luna send (#207)

* fix: LUNC & LUNA decoupling on testnet, mainnet, localterra
* fix: Error message upon failed price endpoint response
* fix: Vesting token display

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

* Update dependencies (#213)

* Update feather.js, remove wallet-provider

* fix: remove log

* remove unused imports

---------

Co-authored-by: Manuel Alessandro Collazo <collazo.manuel6@gmail.com>

* Fix/improve persistent worker (#212)

* remove reconnect listener, restore alarm

* fix: light theme. bg color for mobile and full page (#222)

* feat: St 543 implement amplitude (#218)

* wip: amplitude tracking revisions

* feat: track latest tx event

* fix: add versioning to amplitude client

* fix: versioning

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

* fix: testnet finder links (#225)

* fix ibc token denoms (#226)

* fix lock wallet crash (#230)

* ST-596: fix ics20 send back (#229)

* Fix ICS20 send back

* fix ICS20 denom calculation

* Copy SendBack page from web

* fix gas adjustment for ibc transfers

* fix ics20 gas error (#231)

* fix ics20 gas error

* lower gas adjustment

* fix kujira factory IBC tokens (#233)

* fix kujira factory IBC tokens

* fix send back and use prefix to detect kujira

* chore: update version (#238)

---------

Co-authored-by: Manuel Alessandro Collazo <collazo.manuel6@gmail.com>
Co-authored-by: Alessandro Candeago <54709706+alecande11@users.noreply.github.com>
Co-authored-by: Terence Lim <terencelimz@gmail.com>
Co-authored-by: Joshua <joshua.brigati@gmail.com>
Co-authored-by: plubber <51789398+ericHgorski@users.noreply.github.com>
project-88288 pushed a commit to project-88288/station-extension that referenced this pull request Jul 24, 2023
* Update .gitignore

* Move Wallet to the left of the page

* Add tokens to the assetList

* Style assets

* Close wallet button

* Fix main content size when wallet is closed

* Remove classic dependency, use Coingecko as price source

* Show 24h change

* Show assets on multiple chains

Still beta and the code needs an huge cleanup

* Update Wallet styles

* Calculate networth

* Add asset details page

* Add asset action buttons

* Add receive page

* Add send and receive page (stationmoney#125)

* treat CW20 as native tokens

* add Send Page

* handle tx loading

* Show asset on amount input

* minor fix: atom key and ledger bluetooth

* Update close button styles

* Add interchain station governance (stationmoney#128)

* Add interchain governance

* cleanup, change back button

* remove contract page

* Fix governance

* fix ts-errors

* apply new history design (stationmoney#131)

* Replace station.js with feather.js

* Update design for the extension

* fix background color

* Fix send and receive page

* remove password input if simulation error

* Fix wallet modal styles

* Cleanup and fix ledger error

* Interchain connection

* Fix txContext for interchain station

* Show connected wallet even if it is a ledger

* Fix: asset list bugs and layout (stationmoney#35)

* fix: various asset list bugs

* fix: design add tokens button and move

* fix: use react icon instead of + character

* Fix fee calculation if gas price is 0

* Feat: fix asset bug on send page (stationmoney#140)

* fix: new asset selection estimation bug

* fix: chain selection on UI

* rem: eslint

* Fix "testnet" banner position

* Fix blank page on add/remove cw20 assets

* fix denom resolution inside max and fee form

* Fix ChainSelector

* Replace "Connect to Terra blockchain" with "Connect to Station"

* add interchain wallet info

* Update manifest.json (stationmoney#37)

* upd: banner

* if wallet is multisig enable only Terra

* Support both coinType 118 and 330 (stationmoney#41)

* Support multiple cointypes

* Support multiple ledger apps

* update ledger connection flow

* added the welcome modal to extension (stationmoney#40)

* Better Ledger connection flow

Co-authored-by: Joshua Brigati <joshua.brigati@gmail.com>

* Fix bluetooth integration

* Better Ledger icons

* Update themes

* Change ledger icon on the header

* Fix extension layout

* changed colors for themes (stationmoney#42)

* minor color fix

* Convert chain selector to dropdown

* Test networks and disable the non-available ones

* anti-phishing feature

* Network loading changes based on the theme

* fix blacklisted domain detection

* Update to manifest v3

* Fix initial loading

* Cleanup

* Add CoinGecko attribution

* Fix/interchain history (stationmoney#183)

* Fetch multiple events for txhistory

* Show tx sign mode

* Remove test <p>

* Improve send page validation

* Implement address book

* Fix receive page width

* Fix: copy changes (stationmoney#184)

* upd: copy changes

* Fix

Co-authored-by: Alessandro Candeago <54709706+alecande11@users.noreply.github.com>

* Fix staking TxMessage

* Fix < 0.01$ balance

* Fix send page default chain

* currency symbol moved to front (stationmoney#186)

* Update constants.ts

* added back button next to Page header (stationmoney#187)

* Support classic (stationmoney#189)

* Add classic

* Classic fix

* Decimal divider

* Fix classic implementation

* Fix classic prices

* Support LocalTerra

* Add preconfigured wallets

* Don't show offline page if connected to localterra

* Fix network errors

* Stake graph update (stationmoney#190)

* changed stake page graph data to display amounts and values from delegations on chain filter

* added back button to some staking pages

* Feat/upd langs (stationmoney#168)

* upd: copy

* upd: lang dicts

* misc bugs

* Fix Italian transaltion

* Update French translation

* Spanish transaltions (stationmoney#177)

* Update de.json

* Update pl.json

* Fix translations

* Translate more words

* Minor fix

* Update polish translation

* Updated chinese translations

* disable untranslated languages

Co-authored-by: Alessandro Candeago <54709706+alecande11@users.noreply.github.com>
Co-authored-by: emidev98 <49301655+emidev98@users.noreply.github.com>
Co-authored-by: Terence Lim <terencelimz@gmail.com>

* upd: welcome modal (stationmoney#49)

* upd welcome modal copy

* rem: build copy

* fix: copy

* upd: langs from station webapp (stationmoney#50)

* upd: copy

* Fix firefox build

* Do not use dangerouslySetInnerHTML

* made chain filter overflow wrap (stationmoney#191)

* Fix ESLint warning

* Support ICS transfers (stationmoney#193)

* Fix ICS20 implementation

* Fix header on small screens

* hide wallet address button only on mobile

* Fix wallet bar layout on mobile

* Fix AddressBook button

* Fix LedgerIcon on manage wallets

Co-authored-by: plubber <51789398+ericHgorski@users.noreply.github.com>
Co-authored-by: plubber <er.h.gorski@gmail.com>
Co-authored-by: Joshua Brigati <joshua.brigati@gmail.com>
Co-authored-by: Joshua Brigati <brigati.joshua@gmail.com>
Co-authored-by: emidev98 <49301655+emidev98@users.noreply.github.com>
Co-authored-by: Terence Lim <terencelimz@gmail.com>
mwmerz added a commit that referenced this pull request Jul 27, 2023
* wip: back button manage wallet pages

* fix chain list overlapping (#184)

* Fix for non-persistent service worker

* fix: vesting token component

* fix: send button disable

* feat: back buttons manage pages

* fix: property undefined chainID error

* fix: convert object error

* fixed styling for some back arrows including Manage Wallets modal and extension Pages

* removed commented out icons

* fix: non-whitelisted tokens

* fix: build error

* Show signbytes content

* fix: tokens with :

* Update SignBytes design

* Fix/send bank denom (#201)

* feat: fix send bank token on same chain

* feat: wallet switch close modal (#202)

* feat: wallet switch close modal

* fix: navigate back to wallet upon wallet switch

* chore: merge main (#206)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* chore: merge main (#211)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* fix: luna send (#207)

* fix: LUNC & LUNA decoupling on testnet, mainnet, localterra
* fix: Error message upon failed price endpoint response
* fix: Vesting token display

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

* Show disabled network name and icon (#214)

* Use new IBC channels (#217)

* Use new IBC channels (for direct chain-to-chain transfers)

* cleanup imports

* Remove axelar tokens warning

* fix ibc path detection for multi-hop ibc denoms

* fix send back feature

* ST-580: add dev mode on extension (#216)

* Add dev settings on the extension

* remove reference to contract page

* fix auto-merge error

* Fix asset list (#219)

* fix ibc lunc

* fix LUNC detection

* fix undefined chainID

* same changes as web

* fix: main merge conflict (#221)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* fix: luna send (#207)

* fix: LUNC & LUNA decoupling on testnet, mainnet, localterra
* fix: Error message upon failed price endpoint response
* fix: Vesting token display

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

* Update dependencies (#213)

* Update feather.js, remove wallet-provider

* fix: remove log

* remove unused imports

---------

Co-authored-by: Manuel Alessandro Collazo <collazo.manuel6@gmail.com>

* Fix/improve persistent worker (#212)

* remove reconnect listener, restore alarm

* fix: light theme. bg color for mobile and full page (#222)

* feat: St 543 implement amplitude (#218)

* wip: amplitude tracking revisions

* feat: track latest tx event

* fix: add versioning to amplitude client

* fix: versioning

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

* fix: testnet finder links (#225)

* fix ibc token denoms (#226)

* fix lock wallet crash (#230)

* ST-596: fix ics20 send back (#229)

* Fix ICS20 send back

* fix ICS20 denom calculation

* Copy SendBack page from web

* fix gas adjustment for ibc transfers

* fix ics20 gas error (#231)

* fix ics20 gas error

* lower gas adjustment

* fix kujira factory IBC tokens (#233)

* fix kujira factory IBC tokens

* fix send back and use prefix to detect kujira

* ST-616 replace extensionizer (#239)

* replace extensionizer

* fix manifest files

* chore: update version

---------

Co-authored-by: Michael Merz <mwmerz@protonmail.com>

* fix: show luna price in vesting (#241)

* fix: pass decimals in fee estimation (#240)

* chore: rem kado buy button (#236)

* feat: route to home after succesful tx (#237)

* feat: route to home after succesful tx

* fix: remove unused reset

---------

Co-authored-by: Manuel Alessandro Collazo <collazo.manuel6@gmail.com>

* feat: interchain finder link (#235)

* feat: validate amount inputs (#232)

* feat: validate number fields in amount inputs

* fix: hide input spin button

* fix: unintended form validation

* Add Station to the window object (#243)

* connect request on the window object

* fix popups

* add missing methods to the window object

* add switchNetwork request

* add type definitions for requests

* move window object to external NPM package @terra-money/station-connector

* ST-554: replace Keplr window object (#244)

* connect request on the window object

* fix popups

* add missing methods to the window object

* add switchNetwork request

* add type definitions for requests

* move window object to external NPM package @terra-money/station-connector

* replace keplr window object

* Improve visualization of MsgCustomAmino

* fix popup opening too many times

* update @terra-money/station-connector version number

* chore: tidy up spelling/grammar on override warning (#245)

* hide keplr setting (#246)

* fix MsgDonateAllVestingTokens (#249)

* release-candidate: 7.4.2-rc.1

* Revert "chore: rem kado buy button (#236)"

This reverts commit 57b2deb.

* chore: update version to reflect revert buy button.

* feat: update build script to use version_name

* chore: update version_name to align with release

---------

Co-authored-by: Manuel Alessandro Collazo <collazo.manuel6@gmail.com>
Co-authored-by: Alessandro Candeago <54709706+alecande11@users.noreply.github.com>
Co-authored-by: Terence Lim <terencelimz@gmail.com>
Co-authored-by: Joshua <joshua.brigati@gmail.com>
Co-authored-by: plubber <51789398+ericHgorski@users.noreply.github.com>
mwmerz pushed a commit that referenced this pull request Jan 9, 2024
Fix balance formatting in Asset component
mwmerz pushed a commit that referenced this pull request Feb 16, 2024
* upd: copy changes

* Fix

Co-authored-by: Alessandro Candeago <54709706+alecande11@users.noreply.github.com>
mwmerz pushed a commit that referenced this pull request Feb 16, 2024
Fix balance formatting in Asset component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants