itsgoin/crates/tauri-app
Scott Reimers 75ce965b63 Multi-identity infrastructure: IdentityManager + Tauri AppState refactor
New identity.rs: IdentityManager manages per-identity data directories
under identities/{node_id_hex}/. Supports create, list, switch, delete,
import from key. Legacy flat layout auto-migrates on first launch.

Tauri AppState refactored from Arc<Node> to AppNode (Arc<RwLock<Arc<Node>>>)
+ AppIdentity (Arc<Mutex<IdentityManager>>). All 76 IPC commands updated
to get_node(&state).await pattern. Enables hot-swap identity switching.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 18:51:24 -04:00
..
capabilities Design doc audit: update badges, fix outdated descriptions, add CDN/replication docs 2026-03-21 00:20:47 -04:00
gen Design doc audit: update badges, fix outdated descriptions, add CDN/replication docs 2026-03-21 00:20:47 -04:00
icons ItsGoin v0.3.2 — Decentralized social media network 2026-03-15 20:23:09 -04:00
src Multi-identity infrastructure: IdentityManager + Tauri AppState refactor 2026-03-31 18:51:24 -04:00
build.rs ItsGoin v0.3.2 — Decentralized social media network 2026-03-15 20:23:09 -04:00
Cargo.toml v0.4.4: UI overhaul — sticky header, mobile nav, profiles/redundancy lightboxes 2026-03-23 00:56:27 -04:00
tauri.conf.json v0.4.4: UI overhaul — sticky header, mobile nav, profiles/redundancy lightboxes 2026-03-23 00:56:27 -04:00