feat: app settings (#11)

Reviewed-on: https://git.reya.su/reya/signed/pulls/11
This commit was merged in pull request #11.
This commit is contained in:
2026-09-01 13:12:31 +00:00
parent 5c6ab88710
commit adbf49b6b7
20 changed files with 1465 additions and 63 deletions
Generated
+14 -1
View File
@@ -7764,6 +7764,18 @@ dependencies = [
"serde",
]
[[package]]
name = "settings"
version = "1.0.0"
dependencies = [
"anyhow",
"gpui",
"log",
"paths",
"serde",
"serde_json",
]
[[package]]
name = "sha1"
version = "0.10.7"
@@ -7874,6 +7886,7 @@ dependencies = [
"log",
"paths",
"reqwest_client",
"settings",
"signed_state",
"tracing",
"tracing-subscriber",
@@ -7927,7 +7940,6 @@ dependencies = [
"nostr",
"nostr-connect",
"nostr-sdk",
"paths",
"rustls",
"signed_core",
"signed_git",
@@ -10774,6 +10786,7 @@ dependencies = [
"log",
"nostr",
"paths",
"settings",
"signed_core",
"signed_git",
"signed_state",