synor/apps
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
..
api-gateway feat(api): add public API gateway with rate limiting 2026-01-10 06:19:08 +05:30
cli style: apply cargo fmt formatting 2026-02-02 05:58:22 +05:30
desktop-wallet feat(wallet): add comprehensive desktop wallet features 2026-02-02 11:35:21 +05:30
explorer style: apply cargo fmt formatting 2026-02-02 05:58:22 +05:30
explorer-web feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
faucet fix: faucet health check uses JSON-RPC instead of REST 2026-02-02 02:31:14 +05:30
hardhat-plugin feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
synord fix: resolve clippy warnings for Rust 1.93 2026-02-02 06:18:16 +05:30
web feat(web-wallet): add multi-language support (i18n) 2026-01-10 06:12:10 +05:30
website feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30