Skip to content

Commit

Permalink
Merge pull request #1530 from rodekruis/fix.email-design
Browse files Browse the repository at this point in the history
fix: email design changes
  • Loading branch information
gulfaraz authored Jul 26, 2024
2 parents 6379a35 + f1e9aba commit 8a8f68f
Show file tree
Hide file tree
Showing 31 changed files with 309 additions and 330 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Feature: View and use chat section
When the user views the 2nd speech bubble
Then if NON-TRIGGERED it mentions there are 'no triggers'
And if TRIGGERED it mentions there is a trigger
And if EVENT-WITHOUT-TRIGGER it mentions an activated event below threshold ('typhoon' only)
And if EVENT-WITHOUT-TRIGGER it mentions an activated event below trigger threshold ('typhoon' only)
And it mentions when the event this trigger belongs to first started
And it mentions for when the trigger is expected
And it mentions the name of the event if applicable ('typhoon' only)
Expand Down
12 changes: 8 additions & 4 deletions interfaces/IBF-dashboard/.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries

# For the full list of supported browsers by the Angular framework, please see:
# https://angular.dev/reference/versions#browser-support

# You can see what browsers were selected by your queries by running:
# npx browserslist

> 0.5%
last 2 versions
last 2 Chrome versions
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
4 changes: 2 additions & 2 deletions interfaces/IBF-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"prestart": "npm install --no-audit --no-fund",
"serve:static": "cp www/index.html www/404.html && npx http-server www/ -c-1 --gzip",
"set-env-variables": "node ./_set-env-variabes.js",
"start": "ng serve --port=4200",
"start:no-install": "ng serve --port=4200",
"start": "ng serve",
"start:no-install": "ng serve",
"start:prod": "npm run build:prod && npm run serve:static",
"test:dev": "ng test",
"test": "npm run test:dev -- --no-watch --browsers=ChromeHeadless",
Expand Down
4 changes: 2 additions & 2 deletions interfaces/IBF-dashboard/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"header": "Stop {{alertLabel}}",
"message": "Are you sure? You are about to stop the {{alertLabel}} in <strong>{{ placeCodeName }}</strong>.<br><br>In case of a new event, the area will be triggered again by the IBF-Portal. But within the current event - even if predictions worsen - the trigger for this area will remain stopped. {{disasterSpecificText}}",
"disaster-specific": {
"floods": "(An event closes when the forecast stays below threshold for 7 days.)"
"floods": "(An event closes when the forecast stays below trigger threshold for 7 days.)"
},
"confirm": "Yes, stop {{alertLabel}}",
"cancel": "No, keep {{alertLabel}}",
Expand All @@ -114,7 +114,7 @@
"header": "Stop Alert",
"message": "Are you sure? You are about to stop the alert in <strong>{{ placeCodeName }}</strong>.<br><br>In case of a new event, a new alert for the area will be given by the IBF-Portal. But within the current event - even if predictions worsen - the alert for this area will remain stopped. {{disasterSpecificText}}",
"disaster-specific": {
"heavy-rain": "(An event closes when the forecast stays below threshold for 7 days.)"
"heavy-rain": "(An event closes when the forecast stays below trigger threshold for 7 days.)"
},
"confirm": "Yes, stop alert",
"cancel": "No, keep alert",
Expand Down
Loading

0 comments on commit 8a8f68f

Please sign in to comment.