Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal authored Apr 13, 2022
2 parents de5dbb7 + 8029190 commit d730c2c
Show file tree
Hide file tree
Showing 8 changed files with 126 additions and 124 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Code Climate](https://codeclimate.com/github/Aam-Digital/ndb-core/badges/gpa.svg)](https://codeclimate.com/github/Aam-Digital/ndb-core)
[![Test Coverage](https://api.codeclimate.com/v1/badges/4e4a7a6301064019b2c9/test_coverage)](https://codeclimate.com/github/Aam-Digital/ndb-core/test_coverage)
[![E2E Tests](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/2petka/master&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/2petka/runs)
[![Guides](https://img.shields.io/badge/Tutorial%20%26%20Guides-20-blue)](https://aam-digital.github.io/ndb-core/documentation/additional-documentation/overview.html)
[![Guides](https://img.shields.io/badge/Tutorial%20%26%20Guides-22-blue)](https://aam-digital.github.io/ndb-core/documentation/additional-documentation/overview.html)
[![Doc CoverageDocs](https://aam-digital.github.io/ndb-core/documentation/images/coverage-badge-documentation.svg)](https://aam-digital.github.io/ndb-core/documentation/modules.html)
[![Known Vulnerabilities](https://snyk.io/test/github/Aam-Digital/ndb-core/badge.svg)](https://snyk.io/test/github/Aam-Digital/ndb-core)

Expand Down
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@ngneat/until-destroy": "^8.1.4",
"@sentry/browser": "^6.18.2",
"@sentry/browser": "^6.19.1",
"angulartics2": "^10.1.0",
"crypto-js": "^4.1.1",
"deep-object-diff": "^1.1.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
</div>

<div
*ngIf="filterSelections.length > 0"
class="toggle-selection-section"
fxLayout="row wrap"
fxLayoutGap="10px"
Expand Down
6 changes: 3 additions & 3 deletions src/app/pwa-install/pwa-install.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
fxFlex
(click)="pwaInstallButtonClicked()"
>
<fa-icon icon="cloud-download-alt" class="nav-icon"></fa-icon>
<fa-icon icon="cloud-download-alt" class="standard-icon-with-text"></fa-icon>
<span i18n="PWA Install Button Label">Install App</span>
</button>

<ng-template #iOSInstallInstructions>
<ng-container i18n="PWA iOS Install Instractions - Line 1">
<ng-container i18n="PWA iOS Install Instructions - Line 1">
To install the app
</ng-container>
<button
Expand All @@ -23,7 +23,7 @@
</button>
<ol>
<li>
<ng-container i18n="PWA iOS Install Instriuctions - Line 2-1">
<ng-container i18n="PWA iOS Install Instructions - Line 2-1">
tap on
</ng-container>
<!-- TODO: Icon should be "arrow-up-from-square" as soon as FontAweseome v6 is available -->
Expand Down
Loading

0 comments on commit d730c2c

Please sign in to comment.