MC Authentication + Account switching (#78)

* Popup, login

* Fix Lint

* Switch to UUID for avatars

* Fix issues

* Fixed logging out bug

* Update AccountsCard.vue

* Revert experiment

* Fix button clicking

* Addressed Changes
This commit is contained in:
Adrian O.V
2023-04-11 18:21:10 -04:00
committed by GitHub
parent ac6ad0ef2e
commit 06ace174e6
8 changed files with 262 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ theseus = { path = "../../theseus" }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2", features = ["protocol-asset"] }
tauri = { version = "1.2", features = ["protocol-asset", "window-close", "window-create"] }
tokio = { version = "1", features = ["full"] }
thiserror = "1.0"
tokio-stream = { version = "0.1", features = ["fs"] }

View File

@@ -16,6 +16,10 @@
"protocol": {
"asset": true,
"assetScope": ["$APPDATA/caches/icons/*"]
},
"window": {
"create": true,
"close": true
}
},
"bundle": {