synor/apps/desktop-wallet/src-tauri
Gulshan Yadav 81347ab15d feat(wallet): add comprehensive desktop wallet features
Add all-in-one desktop wallet with extensive feature set:

Infrastructure:
- Storage: IPFS-based decentralized file storage with upload/download
- Hosting: Domain registration and static site hosting
- Compute: GPU/CPU job marketplace for distributed computing
- Database: Multi-model database services (KV, Document, Vector, etc.)

Financial Features:
- Privacy: Confidential transactions with Pedersen commitments
- Bridge: Cross-chain transfers (Ethereum, Bitcoin, IBC/Cosmos)
- Governance: DAO proposals, voting, and delegation
- ZK-Rollup: L2 scaling with deposits, withdrawals, and transfers

UI/UX Improvements:
- Add ErrorBoundary component for graceful error handling
- Add LoadingStates components (spinners, skeletons, overlays)
- Add Animation components (FadeIn, SlideIn, CountUp, etc.)
- Update navigation with new feature sections

Testing:
- Add Playwright E2E smoke tests
- Test route accessibility and page rendering
- Verify build process and asset loading

Build:
- Fix TypeScript compilation errors
- Update Tauri plugin dependencies
- Successfully build macOS app bundle and DMG
2026-02-02 11:35:21 +05:30
..
gen/schemas feat(wallet): add OS keychain integration with biometric unlock 2026-01-11 17:31:21 +05:30
icons fix: wallet build failures - BigInt literal and icons 2026-02-02 02:42:59 +05:30
src feat(wallet): add comprehensive desktop wallet features 2026-02-02 11:35:21 +05:30
build.rs feat: Desktop wallet, gas estimator UI, and 30-day monitoring stack 2026-01-10 04:38:09 +05:30
Cargo.toml feat(desktop-wallet): add comprehensive wallet features 2026-02-02 09:57:55 +05:30
tauri.conf.json feat(desktop-wallet): add system tray and auto-updater 2026-01-10 06:55:44 +05:30