• Joined on 2026-01-18
davide pushed to main at davide/PalladiumWallet 2026-06-12 16:16:59 +02:00
b00c5821f2 refactor(app): clear status bar during wizard steps
davide pushed to main at davide/PalladiumWallet 2026-06-12 16:06:51 +02:00
658fcdbced docs: update CLAUDE.md and README for multi-head architecture and .NET 10
e94eaf7700 refactor(arch): split App into shared library + Desktop + Android heads
Compare 2 commits »
davide pushed to main at davide/PalladiumWallet 2026-06-12 14:37:08 +02:00
a9ded6497a chore: add MIT license (copyright 2026 Davide Grilli)
46aca513b8 docs: add README with project overview and quickstart
6c01d7e6bd docs(claude): add CLAUDE.md with codebase guidance for AI tooling
3cffba6e98 chore(git): track CLAUDE.md and blueprint.md
865daa137d feat(app): version in window title and Help overlay
Compare 5 commits »
davide pushed to main at davide/PalladiumWallet 2026-06-12 11:49:39 +02:00
4735490759 feat(app): transaction detail overlay with full on-chain data
4c7e8696cb feat(app): copy-to-clipboard button for receive address
7727dbfddc feat(app): replace placeholder icon with Palladium Wallet logo
Compare 3 commits »
davide pushed to main at davide/PalladiumWallet 2026-06-12 10:23:24 +02:00
58b86ad1af feat(app): QR code for receive address
7f2759b2fc feat(app): multi-wallet chooser, confirm-password, encrypt toggle
a8a97f09b7 feat(app): connect to server before wallet open, status in bottom bar
f3bf4cf94a feat(app): first-run data location wizard step
87e1c82610 feat(app): connection status indicator opens server settings on tap
Compare 8 commits »
davide pushed to main at davide/PalladiumWallet 2026-06-11 21:40:05 +02:00
fe320584eb feat(app): navbar restructure, contacts tab and address info window
6fe31964e1 feat(storage): add contacts list to WalletDocument
Compare 2 commits »
davide pushed to main at davide/PalladiumWallet 2026-06-11 18:46:04 +02:00
8ab8bbd8b3 feat(storage): XDG-compliant paths and default language English
71a604c8a5 feat(i18n): add ES, FR, PT, DE languages and fix live switching
Compare 2 commits »
davide opened issue davide/PalladiumWallet#1 2026-06-11 18:26:09 +02:00
Funzioni base
davide pushed to main at davide/PalladiumWallet 2026-06-11 16:24:57 +02:00
75583f7a69 feat(app): settings menu with language and display unit
e8777fb458 feat(app): step-by-step setup wizard instead of single-form panel
73a2d5356d feat(spv): Electrum-style continuous updates with incremental parallel sync
Compare 3 commits »
davide pushed to data-dev at davide/PalladiumWallet 2026-06-11 16:24:36 +02:00
e3570da3f4 Add CLAUDE.md and blueprint.md (for development)
75583f7a69 feat(app): settings menu with language and display unit
e8777fb458 feat(app): step-by-step setup wizard instead of single-form panel
73a2d5356d feat(spv): Electrum-style continuous updates with incremental parallel sync
Compare 4 commits »
davide created branch data-dev in davide/PalladiumWallet 2026-06-11 16:24:36 +02:00
davide pushed to main at davide/PalladiumWallet 2026-06-11 11:34:47 +02:00
ece634f42e feat(wallet): show pending mempool balance and exclude unconfirmed UTXOs from spending
af10482e54 feat(cli): servers command, info --addresses, registry fallback for --server
46d8c19784 feat(app): server selector, peer discovery, address view, menu bar, keep-alive
08217e5306 feat(spv): per-address balance and tx count in sync result
1c2dacc27c feat(net): server registry, bootstrap servers, peer discovery
Compare 10 commits »
davide created branch main in davide/PalladiumWallet 2026-06-11 11:34:46 +02:00
davide created repository davide/PalladiumWallet 2026-06-11 11:31:48 +02:00
davide pushed to main at davide/gioco-mobile 2026-06-10 00:12:56 +02:00
a3c0892fea docs: update READMEs for new features
48e618d543 client: nav mission badge + CSS for map, missions, market, dashboard
6abd115c81 client: market trend tags + leaderboard live updates via Socket.IO
18de7fda21 client: dashboard — active missions widget and quicklinks
bdee84244f client: missions screen — narrative, chips, chance bar, loot, abandon
Compare 10 commits »
davide pushed to main at davide/gioco-mobile 2026-06-09 23:44:38 +02:00
0f91ace43e client: screens and app routing
95864ce392 client: realtime socket and shared UI components
9e65fe5a3c client: auth context and API layer
ad02b274d2 client: project config and bootstrap
0cd396ac1d server: Socket.IO realtime layer
Compare 10 commits »
davide created branch main in davide/gioco-mobile 2026-06-09 23:44:38 +02:00
davide created repository davide/gioco-mobile 2026-06-09 23:44:21 +02:00
davide pushed to main at davide/appetito 2026-06-07 21:07:50 +02:00
3bdbcb29de docs: update .env.example to reflect all required env vars
78751f2c6d config: remove hardcoded defaults, add nvidia_enable_thinking setting
Compare 2 commits »
davide pushed to main at davide/appetito 2026-06-07 00:09:15 +02:00
f1f9be5ded add client: React + Vite + Capacitor prototype
3d330655a6 add server: FastAPI + Docker
d5205ff8b6 Initial commit