Onboarding (#132)

* Initial onboarding

* Update OnboardingModal.vue

* Add finish

* Animation

* Automatic opening

* Move onboarding icon to outside of main appbar

* Run lint

* run fmt

* mostly finish

* Finish onboarding

* fix onboarding bug + linux build

* fix build again

* Add back window shadows

---------

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
Co-authored-by: Jai A <jai@modrinth.com>
This commit is contained in:
Adrian O.V
2023-06-20 22:03:59 -04:00
committed by GitHub
parent bd697a02f5
commit 8e5a0b8ae2
27 changed files with 635 additions and 248 deletions

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Modrinth App",
"version": "0.0.1"
"version": "0.2.0"
},
"tauri": {
"allowlist": {
@@ -40,6 +40,9 @@
},
"os": {
"all": true
},
"app": {
"all": true
}
},
"macOSPrivateApi": true,
@@ -72,7 +75,7 @@
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
"timestampUrl": "http://timestamp.digicert.com"
}
},
"security": {
@@ -92,7 +95,7 @@
"height": 650,
"resizable": true,
"title": "Modrinth App",
"width": 1140,
"width": 1280,
"minHeight": 630,
"minWidth": 1100
}