Skip to content

Commit

Permalink
Merge pull request #336 from e-picsa/fix/forecasts-menu-item
Browse files Browse the repository at this point in the history
fix: forecasts menu item
  • Loading branch information
chrismclarke authored Oct 15, 2024
2 parents c6e71e9 + 423fca7 commit e0f9c84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/picsa-apps/extension-app-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "io.picsa.extension"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3048000
versionName "3.48.0"
versionCode 3048001
versionName "3.48.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
6 changes: 6 additions & 0 deletions apps/picsa-apps/extension-app/src/app/components/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
</div>
</a>
}
<a mat-list-item routerLink="/resources/collection/weatherResources" (click)="drawer.close()">
<div style="display: flex; align-items: center">
<mat-icon style="margin-right: 8px">cloud</mat-icon>
<span>{{ 'Forecasts' | translate}}</span>
</div>
</a>
</mat-nav-list>
<picsa-configuration-summary style="margin-top: auto; padding: 4px" (click)="drawer.close()" />
<footer>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picsa-apps",
"version": "3.48.0",
"version": "3.48.1",
"license": "See LICENSE",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit e0f9c84

Please sign in to comment.