Skip to content

Commit

Permalink
Subscription Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri committed Nov 21, 2024
1 parent 6950658 commit bc34df6
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 91 deletions.
1 change: 1 addition & 0 deletions src/views/MySubscription/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface FrequencyOption {
export interface SubscriptionDetail {
id: string;
title: string;
// alertFilters: UserAlertSubscriptionFilterNestInputType!
country: string | undefined;
admin1: string | undefined;
urgency?: AlertInfoUrgencyEnum[] | undefined;
Expand Down
2 changes: 2 additions & 0 deletions src/views/NewSubscriptionModal/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"filterUrgencyPlaceholder": "All Urgency Types",
"filterSeverityPlaceholder": "All Severity Types",
"filterCertaintyPlaceholder": "All Certainty Types",
"filterCategoryPlaceholder": "All Category Types",
"filterCategoryLabel": "Category",
"filterCountriesLabel": "Country",
"filterAdmin1Label": "Admin1",
"filterUrgencyLabel": "Urgency Level",
Expand Down
Loading

0 comments on commit bc34df6

Please sign in to comment.