Skip to content

Commit

Permalink
fix: is active
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Dec 23, 2021
1 parent a80a983 commit 84a57e4
Show file tree
Hide file tree
Showing 27 changed files with 402 additions and 315 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6.22.2
- name: Install dependencies
id: install_code
run: pnpm i
- name: Lint
id: docker_build_master
uses: docker/build-push-action@v2
with:
push: true
tags: riderx/lemverse:latest
- name: Image digest
run: echo ${{ steps.prepare.outputs.tag }}
id: lint_code
run:
- pnpm lint:markup
- pnpm lint:script
- name: Build
id: build_code
run:
- pnpm run build


10 changes: 10 additions & 0 deletions android/.idea/misc.xml

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

4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="@string/custom_url_scheme" />
</intent-filter>

</activity>
Expand Down
6 changes: 3 additions & 3 deletions android/app/src/main/assets/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Mimesis" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<script type="module" crossorigin src="/assets/index.9ccd3585.js"></script>
<link rel="modulepreload" href="/assets/vendor.af20d7fa.js">
<link rel="stylesheet" href="/assets/index.0e754974.css">
<script type="module" crossorigin src="/assets/index.360b963e.js"></script>
<link rel="modulepreload" href="/assets/vendor.284e5751.js">
<link rel="stylesheet" href="/assets/index.2badd4ef.css">
</head>

<body>
Expand Down
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
<color name="ic_launcher_background">#e67f3c</color>
</resources>
26 changes: 13 additions & 13 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@[email protected].1_@[email protected].1/node_modules/@capacitor/android/capacitor')
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@[email protected].3_@[email protected].3/node_modules/@capacitor/android/capacitor')

include ':capacitor-community-keep-awake'
project(':capacitor-community-keep-awake').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor-community/keep-awake/android')
project(':capacitor-community-keep-awake').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor-community/keep-awake/android')

include ':capacitor-app'
project(':capacitor-app').projectDir = new File('../node_modules/.pnpm/@[email protected].6_@[email protected].1/node_modules/@capacitor/app/android')
project(':capacitor-app').projectDir = new File('../node_modules/.pnpm/@[email protected].7_@[email protected].3/node_modules/@capacitor/app/android')

include ':capacitor-device'
project(':capacitor-device').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/device/android')
project(':capacitor-device').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/device/android')

include ':capacitor-haptics'
project(':capacitor-haptics').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/haptics/android')
project(':capacitor-haptics').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/haptics/android')

include ':capacitor-keyboard'
project(':capacitor-keyboard').projectDir = new File('../node_modules/.pnpm/@capacitor+keyboard@1.1.3_@[email protected].1/node_modules/@capacitor/keyboard/android')
project(':capacitor-keyboard').projectDir = new File('../node_modules/.pnpm/@capacitor+keyboard@1.2.0_@[email protected].3/node_modules/@capacitor/keyboard/android')

include ':capacitor-splash-screen'
project(':capacitor-splash-screen').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/splash-screen/android')
project(':capacitor-splash-screen').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/splash-screen/android')

include ':capacitor-status-bar'
project(':capacitor-status-bar').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/status-bar/android')
project(':capacitor-status-bar').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/status-bar/android')

include ':capacitor-storage'
project(':capacitor-storage').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/storage/android')
project(':capacitor-storage').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/storage/android')

include ':capacitor-crisp'
project(':capacitor-crisp').projectDir = new File('../node_modules/.pnpm/[email protected]_@[email protected].1/node_modules/capacitor-crisp/android')
project(':capacitor-crisp').projectDir = new File('../node_modules/.pnpm/[email protected]_@[email protected].3/node_modules/capacitor-crisp/android')

include ':capacitor-native-audio'
project(':capacitor-native-audio').projectDir = new File('../node_modules/.pnpm/[email protected]_@[email protected].1/node_modules/capacitor-native-audio/android')
project(':capacitor-native-audio').projectDir = new File('../node_modules/.pnpm/[email protected]_@[email protected].3/node_modules/capacitor-native-audio/android')

include ':capacitor-rate-app'
project(':capacitor-rate-app').projectDir = new File('../node_modules/.pnpm/[email protected]_@[email protected].1/node_modules/capacitor-rate-app/android')
project(':capacitor-rate-app').projectDir = new File('../node_modules/.pnpm/[email protected]_@[email protected].3/node_modules/capacitor-rate-app/android')

include ':capacitor-updater'
project(':capacitor-updater').projectDir = new File('../node_modules/.pnpm/[email protected].16_@[email protected].1/node_modules/capacitor-updater/android')
project(':capacitor-updater').projectDir = new File('../node_modules/.pnpm/[email protected].20_@[email protected].3/node_modules/capacitor-updater/android')
28 changes: 14 additions & 14 deletions ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ use_frameworks!
install! 'cocoapods', :disable_input_output_paths => true

def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/.pnpm/@[email protected].1_@[email protected].1/node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/.pnpm/@[email protected].1_@[email protected].1/node_modules/@capacitor/ios'
pod 'CapacitorCommunityKeepAwake', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor-community/keep-awake'
pod 'CapacitorApp', :path => '../../node_modules/.pnpm/@[email protected].6_@[email protected].1/node_modules/@capacitor/app'
pod 'CapacitorDevice', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/device'
pod 'CapacitorHaptics', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/haptics'
pod 'CapacitorKeyboard', :path => '../../node_modules/.pnpm/@capacitor+keyboard@1.1.3_@[email protected].1/node_modules/@capacitor/keyboard'
pod 'CapacitorSplashScreen', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/splash-screen'
pod 'CapacitorStatusBar', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/status-bar'
pod 'CapacitorStorage', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].1/node_modules/@capacitor/storage'
pod 'CapacitorCrisp', :path => '../../node_modules/.pnpm/[email protected]_@[email protected].1/node_modules/capacitor-crisp'
pod 'CapacitorNativeAudio', :path => '../../node_modules/.pnpm/[email protected]_@[email protected].1/node_modules/capacitor-native-audio'
pod 'CapacitorRateApp', :path => '../../node_modules/.pnpm/[email protected]_@[email protected].1/node_modules/capacitor-rate-app'
pod 'CapacitorUpdater', :path => '../../node_modules/.pnpm/[email protected].16_@[email protected].1/node_modules/capacitor-updater'
pod 'Capacitor', :path => '../../node_modules/.pnpm/@[email protected].3_@[email protected].3/node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/.pnpm/@[email protected].3_@[email protected].3/node_modules/@capacitor/ios'
pod 'CapacitorCommunityKeepAwake', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor-community/keep-awake'
pod 'CapacitorApp', :path => '../../node_modules/.pnpm/@[email protected].7_@[email protected].3/node_modules/@capacitor/app'
pod 'CapacitorDevice', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/device'
pod 'CapacitorHaptics', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/haptics'
pod 'CapacitorKeyboard', :path => '../../node_modules/.pnpm/@capacitor+keyboard@1.2.0_@[email protected].3/node_modules/@capacitor/keyboard'
pod 'CapacitorSplashScreen', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/splash-screen'
pod 'CapacitorStatusBar', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/status-bar'
pod 'CapacitorStorage', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected].3/node_modules/@capacitor/storage'
pod 'CapacitorCrisp', :path => '../../node_modules/.pnpm/[email protected]_@[email protected].3/node_modules/capacitor-crisp'
pod 'CapacitorNativeAudio', :path => '../../node_modules/.pnpm/[email protected]_@[email protected].3/node_modules/capacitor-native-audio'
pod 'CapacitorRateApp', :path => '../../node_modules/.pnpm/[email protected]_@[email protected].3/node_modules/capacitor-rate-app'
pod 'CapacitorUpdater', :path => '../../node_modules/.pnpm/[email protected].20_@[email protected].3/node_modules/capacitor-updater'
pod 'CordovaPluginsStatic', :path => '../capacitor-cordova-ios-plugins'
end

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prepare": "husky install",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && cap copy",
"resources": "cordova-res --skip-config --copy",
"resources": "cordova-res --skip-config --copy --icon-background-source '#e67f3c'",
"sync": "cap sync",
"serve": "vite preview",
"test": "jest src",
Expand All @@ -17,48 +17,48 @@
},
"dependencies": {
"@capacitor-community/keep-awake": "^2.1.0",
"@capacitor/app": "^1.0.6",
"@capacitor/core": "^3.3.1",
"@capacitor/app": "^1.0.7",
"@capacitor/core": "^3.3.3",
"@capacitor/device": "1.0.6",
"@capacitor/haptics": "1.1.3",
"@capacitor/keyboard": "1.1.3",
"@capacitor/keyboard": "1.2.0",
"@capacitor/splash-screen": "1.1.6",
"@capacitor/status-bar": "1.0.6",
"@capacitor/storage": "1.2.3",
"@headlessui/vue": "1.4.2",
"@heroicons/vue": "1.0.5",
"@ionic-native/core": "^5.36.0",
"@ionic-native/purchases": "^5.36.0",
"@ionic/vue": "^6.0.0-rc.2",
"@ionic/vue-router": "^6.0.0-rc.2",
"@ionic/vue": "^6.0.1",
"@ionic/vue-router": "^6.0.1",
"canvas-confetti": "^1.4.0",
"capacitor-crisp": "^1.0.14",
"capacitor-native-audio": "^3.0.2",
"capacitor-rate-app": "^2.0.0",
"capacitor-updater": "^1.0.16",
"capacitor-updater": "^1.0.20",
"cordova-annotated-plugin-android": "^1.0.4",
"cordova-plugin-purchases": "^2.4.0",
"faker": "git+https://github.com/riderx/faker.js.git",
"firebase": "^8.9.1",
"pinia": "2.0.3",
"pinia": "2.0.6",
"tslib": "^2.3.1",
"uuid": "^8.3.2",
"vue": "^3.2.21",
"vue": "^3.2.26",
"vue-i18n": "^9.1.7",
"vue-router": "4.0.12",
"vue-timer-hook": "^0.0.21",
"windicss": "^3.2.1"
"windicss": "^3.3.0"
},
"devDependencies": {
"@capacitor/android": "^3.3.1",
"@capacitor/cli": "^3.3.1",
"@capacitor/ios": "^3.3.1",
"@capacitor/android": "^3.3.3",
"@capacitor/cli": "^3.3.3",
"@capacitor/ios": "^3.3.3",
"@types/canvas-confetti": "^1.4.2",
"@types/jest": "^27.0.2",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"@vitejs/plugin-vue": "^1.10.0",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "9.0.1",
"@vue/test-utils": "^2.0.0-rc.12",
Expand All @@ -76,10 +76,10 @@
"ts-jest": "^27.0.5",
"ts-node": "10.4.0",
"typescript": "^4.4.3",
"vite": "^2.6.2",
"vite-plugin-windicss": "^1.5.1",
"vite": "^2.7.2",
"vite-plugin-windicss": "^1.5.4",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "0.29.5"
"vue-tsc": "0.29.8"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 84a57e4

Please sign in to comment.