feat(frontend): implement UX enhancements for Network Fee Estimation … - #1271
Merged
emdevelopa merged 1 commit intoJul 28, 2026
Merged
Conversation
…and Fiat Onramp - emdevelopa#1215: Migrate Network Fee Estimation Component to React Server Components - Created NetworkFeeEstimation.tsx client component for interactive state - Created NetworkFeeEstimationServer.tsx server component for SSR - Enables server-side rendering while maintaining client interactivity - emdevelopa#1217: Implement i18n support for Network Fee Estimation Component - Both components use next-intl for internationalization - Client component uses useTranslations hook - Server component uses getTranslations from next-intl/server - emdevelopa#1216: Enhance interactive loading states in Network Fee Estimation Component - Added custom CSS spinner for visual feedback during loading - Added animate-pulse for better loading state UX - Improved error state styling with red text - Better visual distinction between loading, success, and error states - emdevelopa#1214: Optimize client-side bundle size for Fiat Onramp Integration I - emdevelopa#1215: Migrate Network Fee Estimation Component to React Server Components - Created NetworkFtio - Created NetworkFeeEstimation.tsx client component for interactive statedi - Created NetworkFeeEstimationServer.tsx server component for SSR - Enr - Enables server-side rendering while maintaining client interacar - emdevelopa#1217: Implement i18n support for Network Fee Estimation Component din - Both components use next-intl for internationalization - Cliey - Client component uses useTranslations hook - Server r - Server component uses getTr
|
@anonfedora is attempting to deploy a commit to the Emmanuel's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@anonfedora Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request: Frontend UX Enhancements
Closes #1215
Closes #1217
Closes #1216
Closes #1214
Summary
This PR implements four major frontend UX enhancements for the Stellar Payment API, focusing on React Server Components migration, internationalization, interactive loading states, and bundle size optimization.
Changes
#1215: Migrate Network Fee Estimation Component to React Server Components
#1217: Implement i18n support for Network Fee Estimation Component
next-intlfor internationalizationuseTranslationshook for dynamic translationsgetTranslationsfromnext-intl/serverfor SSR#1216: Enhance interactive loading states in Network Fee Estimation Component
animate-spinfor visual feedbackanimate-pulsefor better loading state UX#1214: Optimize client-side bundle size for Fiat Onramp Integration Interface
framer-motion(AnimatePresence and MotionDiv) for code splittingreact-loading-skeleton(~5KB) with custom lightweight Skeleton componentAdditional Changes
@vitest/uidependency conflict (updated from^3.2.6to^4.1.5)Files Added
Files Modified
Testing
Migration Notes
The new components are ready for integration into the main application. To use them: