From cb813a70506b8bb65cc468aff1fb717036df586b Mon Sep 17 00:00:00 2001 From: akanyan Date: Thu, 6 Mar 2025 21:40:14 +0000 Subject: [PATCH] feat: multi-profile progress --- rust/Cargo.toml | 2 +- rust/tauri.conf.json | 2 +- src/components/App.vue | 19 ++----- src/components/ModListEntry.vue | 18 ++++--- src/components/OptionList.vue | 13 ++++- src/components/ProfileList.vue | 87 +++++++++++++++++++++------------ 6 files changed, 86 insertions(+), 55 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d727527..15ec600 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -46,4 +46,4 @@ tauri-plugin-single-instance = { version = "2", features = ["deep-link"] } [target.'cfg(target_os = "windows")'.dependencies] winsafe = { version = "0.0.23", features = ["user"] } -displayz = "^0.2.0" \ No newline at end of file +displayz = "^0.2.0" diff --git a/rust/tauri.conf.json b/rust/tauri.conf.json index be47d01..3692fa9 100644 --- a/rust/tauri.conf.json +++ b/rust/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "STARTLINER", "version": "0.1.0", - "identifier": "moe.tendokyu.akanyan.startliner", + "identifier": "zip.patafour.startliner", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1420", diff --git a/src/components/App.vue b/src/components/App.vue index 69dd8df..a4bd778 100644 --- a/src/components/App.vue +++ b/src/components/App.vue @@ -73,31 +73,22 @@ onMounted(async () => { UNDER CONSTRUCTION
Some features are - missing.
Existing features are expected to break any - time. + missing.
Existing features are expected to break + sometimes.


-