feat(desktop): modernize dark theme and update flow

This commit is contained in:
NimBold
2026-06-13 18:08:42 +03:30
parent ba37d78cba
commit 19e366089e
15 changed files with 489 additions and 203 deletions
+1 -1
View File
@@ -3928,7 +3928,7 @@ dependencies = [
[[package]]
name = "tauri-app"
version = "0.1.0"
version = "0.7.3"
dependencies = [
"hmac",
"keyring",
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "tauri-app"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
version = "0.7.3"
description = "A native download manager for fast, organized, segmented transfers"
authors = ["NimBold"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Firelink",
"version": "0.1.0",
"version": "0.7.3",
"identifier": "com.nimbold.firelink",
"build": {
"beforeDevCommand": "npm run dev",