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: Ae coin details #827

Merged
merged 10 commits into from
Jun 5, 2024
Merged

feat: Ae coin details #827

merged 10 commits into from
Jun 5, 2024

Conversation

janmichek
Copy link
Collaborator

@janmichek janmichek commented Jun 3, 2024

Description

resolves #749

Demo

firefox_5N0gx7UBRu.mp4

Checklist:

Copy link

github-actions bot commented Jun 3, 2024

Copy link

@Liubov-crypto Liubov-crypto left a comment

Choose a reason for hiding this comment

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

I think it's worth to check if text is placed in green filed when copy it:
https://github.com/aeternity/aescan/assets/69896204/9f2a4278-1c3c-4adc-b270-097bed6d0ca1

Also for short names of tokens (the same on prod) and aligning is different from prod:
https://github.com/aeternity/aescan/assets/69896204/92198165-f7fe-4bc5-9246-7725fa223800

@janmichek
Copy link
Collaborator Author

I think it's worth to check if text is placed in green filed when copy it:

Fixed

Also for short names of tokens (the same on prod) and aligning is different from prod:

The layout is good. That's the thing we changed lately

@janmichek janmichek requested a review from Liubov-crypto June 4, 2024 09:20
Copy link

@Liubov-crypto Liubov-crypto left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

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

I suggested some minor changes.

fetchMarketStats(),
]))

const priceChangeSign = computed(() => priceChange.value > 0 ? '+' : '')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
const priceChangeSign = computed(() => priceChange.value > 0 ? '+' : '')
const priceChangeSign = computed(() => priceChange.value > 0 ? '+' : '')

Shouldn't it be:

> 0: '+'
=0: ''
<0: '-'

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

right, fixed

janmichek and others added 3 commits June 5, 2024 11:16
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
@janmichek janmichek requested a review from michele-franchi June 5, 2024 09:21
Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

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

LGTM

@janmichek janmichek merged commit f56a9d4 into develop Jun 5, 2024
2 checks passed
@janmichek janmichek deleted the AE-coin-details branch June 5, 2024 10:45
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.

AE coin details
3 participants