You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asset prices and timestamps are currently hardcoded to USD ($) and US date formats (MM/DD/YYYY). We need to respect the user's browser locale for proper internationalization.
Acceptance Criteria:
Replace hardcoded currency symbols with Intl.NumberFormat for fiat equivalencies.
Use Intl.DateTimeFormat (or date-fns) to format order execution timestamps based on the user's locale.
Ensure formatting handles fallback gracefully if the locale is unrecognized.
Asset prices and timestamps are currently hardcoded to USD ($) and US date formats (MM/DD/YYYY). We need to respect the user's browser locale for proper internationalization.
Acceptance Criteria:
Intl.NumberFormatfor fiat equivalencies.Intl.DateTimeFormat(ordate-fns) to format order execution timestamps based on the user's locale.