1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src
Thomas Heartman d3e7e67b91
Fix: use locale string for change request time badge. (#10651)
Uses the user's preferred date / time formatting for the scheduled at
time in CR schedule badges.

Before (en-US formatting):
<img width="291" height="58" alt="image"
src="https://github.com/user-attachments/assets/edb04292-4678-4bfd-93a1-8fd2a3f01a1f"
/>

After (ja formatting):
<img width="308" height="106" alt="image"
src="https://github.com/user-attachments/assets/9828355f-0c23-4b8f-bef3-a0173e92c306"
/>
2025-09-11 09:13:26 +02:00
..
__mocks__
assets feat: GitHub auth (#10406) 2025-07-24 15:25:25 +01:00
component Fix: use locale string for change request time badge. (#10651) 2025-09-11 09:13:26 +02:00
constants fix: date localizations for chart (#10581) 2025-09-01 09:29:45 +00:00
contexts
hooks refactor: centralize pagination options (#10636) 2025-09-09 14:00:55 +02:00
interfaces Add globalChangeRequestList flag to Unleash (#10645) 2025-09-10 11:11:10 +00:00
openapi feat: rename impact metrics fields to match prometheus and grafana (#10616) 2025-09-04 11:51:29 +02:00
themes Update chart colors to increase contrasts between the A series. (#10579) 2025-09-01 08:22:44 +02:00
types
utils refactor: centralize pagination options (#10636) 2025-09-09 14:00:55 +02:00
index.tsx
setupTests.ts
vite-env.d.ts