• Joined on 2025-03-19
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 21:14:54 +00:00
d9125f52c6 Fix wallet keys not being recognized by SDK after restore
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 21:04:18 +00:00
f1beeca103 Fix wallet keys not being recognized by SDK after restore
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 20:59:03 +00:00
37fef26b8b Add automatic faucet request for new wallets
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 20:45:24 +00:00
edb850d586 Remove unused template files (dead code)
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 20:43:12 +00:00
ad32875179 Fix block-sync import error and simplify pairing interface
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 20:36:07 +00:00
2b9b9771e1 Remove forceWalletGeneration and create standardized page template
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 20:27:04 +00:00
2d02a20f99 Fix birthday reset to 0 when restoring wallet from credentials
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 20:17:22 +00:00
c78d1a5909 Add block scan progress display and fix pairing HTML structure
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 20:05:11 +00:00
e811b8275b Fix updateUserStatus call in static method getInstance
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 19:59:02 +00:00
72e7f9b920 Replace initializing service modal with status message
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 19:55:54 +00:00
43ba9fc35b Fix double initialization of birthday-setup page
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 19:45:11 +00:00
dff9eed76e Optimize block scanning and fix pairing page HTML
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 19:36:12 +00:00
1e531ac157 Add handshake connection to pairing process
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 19:32:26 +00:00
f732f775c2 Fix pairing page HTML layout and relay timeout issues
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 19:26:39 +00:00
f7c2f86d30 Fix pairing credentials restoration and wallet keys management
0fa1423b13 fix: adapt pairing page to work without Web Component
47e3166851 feat: create standalone pairing page like other setup pages
5a1826034e fix: redirect to app root instead of home.html for pairing page
Compare 4 commits »
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-29 16:14:44 +00:00
af78165aee feat: add auto-redirect to pairing after block sync and update button text
0d3163b5b2 fix: uniformize block-sync page style and redirect to pairing
0ea661b766 fix: improve memory management for WebAssembly initialization
43a5fadbc8 fix: reorder prerequisites check before Services initialization
1f9100e3fe refactor: remove commented interface in storage.service.ts
Compare 39 commits »
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-27 17:56:57 +00:00
057102300a Fix TypeScript errors and display issues
4042025e22 fix: add missing methods to StorageService and SecureCredentialsService
0b92af0905 fix: add missing methods validatePasswordStrength and deleteCredentials to SecureCredentialsService
Compare 3 commits »
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-26 01:56:24 +00:00
d010dac706 fix: correct imports of SecureCredentialsService in components and services
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-26 01:52:19 +00:00
42f6e9ed05 refactor: use centralized DATABASE_CONFIG for all store names in service.ts and wallet-setup.ts
Omar pushed to wip-pairing at 4nk/ihm_client 2025-10-26 01:50:18 +00:00
09b34f7e07 feat: implement wallet decryption in getDeviceFromDatabase for birthday-setup and all wallet loading