This commit is contained in:
Olusesan Ameye
2023-06-24 19:58:14 -04:00
12 changed files with 51 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
npm install @capacitor/assets --save-dev
npx capacitor-assets generate
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

+1
View File
@@ -41,6 +41,7 @@
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/language-service": "^14.0.0",
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "^5.0.0",
"@ionic/angular-toolkit": "^6.0.0",
"@types/jasmine": "~3.6.0",
+1 -1
View File
@@ -10,7 +10,7 @@ import {SessionDataProviderService} from "../../store/session-data-provider.serv
})
export class InboxPage implements OnInit {
tabs: any = 'chat';
tabs: any = 'tasks';
constructor(
private router: Router,
+1 -1
View File
@@ -41,7 +41,7 @@ getBlogData(){
username: string, password: string, sessionid: string
};
startLogin() {
this.username='ses66181+1@gmail.com';
this.username='ses66181+6018@gmail.com';
this.password='may12002';
if (this.username == null || this.username == '' || this.validateEmail(this.username) == false || this.password == null || this.password == '') {
this.showAlert('Invalid Login', 'Enter username(email) and password to login');
+46
View File
@@ -0,0 +1,46 @@
{
"icons": [
{
"src": "../../icons/icon-48.webp",
"type": "image/png",
"sizes": "48x48",
"purpose": "any maskable"
},
{
"src": "../../icons/icon-72.webp",
"type": "image/png",
"sizes": "72x72",
"purpose": "any maskable"
},
{
"src": "../../icons/icon-96.webp",
"type": "image/png",
"sizes": "96x96",
"purpose": "any maskable"
},
{
"src": "../../icons/icon-128.webp",
"type": "image/png",
"sizes": "128x128",
"purpose": "any maskable"
},
{
"src": "../../icons/icon-192.webp",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "../../icons/icon-256.webp",
"type": "image/png",
"sizes": "256x256",
"purpose": "any maskable"
},
{
"src": "../../icons/icon-512.webp",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
]
}