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: Update Spacewalk dialogs for "Back to Stellar" transactions #305

Conversation

gonzamontiel
Copy link
Contributor

This PR depends on #295
It adds missing pieces for completing the dialogs for Back to Stellar, but most changes are in the aforementioned PR.
Closes #262

Copy link

netlify bot commented Nov 28, 2023

Deploy Preview for rococo-souffle-a625f5 ready!

Name Link
🔨 Latest commit fda0908
🔍 Latest deploy log https://app.netlify.com/sites/rococo-souffle-a625f5/deploys/656f15808bc0200008cc9e6c
😎 Deploy Preview https://deploy-preview-305--rococo-souffle-a625f5.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@gonzamontiel gonzamontiel changed the title 262 update the completed cancelled pending reimbursed and failed pop ups for back to stellar feat: Update Spacewalk dialogs for Back to stellar Nov 28, 2023
@gonzamontiel gonzamontiel changed the title feat: Update Spacewalk dialogs for Back to stellar feat: Update Spacewalk dialogs for "Back to Stellar" transactions Nov 28, 2023
…g-reimbursed-and-failed-pop-ups-for-back-to-stellar
@prayagd
Copy link
Collaborator

prayagd commented Dec 1, 2023

@gonzamontiel in the "to Amplitude/Pendulum" completed and Pending dailogs, the asset should be named USDC.s, can you please fix it currently it shows USDC

Design
Screenshot 2023-12-01 at 5 28 30 PM

Current preview
Screenshot 2023-12-01 at 5 30 14 PM

@ebma
Copy link
Member

ebma commented Dec 4, 2023

@prayagd in which design did you see that USDC.s? I can see here that it does not show the .s suffix.

Copy link
Member

@ebma ebma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, though I did not check the dialog for a reimbursed redeem as I don't know of an account that has made such a request on Amplitude.

@prayagd
Copy link
Collaborator

prayagd commented Dec 5, 2023

@prayagd in which design did you see that USDC.s? I can see here that it does not show the .s suffix.

@ebma the example you have linked is a back to stellar one, this of to Amplitude/Pendulum design's because only have .s

@gonzamontiel gonzamontiel merged commit c80d7a5 into staging Dec 5, 2023
4 of 5 checks passed
@gonzamontiel gonzamontiel deleted the 262-update-the-completed-cancelled-pending-reimbursed-and-failed-pop-ups-for-back-to-stellar branch December 5, 2023 12:20
gonzamontiel added a commit that referenced this pull request Dec 5, 2023
* feat: indexer (#232)

* feat: indexer

* refactor: app data

* feat: contract hooks (#233)

* refactor: contract hooks

* refactor: contract write error log

* refactor: updated gas limit

* fix: swap info

* fix: info

* fix: transaction ui

* fix: console log

* [feat] 220 add nova wallet support to the mobile version of portal (#234)

* detect if mobile and add novawallet button

* change icon

* Add Nova Wallet integration in Talisman modal

* Slightly improved account box

* Add disclaimer explaining why we don't need to implement these methods.

* fix: release (#236)

* fix: release (#238)

* chore(release): 1.1.0 [skip ci]

# [1.1.0](v1.0.0...v1.1.0) (2023-08-24)

### Bug Fixes

* lint issues ([#191](#191)) ([fd128e4](fd128e4))
* release ([#236](#236)) ([ce34996](ce34996))
* release ([#238](#238)) ([0fd823b](0fd823b))
* table heading overlap ([#202](#202)) ([061373f](061373f))
* updated foucoco logo ([#198](#198)) ([21dad82](21dad82))
* wallet connection issues [#204](#204) ([#209](#209)) ([fb7a37c](fb7a37c))

### Features

* balance query ([#205](#205)) ([b3aa210](b3aa210))
* contract hooks ([#233](#233)) ([f338f37](f338f37))
* indexer ([#232](#232)) ([2c58c70](2c58c70))
* redirect on logo click  [#178](#178) ([#199](#199)) ([9d42e97](9d42e97))
* token approval ([#211](#211)) ([a4ae2bd](a4ae2bd))
* updated backstop pool ui ([#206](#206)) ([1e23f10](1e23f10))
* wallet connect ([#195](#195)) ([5487296](5487296))

### Reverts

* disable nabla ([#201](#201)) ([2e2fe81](2e2fe81))

* fix loading in claiming steps (#245)

* 145 Show connected accounts token wise breakdown on the dashboard (#240)

* Add portfolio table with mock data (WIP)

* color change according to new palette

* show balance and price for spacewalk assets

* improve types in fetcher

* comment out mexc api call to stop errors

* add USDT to XCM

* helper function to add the suffix for wrapped tokens

* remove mock data and fetch actual prices and balances

* yarn lint fix

* Add icons

* add total balance

* Fix 'DOT' shown instead of 'KSM' on Amplitude

* Fix typos

* Update src/hooks/usePriceFetcher.ts

Co-authored-by: Marcel Ebert <[email protected]>

* fix amounts formatting

* reduce font and icon size

* use dia for PEN token

---------

Co-authored-by: Marcel Ebert <[email protected]>

* fix remove indicator (#252)

* Update design for Spacewalk Issue and Redeeem  (#253)

* extract base Form component

* separate issue and redeem in folders and use new From input

* extract feebox and dialog from issue

* issue box restyling with collapsible boxes

* fix collapsible styles

* tweak asset selector to match designs

* move coin icons to shared

* mock disclaimer text

* remove typo

* add stellar logo for tab

* fix pen/ampe logos and colors

* fixes

* settings dialog (wip)

* add 'back to stellar' design

* yarn lint fix

* Add settings Dialog

* improve from component

* improve settings

* Update src/components/Layout/links.tsx

* rename hook

* remove unused spacewalk app

* fix tricky dropdown issue not closing on blur

* improve settings dialog

* improve collapsible behavior

* make tabs slightly bigger

* invert buttons order

* remove minimum

* extract useBalances hook

* extract get asset display name

* fix redeem validation and max tokens

* make balance reload when balances hook is ready

* max issuable tokens

* fix typo

* fix showing errors

* add missing dot

* remove unused code

* show errors according to the design

* style: 223 update pendulum spacewalk transfers page design (#271)

* extract base Form component

* separate issue and redeem in folders and use new From input

* extract feebox and dialog from issue

* issue box restyling with collapsible boxes

* fix collapsible styles

* tweak asset selector to match designs

* move coin icons to shared

* mock disclaimer text

* remove typo

* add stellar logo for tab

* fix pen/ampe logos and colors

* fixes

* settings dialog (wip)

* add 'back to stellar' design

* yarn lint fix

* Add settings Dialog

* improve from component

* improve settings

* Update src/components/Layout/links.tsx

* rename hook

* remove unused spacewalk app

* fix tricky dropdown issue not closing on blur

* improve settings dialog

* improve collapsible behavior

* make tabs slightly bigger

* invert buttons order

* remove minimum

* extract useBalances hook

* extract get asset display name

* fix redeem validation and max tokens

* make balance reload when balances hook is ready

* apply new design table colors

* include pagination & styles in Table component

* fix general styling of Table, fix portfolio table

* chore(release): 1.1.1 [skip ci]

## [1.1.1](v1.1.0...v1.1.1) (2023-10-18)

* fix: remove irrelevant info from UI (#273)

* do not show banner and remove component

* fix warning about css nesting

* remove versions from sidebar

* chore(release): 1.1.2 [skip ci]

## [1.1.2](v1.1.1...v1.1.2) (2023-10-18)

### Bug Fixes

* remove irrelevant info from UI ([#273](#273)) ([f8e3a5e](f8e3a5e))

* feat: redirect zenlink menu item only on amplitude (#274)

* make Zenlink AMM point to external website

* only show on Amplitude

* chore(release): 1.2.0 [skip ci]

# [1.2.0](v1.1.2...v1.2.0) (2023-10-18)

### Features

* redirect zenlink menu item only on amplitude ([#274](#274)) ([4491e6c](4491e6c))

* Update CHANGELOG.md (#276)

Update changelog

* fix: Show vaults for selected asset on Bridge Settings (#278)

* add a context at the parent bridge level to store selected asset

* update yarn lock

* chore: fix release, upgrade yarn (#280)

* chore: fix release, upgrade yarn

* fix: missing yarn file

* fix: release (#281)

* fix: release

* fix: github action

* chore: updated release config

* chore(release): 1.2.1 [skip ci]

## [1.2.1](v1.2.0...v1.2.1) (2023-10-31)

### Bug Fixes

* github action ([0b9f207](0b9f207))
* release ([5ebfd88](5ebfd88))
* Show vaults for selected asset on Bridge Settings ([#278](#278)) ([62037d7](62037d7))

* revert: release config

---------

Co-authored-by: semantic-release-bot <[email protected]>

* revert: Put back GH_TOKEN into the release config (#282)

* feat: nabla UI and functionality (#279)

* style: updated tables

* feat: token out amount

* fix: undefined check

* Add `decimals` parameter to number conversion functions

* fix: balance fetching

* fix: decimal point

* feat: refetch pools on changes

* feat: backstop pool redeem

* feat: token price

* feat: updates

* chore: yarn

* refactor: updated info

* feat: swap ui

* refactor: restrict nabla access to dev

* fix: navigation

* fix: app env blocking

* refactor: updated nav to better handle link visibility

---------

Co-authored-by: Marcel Ebert <[email protected]>

* feat: added pool filtering by paused flag (#289)

* Import from preact/compat (#294)

* feat: Add AMPE price to the Dashboard (#293)

* add hook to fetch AMPE price

* fetch AMPE price correctly

* revert conflict and use preact/compat (as the rest of the app)

* Update src/hooks/usePriceFetcher.ts

* feat: Add info to the Bedeem from Backstop pool UI (#291)

* feat: backstop pool withdraw info

* refactor: fee

* feat: token price on redeem ui

---------

Co-authored-by: Gonza Montiel <[email protected]>

* no-release: Add GPL LICENSE (#304)

Add GPL License

* feat: Update transfer dialogs design (#295)

* update yarn lock

* change date format

* general dialogs improvements

* completed dialog

* update cancelled dialog

* update Pending dialog

* revert testing change

* fix extract colors to css

* fix linting & ts errors

* revert daiysi ui upgrade

* force white color

* corrected texts

* feat: 288 allow users to withdraw from backstop pool in other assets (#292)

* feat: backstop pool withdraw info

* refactor: fee

* feat: token price on redeem ui

* feat: backstop poll withdraw in other assets

* fix: removed orig files

* fix: removed orig file

* fix: types

* feat: backstop pool withdraw

* style: updated backstop pool ui

* feat: pool withdraw

* refactor: removed todo

* fix: tests

* style: swap ui update

* style: swap table ui update

* style: updated withdraw UI

* fix account dropdown (#307)

* feat: Update Spacewalk dialogs for "Back to Stellar" transactions (#305)

* update yarn lock

* change date format

* general dialogs improvements

* completed dialog

* update cancelled dialog

* update Pending dialog

* revert testing change

* fix extract colors to css

* fix linting & ts errors

* revert daiysi ui upgrade

* force white color

* corrected texts

* move styles to more appropriate file

* update designs for back to stellar dialogs

* add asset suffix to "Completed" dialog

* fix: Update disclaimer text for Spacewalk (#303)

* add disclaimer text

* Update src/pages/bridge/Issue/index.tsx

Co-authored-by: Marcel Ebert <[email protected]>

* update disclaimer text with on chain real values

---------

Co-authored-by: Marcel Ebert <[email protected]>

* feat: Add support for NGN, EUR and AUD assets for Spacewalk (#302)

* Add asset icons for bridged and unbridged tokens for spacewalk

* add prices to show bridged tokens in the portfolio

---------

Co-authored-by: Nejc <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Marcel Ebert <[email protected]>
Co-authored-by: gianfra-t <[email protected]>
github-actions bot pushed a commit that referenced this pull request Dec 15, 2023
# [1.3.0](v1.2.1...v1.3.0) (2023-12-15)

### Bug Fixes

* github action ([0b9f207](0b9f207))
* release ([5ebfd88](5ebfd88))
* Update disclaimer text for Spacewalk ([#303](#303)) ([70c2a94](70c2a94))

### Features

* 288 allow users to withdraw from backstop pool in other assets ([#292](#292)) ([8322b11](8322b11))
* Add AMPE price to the Dashboard ([#293](#293)) ([cdf598e](cdf598e))
* Add info to the Bedeem from Backstop pool UI ([#291](#291)) ([208dacd](208dacd))
* Add support for NGN, EUR and AUD assets for Spacewalk ([#302](#302)) ([c377019](c377019))
* added pool filtering by paused flag ([#289](#289)) ([6e09bce](6e09bce))
* nabla UI and functionality ([#279](#279)) ([331aabe](331aabe))
* Update Spacewalk dialogs for "Back to Stellar" transactions ([#305](#305)) ([c80d7a5](c80d7a5))
* Update transfer dialogs design ([#295](#295)) ([8fe2791](8fe2791))

### Reverts

* Put back GH_TOKEN into the release config ([#282](#282)) ([e2b142a](e2b142a))
* release config ([38ada27](38ada27))
gonzamontiel added a commit that referenced this pull request Dec 18, 2023
* fix: release

* fix: github action

* chore: updated release config

* chore(release): 1.2.1 [skip ci]

## [1.2.1](v1.2.0...v1.2.1) (2023-10-31)

### Bug Fixes

* github action ([0b9f207](0b9f207))
* release ([5ebfd88](5ebfd88))
* Show vaults for selected asset on Bridge Settings ([#278](#278)) ([62037d7](62037d7))

* revert: release config

* use GITHUB_TOKEN (#316)

* Test release (#317)

* use GITHUB_TOKEN

* add test branch

* chore(release): 1.3.0 [skip ci]

# [1.3.0](v1.2.1...v1.3.0) (2023-12-15)

### Bug Fixes

* github action ([0b9f207](0b9f207))
* release ([5ebfd88](5ebfd88))
* Update disclaimer text for Spacewalk ([#303](#303)) ([70c2a94](70c2a94))

### Features

* 288 allow users to withdraw from backstop pool in other assets ([#292](#292)) ([8322b11](8322b11))
* Add AMPE price to the Dashboard ([#293](#293)) ([cdf598e](cdf598e))
* Add info to the Bedeem from Backstop pool UI ([#291](#291)) ([208dacd](208dacd))
* Add support for NGN, EUR and AUD assets for Spacewalk ([#302](#302)) ([c377019](c377019))
* added pool filtering by paused flag ([#289](#289)) ([6e09bce](6e09bce))
* nabla UI and functionality ([#279](#279)) ([331aabe](331aabe))
* Update Spacewalk dialogs for "Back to Stellar" transactions ([#305](#305)) ([c80d7a5](c80d7a5))
* Update transfer dialogs design ([#295](#295)) ([8fe2791](8fe2791))

### Reverts

* Put back GH_TOKEN into the release config ([#282](#282)) ([e2b142a](e2b142a))
* release config ([38ada27](38ada27))

* remove test from release

---------

Co-authored-by: Nejc <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
ebma pushed a commit that referenced this pull request Mar 14, 2024
# [1.3.0](v1.2.1...v1.3.0) (2024-03-14)

### Bug Fixes

* add balance left for tx approval: staking ([#343](#343)) ([cd87909](cd87909))
* add Buffer polyfill to window global object ([#346](#346)) ([98e6594](98e6594))
* handle walletconnect disconnect events ([#338](#338)) ([738d049](738d049))
* Implement collapsible buttons for sidebar ([#337](#337)) ([d9c9240](d9c9240))
* Make Staking Reward boxes responsive ([#324](#324)) ([e765993](e765993))
* Update disclaimer text for bridge ([692001e](692001e))
* Update disclaimer text for Spacewalk ([#303](#303)) ([70c2a94](70c2a94))

### Features

* 288 allow users to withdraw from backstop pool in other assets ([#292](#292)) ([8322b11](8322b11))
* Add AMPE price to the Dashboard ([#293](#293)) ([cdf598e](cdf598e))
* Add info to the Bedeem from Backstop pool UI ([#291](#291)) ([208dacd](208dacd))
* Add support for NGN, EUR and AUD assets for Spacewalk ([#302](#302)) ([c377019](c377019))
* added pool filtering by paused flag ([#289](#289)) ([6e09bce](6e09bce))
* create decimal parseNumber implementation ([#349](#349)) ([49b194a](49b194a))
* enable the spacewalk option from menu on pendulum network ([#347](#347)) ([e2108f5](e2108f5))
* Make rows clickable in Spacewalk Transfers table ([#323](#323)) ([acb6b3d](acb6b3d))
* Metamask Snap integration ([#315](#315)) ([978c515](978c515))
* nabla UI and functionality ([#279](#279)) ([331aabe](331aabe))
* Remove mainnet USDC asset from AssetSelector in Foucoco ([#353](#353)) ([0febbfd](0febbfd))
* Update designs for Staking/Unstaking ([#325](#325)) ([3d391b4](3d391b4))
* Update designs for Updating and Claiming staking rewards ([#336](#336)) ([2ebc5d0](2ebc5d0))
* Update Spacewalk dialogs for "Back to Stellar" transactions ([#305](#305)) ([c80d7a5](c80d7a5))
* Update transfer dialogs design ([#295](#295)) ([8fe2791](8fe2791))

### Reverts

* Put back GH_TOKEN into the release config ([#282](#282)) ([e2b142a](e2b142a))
ebma pushed a commit that referenced this pull request Mar 15, 2024
# [1.3.0](v1.2.1...v1.3.0) (2024-03-15)

### Bug Fixes

* add balance left for tx approval: staking ([#343](#343)) ([cd87909](cd87909))
* add Buffer polyfill to window global object ([#346](#346)) ([98e6594](98e6594))
* handle walletconnect disconnect events ([#338](#338)) ([738d049](738d049))
* Implement collapsible buttons for sidebar ([#337](#337)) ([d9c9240](d9c9240))
* Make Staking Reward boxes responsive ([#324](#324)) ([e765993](e765993))
* Update disclaimer text for bridge ([692001e](692001e))
* Update disclaimer text for Spacewalk ([#303](#303)) ([70c2a94](70c2a94))

### Features

* 288 allow users to withdraw from backstop pool in other assets ([#292](#292)) ([8322b11](8322b11))
* Add AMPE price to the Dashboard ([#293](#293)) ([cdf598e](cdf598e))
* Add info to the Bedeem from Backstop pool UI ([#291](#291)) ([208dacd](208dacd))
* Add support for NGN, EUR and AUD assets for Spacewalk ([#302](#302)) ([c377019](c377019))
* added pool filtering by paused flag ([#289](#289)) ([6e09bce](6e09bce))
* create decimal parseNumber implementation ([#349](#349)) ([49b194a](49b194a))
* enable the spacewalk option from menu on pendulum network ([#347](#347)) ([e2108f5](e2108f5))
* Make rows clickable in Spacewalk Transfers table ([#323](#323)) ([acb6b3d](acb6b3d))
* Metamask Snap integration ([#315](#315)) ([978c515](978c515))
* nabla UI and functionality ([#279](#279)) ([331aabe](331aabe))
* Remove mainnet USDC asset from AssetSelector in Foucoco ([#353](#353)) ([0febbfd](0febbfd))
* Update designs for Staking/Unstaking ([#325](#325)) ([3d391b4](3d391b4))
* Update designs for Updating and Claiming staking rewards ([#336](#336)) ([2ebc5d0](2ebc5d0))
* Update Spacewalk dialogs for "Back to Stellar" transactions ([#305](#305)) ([c80d7a5](c80d7a5))
* Update transfer dialogs design ([#295](#295)) ([8fe2791](8fe2791))

### Reverts

* Put back GH_TOKEN into the release config ([#282](#282)) ([e2b142a](e2b142a))
ebma pushed a commit that referenced this pull request Mar 15, 2024
# [1.3.0](v1.2.1...v1.3.0) (2024-03-15)

### Bug Fixes

* add balance left for tx approval: staking ([#343](#343)) ([cd87909](cd87909))
* add Buffer polyfill to window global object ([#346](#346)) ([98e6594](98e6594))
* handle walletconnect disconnect events ([#338](#338)) ([738d049](738d049))
* Implement collapsible buttons for sidebar ([#337](#337)) ([d9c9240](d9c9240))
* Make Staking Reward boxes responsive ([#324](#324)) ([e765993](e765993))
* Update disclaimer text for bridge ([692001e](692001e))
* Update disclaimer text for Spacewalk ([#303](#303)) ([70c2a94](70c2a94))

### Features

* 288 allow users to withdraw from backstop pool in other assets ([#292](#292)) ([8322b11](8322b11))
* Add AMPE price to the Dashboard ([#293](#293)) ([cdf598e](cdf598e))
* Add info to the Bedeem from Backstop pool UI ([#291](#291)) ([208dacd](208dacd))
* Add support for NGN, EUR and AUD assets for Spacewalk ([#302](#302)) ([c377019](c377019))
* added pool filtering by paused flag ([#289](#289)) ([6e09bce](6e09bce))
* create decimal parseNumber implementation ([#349](#349)) ([49b194a](49b194a))
* enable the spacewalk option from menu on pendulum network ([#347](#347)) ([e2108f5](e2108f5))
* Make rows clickable in Spacewalk Transfers table ([#323](#323)) ([acb6b3d](acb6b3d))
* Metamask Snap integration ([#315](#315)) ([978c515](978c515))
* nabla UI and functionality ([#279](#279)) ([331aabe](331aabe))
* Remove mainnet USDC asset from AssetSelector in Foucoco ([#353](#353)) ([0febbfd](0febbfd))
* Update designs for Staking/Unstaking ([#325](#325)) ([3d391b4](3d391b4))
* Update designs for Updating and Claiming staking rewards ([#336](#336)) ([2ebc5d0](2ebc5d0))
* Update Spacewalk dialogs for "Back to Stellar" transactions ([#305](#305)) ([c80d7a5](c80d7a5))
* Update transfer dialogs design ([#295](#295)) ([8fe2791](8fe2791))

### Reverts

* Put back GH_TOKEN into the release config ([#282](#282)) ([e2b142a](e2b142a))
@ebma
Copy link
Member

ebma commented Mar 15, 2024

🎉 This PR is included in version 1.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ebma ebma added the released label Mar 15, 2024
ebma pushed a commit that referenced this pull request Mar 19, 2024
# [1.3.0](v1.2.1...v1.3.0) (2024-03-19)

### Bug Fixes

* add Buffer polyfill to window global object ([#346](#346)) ([98e6594](98e6594))
* handle walletconnect disconnect events ([#338](#338)) ([738d049](738d049))
* Implement collapsible buttons for sidebar ([#337](#337)) ([d9c9240](d9c9240))
* Make Staking Reward boxes responsive ([#324](#324)) ([e765993](e765993))
* Update disclaimer text for bridge ([692001e](692001e))
* Update disclaimer text for Spacewalk ([#303](#303)) ([70c2a94](70c2a94))

### Features

* 288 allow users to withdraw from backstop pool in other assets ([#292](#292)) ([8322b11](8322b11))
* Add AMPE price to the Dashboard ([#293](#293)) ([cdf598e](cdf598e))
* Add info to the Bedeem from Backstop pool UI ([#291](#291)) ([208dacd](208dacd))
* Add support for NGN, EUR and AUD assets for Spacewalk ([#302](#302)) ([c377019](c377019))
* added pool filtering by paused flag ([#289](#289)) ([6e09bce](6e09bce))
* Make rows clickable in Spacewalk Transfers table ([#323](#323)) ([acb6b3d](acb6b3d))
* nabla UI and functionality ([#279](#279)) ([331aabe](331aabe))
* Update designs for Staking/Unstaking ([#325](#325)) ([3d391b4](3d391b4))
* Update designs for Updating and Claiming staking rewards ([#336](#336)) ([2ebc5d0](2ebc5d0))
* Update Spacewalk dialogs for "Back to Stellar" transactions ([#305](#305)) ([c80d7a5](c80d7a5))
* Update transfer dialogs design ([#295](#295)) ([8fe2791](8fe2791))

### Reverts

* Put back GH_TOKEN into the release config ([#282](#282)) ([e2b142a](e2b142a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the Completed, Cancelled, Pending, Reimbursed and Failed pop-ups for Back to stellar
3 participants