-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4eb0c96
commit 9377e80
Showing
27 changed files
with
282 additions
and
197 deletions.
There are no files selected for viewing
Submodule backend
updated
30 files
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
src/views/MySubscription/SubscriptionDetail/AlertInfoItem/styles.module.css
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/views/MySubscription/SubscriptionDetail/styles.module.css
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
src/views/MySubscription/SubscriptionTableItem/styles.module.css
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"namespace": "SubscriptionActions", | ||
"strings": { | ||
"unarchiveSubscriptionActions": "Unarchive", | ||
"deleteSubscriptionActions": "Delete", | ||
"confirmationMessage": "Are you sure want to delete the subscription?" | ||
} | ||
} |
This file contains 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
File renamed without changes.
This file contains 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
4 changes: 4 additions & 0 deletions
4
src/views/MySubscriptions/SubscriptionDetail/AlertInfoItem/styles.module.css
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.alert-detail { | ||
border-radius: var(--go-ui-border-radius-lg); | ||
background-color: var(--go-ui-color-background); | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"namespace": "subscriptionDetail", | ||
"strings": { | ||
"subscriptionDetailTitle": "Subscription Detail", | ||
"subscriptionHeading": "Subscription", | ||
"filterStartDateFrom": "Start date from", | ||
"filterStartDateTo": "Start date To", | ||
"filterEmptyMessage": "Alerts not available!", | ||
"subscriptionCountry": "Country", | ||
"subscriptionAdmin1": "Admin1", | ||
"subscriptionUrgency": "Urgency", | ||
"subscriptionCertainty": "Certainty", | ||
"subscriptionSeverity": "Severity", | ||
"subscriptionCategory": "Category", | ||
"susbcriptionEmptyMessage": "No alerts to display!" | ||
} | ||
} |
Oops, something went wrong.