-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated packages, installed PrettierJS, created CustomToolbar component
- Loading branch information
1 parent
bf1aa73
commit d9369f4
Showing
31 changed files
with
21,954 additions
and
17,495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"appId": "earthbyte.gplates.edu", | ||
"appName": "GPlates In Schools", | ||
"webDir": "build", | ||
"bundledWebRuntime": false, | ||
"server": { | ||
"cleartext": true | ||
}, | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchShowDuration": 3000, | ||
"launchAutoHide": true, | ||
"backgroundColor": "#ffffffff", | ||
"androidSplashResourceName": "splash", | ||
"androidScaleType": "CENTER_CROP", | ||
"showSpinner": true, | ||
"androidSpinnerStyle": "large", | ||
"iosSpinnerStyle": "small", | ||
"spinnerColor": "#999999", | ||
"splashFullScreen": true, | ||
"splashImmersive": true, | ||
"layoutName": "launch_screen", | ||
"useDialog": false | ||
} | ||
} | ||
"appId": "earthbyte.gplates.edu", | ||
"appName": "GPlates In Schools", | ||
"webDir": "build", | ||
"bundledWebRuntime": false, | ||
"server": { | ||
"cleartext": true | ||
}, | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchShowDuration": 3000, | ||
"launchAutoHide": true, | ||
"backgroundColor": "#ffffffff", | ||
"androidSplashResourceName": "splash", | ||
"androidScaleType": "CENTER_CROP", | ||
"showSpinner": true, | ||
"androidSpinnerStyle": "large", | ||
"iosSpinnerStyle": "small", | ||
"spinnerColor": "#999999", | ||
"splashFullScreen": true, | ||
"splashImmersive": true, | ||
"layoutName": "launch_screen", | ||
"useDialog": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
[ | ||
{ | ||
"pkg": "@capacitor/app", | ||
"classpath": "com.capacitorjs.plugins.app.AppPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/browser", | ||
"classpath": "com.capacitorjs.plugins.browser.BrowserPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/haptics", | ||
"classpath": "com.capacitorjs.plugins.haptics.HapticsPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/keyboard", | ||
"classpath": "com.capacitorjs.plugins.keyboard.KeyboardPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/splash-screen", | ||
"classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/status-bar", | ||
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin" | ||
} | ||
{ | ||
"pkg": "@capacitor/app", | ||
"classpath": "com.capacitorjs.plugins.app.AppPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/browser", | ||
"classpath": "com.capacitorjs.plugins.browser.BrowserPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/haptics", | ||
"classpath": "com.capacitorjs.plugins.haptics.HapticsPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/keyboard", | ||
"classpath": "com.capacitorjs.plugins.keyboard.KeyboardPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/splash-screen", | ||
"classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/status-bar", | ||
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin" | ||
} | ||
] |
Oops, something went wrong.