diff --git a/.browserslistrc b/.browserslistrc old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.eslintrc.json b/.eslintrc.json old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.vscode/extensions.json b/.vscode/extensions.json old mode 100644 new mode 100755 diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/RDFSAVE.txt b/RDFSAVE.txt new file mode 100755 index 0000000..47618d7 --- /dev/null +++ b/RDFSAVE.txt @@ -0,0 +1,20 @@ +Your Ionic app is ready! Follow these next steps: + +- Go to your new project: cd ./merms-panel +- Run ionic serve within the app directory to see your app in the browser +- Run ionic capacitor add to add a native iOS or Android project using Capacitor +- Generate your app icon and splash screens using cordova-res --skip-config --copy +- Explore the Ionic docs for components, tutorials, and more: https://ion.link/docs +- Building an enterprise app? Ionic has Enterprise Support and Features: https://ion.link/enterprise-edition +oluameye@Olus-MacBook-Pro-3 Projects % + +git init + +git add . + +git commit -m "first commit" + +git remote add origin https://gitlab.chiefsoft.net/MERMS/MermIonicPanel2025.git + +git push -u origin master + diff --git a/angular.json b/angular.json old mode 100644 new mode 100755 diff --git a/capacitor.config.ts b/capacitor.config.ts old mode 100644 new mode 100755 diff --git a/ionic.config.json b/ionic.config.json old mode 100644 new mode 100755 diff --git a/karma.conf.js b/karma.conf.js old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts old mode 100644 new mode 100755 diff --git a/src/app/app.component.html b/src/app/app.component.html old mode 100644 new mode 100755 diff --git a/src/app/app.component.scss b/src/app/app.component.scss old mode 100644 new mode 100755 diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts old mode 100644 new mode 100755 diff --git a/src/app/app.component.ts b/src/app/app.component.ts old mode 100644 new mode 100755 diff --git a/src/app/app.module.ts b/src/app/app.module.ts old mode 100644 new mode 100755 diff --git a/src/app/explore-container/explore-container.component.html b/src/app/explore-container/explore-container.component.html old mode 100644 new mode 100755 diff --git a/src/app/explore-container/explore-container.component.scss b/src/app/explore-container/explore-container.component.scss old mode 100644 new mode 100755 diff --git a/src/app/explore-container/explore-container.component.spec.ts b/src/app/explore-container/explore-container.component.spec.ts old mode 100644 new mode 100755 diff --git a/src/app/explore-container/explore-container.component.ts b/src/app/explore-container/explore-container.component.ts old mode 100644 new mode 100755 diff --git a/src/app/explore-container/explore-container.module.ts b/src/app/explore-container/explore-container.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tab1/tab1-routing.module.ts b/src/app/tab1/tab1-routing.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tab1/tab1.module.ts b/src/app/tab1/tab1.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tab1/tab1.page.html b/src/app/tab1/tab1.page.html old mode 100644 new mode 100755 diff --git a/src/app/tab1/tab1.page.scss b/src/app/tab1/tab1.page.scss old mode 100644 new mode 100755 diff --git a/src/app/tab1/tab1.page.spec.ts b/src/app/tab1/tab1.page.spec.ts old mode 100644 new mode 100755 diff --git a/src/app/tab1/tab1.page.ts b/src/app/tab1/tab1.page.ts old mode 100644 new mode 100755 diff --git a/src/app/tab2/tab2-routing.module.ts b/src/app/tab2/tab2-routing.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tab2/tab2.module.ts b/src/app/tab2/tab2.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tab2/tab2.page.html b/src/app/tab2/tab2.page.html old mode 100644 new mode 100755 diff --git a/src/app/tab2/tab2.page.scss b/src/app/tab2/tab2.page.scss old mode 100644 new mode 100755 diff --git a/src/app/tab2/tab2.page.spec.ts b/src/app/tab2/tab2.page.spec.ts old mode 100644 new mode 100755 diff --git a/src/app/tab2/tab2.page.ts b/src/app/tab2/tab2.page.ts old mode 100644 new mode 100755 diff --git a/src/app/tab3/tab3-routing.module.ts b/src/app/tab3/tab3-routing.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tab3/tab3.module.ts b/src/app/tab3/tab3.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tab3/tab3.page.html b/src/app/tab3/tab3.page.html old mode 100644 new mode 100755 diff --git a/src/app/tab3/tab3.page.scss b/src/app/tab3/tab3.page.scss old mode 100644 new mode 100755 diff --git a/src/app/tab3/tab3.page.spec.ts b/src/app/tab3/tab3.page.spec.ts old mode 100644 new mode 100755 diff --git a/src/app/tab3/tab3.page.ts b/src/app/tab3/tab3.page.ts old mode 100644 new mode 100755 diff --git a/src/app/tabs/tabs-routing.module.ts b/src/app/tabs/tabs-routing.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tabs/tabs.module.ts b/src/app/tabs/tabs.module.ts old mode 100644 new mode 100755 diff --git a/src/app/tabs/tabs.page.html b/src/app/tabs/tabs.page.html old mode 100644 new mode 100755 diff --git a/src/app/tabs/tabs.page.scss b/src/app/tabs/tabs.page.scss old mode 100644 new mode 100755 diff --git a/src/app/tabs/tabs.page.spec.ts b/src/app/tabs/tabs.page.spec.ts old mode 100644 new mode 100755 diff --git a/src/app/tabs/tabs.page.ts b/src/app/tabs/tabs.page.ts old mode 100644 new mode 100755 diff --git a/src/assets/icon/favicon.png b/src/assets/icon/favicon.png old mode 100644 new mode 100755 diff --git a/src/assets/shapes.svg b/src/assets/shapes.svg old mode 100644 new mode 100755 diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts old mode 100644 new mode 100755 diff --git a/src/environments/environment.ts b/src/environments/environment.ts old mode 100644 new mode 100755 diff --git a/src/global.scss b/src/global.scss old mode 100644 new mode 100755 diff --git a/src/index.html b/src/index.html old mode 100644 new mode 100755 diff --git a/src/main.ts b/src/main.ts old mode 100644 new mode 100755 diff --git a/src/polyfills.ts b/src/polyfills.ts old mode 100644 new mode 100755 diff --git a/src/test.ts b/src/test.ts old mode 100644 new mode 100755 diff --git a/src/theme/variables.scss b/src/theme/variables.scss old mode 100644 new mode 100755 diff --git a/src/zone-flags.ts b/src/zone-flags.ts old mode 100644 new mode 100755 diff --git a/tsconfig.app.json b/tsconfig.app.json old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755 diff --git a/tsconfig.spec.json b/tsconfig.spec.json old mode 100644 new mode 100755