This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from subspace/alpha
Alpha first build
- Loading branch information
Showing
59 changed files
with
3,094 additions
and
1,101 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
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,43 +1,49 @@ | ||
{ | ||
"name": "subspace-desktop", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"private": true, | ||
"description": "Simple desktop app for Subspace farmers.", | ||
"author": "", | ||
"scripts": { | ||
"quasar": "quasar", | ||
"tauri": "tauri", | ||
"dev": "quasar dev& tauri dev&", | ||
"build": "quasar build --modern && tauri build -v" | ||
"dev": "quasar dev", | ||
"build": "quasar build -m pwa && tauri build -v" | ||
}, | ||
"dependencies": { | ||
"@quasar/extras": "^1.0.0", | ||
"@tauri-apps/api": "^1.0.0-beta.5", | ||
"@tsmx/human-readable": "^1.0.6", | ||
"apexcharts": "^3.27.3", | ||
"bcryptjs": "^2.4.3", | ||
"core-js": "^3.6.5", | ||
"quasar": "^2.0.0" | ||
"javascript-time-ago": "^2.3.8", | ||
"quasar": "^2.0.0", | ||
"vue3-apexcharts": "^1.4.1" | ||
}, | ||
"devDependencies": { | ||
"@quasar/app": "^3.0.0", | ||
"@tauri-apps/cli": "^1.0.0-beta.6", | ||
"@types/": "tsmx/human-readable", | ||
"@types/bcryptjs": "^2.4.2", | ||
"@types/node": "^16.3.3", | ||
"@types/vue": "^2.0.0", | ||
"pug": "^3.0.2", | ||
"pug-plain-loader": "^1.1.0", | ||
"vue-cli-plugin-tauri": "~1.0.0-beta.3" | ||
"strip-ansi": "=3.0.1", | ||
"typescript": "^4.3.5", | ||
"workbox-webpack-plugin": "^6.1.5" | ||
}, | ||
"browserslist": [ | ||
"last 10 Chrome versions", | ||
"last 10 Firefox versions", | ||
"last 4 Edge versions", | ||
"last 7 Safari versions", | ||
"last 8 Android versions", | ||
"last 8 ChromeAndroid versions", | ||
"last 8 FirefoxAndroid versions", | ||
"last 10 iOS versions", | ||
"last 5 Opera versions" | ||
"last 6 Edge versions", | ||
"last 7 Safari versions" | ||
], | ||
"engines": { | ||
"node": ">= 12.22.1", | ||
"npm": ">= 6.13.4", | ||
"yarn": ">= 1.21.1" | ||
}, | ||
"productName": "subspace" | ||
} | ||
} |
Binary file not shown.
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.
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.
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.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* | ||
* This file (which will be your service worker) | ||
* is picked up by the build system ONLY if | ||
* quasar.conf > pwa > workboxPluginMode is set to "InjectManifest" | ||
*/ | ||
|
||
import { precacheAndRoute } from 'workbox-precaching' | ||
|
||
// Use with precache injection | ||
precacheAndRoute(self.__WB_MANIFEST) |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* eslint-disable */ | ||
// THIS FEATURE-FLAG FILE IS AUTOGENERATED, | ||
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING | ||
import "quasar/dist/types/feature-flag"; | ||
|
||
declare module "quasar/dist/types/feature-flag" { | ||
interface QuasarFeatureFlags { | ||
pwa: true; | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import { register } from 'register-service-worker' | ||
|
||
// The ready(), registered(), cached(), updatefound() and updated() | ||
// events passes a ServiceWorkerRegistration instance in their arguments. | ||
// ServiceWorkerRegistration: https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration | ||
|
||
register(process.env.SERVICE_WORKER_FILE, { | ||
// The registrationOptions object will be passed as the second argument | ||
// to ServiceWorkerContainer.register() | ||
// https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerContainer/register#Parameter | ||
|
||
// registrationOptions: { scope: './' }, | ||
|
||
ready (/* registration */) { | ||
// console.log('Service worker is active.') | ||
}, | ||
|
||
registered (/* registration */) { | ||
// console.log('Service worker has been registered.') | ||
}, | ||
|
||
cached (/* registration */) { | ||
// console.log('Content has been cached for offline use.') | ||
}, | ||
|
||
updatefound (/* registration */) { | ||
// console.log('New content is downloading.') | ||
}, | ||
|
||
updated (/* registration */) { | ||
// console.log('New content is available; please refresh.') | ||
}, | ||
|
||
offline () { | ||
// console.log('No internet connection found. App is running in offline mode.') | ||
}, | ||
|
||
error (/* err */) { | ||
// console.error('Error during service worker registration:', err) | ||
} | ||
}) |
Oops, something went wrong.