-
Notifications
You must be signed in to change notification settings - Fork 121
fix(hub): add missing dalas icon #2838
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
Merge activity
|
Closes FRONT-710 ## Changes - Added Dallas, Texas, USA (`tr-d`) as a new region with the US flag emoji 🇺🇸 - Improved TypeScript type safety for region-related functions and objects: - Added `satisfies Record<string, IconProp | string>` to `REGION_ICON` - Added `satisfies Record<keyof typeof REGION_ICON, string>` to `REGION_LABEL` - Updated `getRegionKey` return type to `keyof typeof REGION_ICON` - Fixed type casting in `RegionIcon` component
Graphite Automations"Test" took an action on this PR • (08/04/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
Closes FRONT-710
Changes
tr-d
) as a new region with the US flag emoji 🇺🇸satisfies Record<string, IconProp | string>
toREGION_ICON
satisfies Record<keyof typeof REGION_ICON, string>
toREGION_LABEL
getRegionKey
return type tokeyof typeof REGION_ICON
RegionIcon
component