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: node page revamp for web and mobile #925

Merged
merged 12 commits into from
Jan 10, 2025
Merged

feat: node page revamp for web and mobile #925

merged 12 commits into from
Jan 10, 2025

Conversation

pavanjoshi914
Copy link
Contributor

@pavanjoshi914 pavanjoshi914 commented Dec 27, 2024

node page revamp for desktop and mobile
add backend endpoint to fetch bitcoin rates
show usd equivalent of balances

image
image

Part of #675

add backend endpoint to fetch bitcoin rates
show usd equivalent of balances
@pavanjoshi914 pavanjoshi914 requested a review from rolznz December 27, 2024 07:33
@pavanjoshi914 pavanjoshi914 changed the title feat: node page revamp for desktop and mobile feat: node page revamp for web and mobile Dec 27, 2024
@pavanjoshi914 pavanjoshi914 requested a review from rolznz January 9, 2025 18:24
if err != nil {
logger.Logger.WithError(err).Error("Failed to get Bitcoin rate")
return c.JSON(http.StatusInternalServerError, ErrorResponse{
Message: fmt.Sprintf("Failed to get Bitcoin rate for currency %s: %s", "usd", err.Error()),
Copy link
Contributor

Choose a reason for hiding this comment

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

why is USD part of the error here...?

Copy link
Contributor

@rolznz rolznz left a comment

Choose a reason for hiding this comment

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

tACK

@rolznz
Copy link
Contributor

rolznz commented Jan 10, 2025

@pavanjoshi914 nice work, it would be cool to have the fiat values on the send/receive pages too

@rolznz rolznz merged commit 02467cc into master Jan 10, 2025
9 checks passed
@rolznz rolznz deleted the update-node-page branch January 10, 2025 13:43
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