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 swap tables & Swap Modal follow up #11389

Merged
merged 25 commits into from
Feb 15, 2025
Merged

Conversation

hassnian
Copy link
Contributor

@hassnian hassnian commented Jan 31, 2025

PR Type

  • Bugfix
  • Feature
  • Refactoring

Context

after #11319

Needs Design check

Screenshot 📸

  • My fix has changed something on UI;

Swaps

CleanShot 2025-02-04 at 17 15 25@2x

image

Offer

CleanShot 2025-02-04 at 17 16 05@2x

Copy link

netlify bot commented Jan 31, 2025

Deploy Preview for koda-canary ready!

Name Link
🔨 Latest commit 73ace93
🔍 Latest deploy log https://app.netlify.com/sites/koda-canary/deploys/67aff64685cd6e000802560a
😎 Deploy Preview https://deploy-preview-11389--koda-canary.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.

@hassnian hassnian changed the title feat: New swap table and surcharge amounts visible feat: New swap tables & Swap Modal follow up Feb 3, 2025
Copy link

netlify bot commented Feb 5, 2025

Deploy Preview for polkadot ready!

Name Link
🔨 Latest commit 73ace93
🔍 Latest deploy log https://app.netlify.com/sites/polkadot/deploys/67aff6462b7f390008b3028f
😎 Deploy Preview https://deploy-preview-11389--polkadot.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.

@hassnian hassnian marked this pull request as ready for review February 6, 2025 03:11
@hassnian hassnian requested a review from a team as a code owner February 6, 2025 03:11
@hassnian hassnian requested review from preschian and Jarsen136 and removed request for a team February 6, 2025 03:11
@vikiival
Copy link
Member

cc @Jarsen136 @preschian pls review 🙏

Copy link
Contributor

@Jarsen136 Jarsen136 left a comment

Choose a reason for hiding this comment

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

code lgtm

Copy link
Member

@preschian preschian left a comment

Choose a reason for hiding this comment

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

minor, otherwise lgtm


const { urlPrefix } = usePrefix()

const itemPath = computed(() => `/${urlPrefix.value}/gallery/${props.id}`)
Copy link
Member

Choose a reason for hiding this comment

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

return undefined

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

@@ -13,23 +13,30 @@
v-if="trade.isAnyTokenInCollectionDesired"
:trade="trade"
:send-item="sendItem"
:title="desiredTitle"
Copy link
Member

Choose a reason for hiding this comment

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

props required string, but desiredTitle can be string | undefined

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

@vikiival
Copy link
Member

cc @hassnian can you please check comments?

@vikiival vikiival enabled auto-merge February 14, 2025 12:02
Copy link

@vikiival vikiival disabled auto-merge February 15, 2025 18:37
@vikiival vikiival merged commit c42ad52 into kodadot:main Feb 15, 2025
26 checks passed
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.

New swap table and surcharge amounts visible Swap Modal follow up
5 participants