721 Commits

Author SHA1 Message Date
12b8c100c9 refactor(main): remove obsolete database initialization and streamline comments for improved clarity in bootstrap function 2025-12-02 00:37:16 +01:00
7c6f5c8739 refactor(utils): remove unnecessary console logs to enhance code clarity in emoji display function 2025-12-02 00:36:07 +01:00
50903c7e39 refactor(service): standardize import statements and improve code organization by relocating BackUp type import 2025-12-02 00:25:48 +01:00
da76c1ac3e refactor(iframe-controller): enhance async handling, improve error checks, and remove unnecessary comments for better code clarity 2025-12-02 00:25:41 +01:00
23fe47f69f refactor(sp-address.utils): standardize import statements and improve string handling for better code consistency 2025-12-02 00:20:48 +01:00
a9976ca624 refactor(network.service): improve code clarity by removing commented-out lines, standardizing import statements, and adding polling mechanism for relay address retrieval 2025-12-02 00:20:39 +01:00
4f86b26890 refactor(process-list): streamline code by removing commented-out lines, optimizing async calls, and enhancing readability in ProcessListPage component 2025-12-02 00:11:06 +01:00
662f3820d5 refactor(architecture): implement multi-worker architecture by introducing core and network workers, enhancing service communication, and removing obsolete websocket service 2025-12-02 00:10:54 +01:00
8fdd756d86 feat(dependencies): add comlink library to package.json for improved worker communication 2025-12-02 00:10:21 +01:00
f7b9129401 feat(services): add wallet and process services to the Services class and comment out pairing confirmation logic 2025-11-28 10:44:28 +01:00
09b1c29788 refactor(services): remove commented-out code and improve code clarity in iframe-controller, storage, and wallet services 2025-11-28 10:44:17 +01:00
96ee5b03e6 refactor(iframe-controller): standardize import statements, enhance logging, and improve error handling in IframeController service 2025-11-28 00:13:51 +01:00
8a87fe38c5 refactor(data.worker): optimize database access in service worker by implementing direct IndexedDB functions and enhancing message handling 2025-11-28 00:13:42 +01:00
bbbca27009 refactor(token): streamline token management by implementing secret key caching and enhancing token generation methods 2025-11-28 00:13:30 +01:00
e1d220596e refactor(home, process): standardize import statements, enhance code readability, and improve error handling in Home and ProcessList components 2025-11-28 00:13:14 +01:00
d45cf7c530 refactor(database): remove obsolete database.worker.js and update database service to utilize Web Worker for IndexedDB operations 2025-11-27 23:20:53 +01:00
90376e364a fix(crypto): cast uint8Array to any in hexToBlob method to resolve TypeScript type issues 2025-11-26 13:17:06 +01:00
0970d1b0da refactor(utils): remove unused copyToClipboard and generateQRCode functions from sp-address.utils.ts 2025-11-26 13:16:58 +01:00
6f508b4b8b feat(vite): add allowedHosts configuration for server access 2025-11-26 13:16:49 +01:00
584735ca02 refactor: remove Prettier; update project metadata, package dependencies, and improve index.html; added author and contributors name 2025-11-26 13:16:33 +01:00
4aa4079ec8 Update README.md to reflect new project structure, installation instructions, and key features for the 4NK Client SDK 2025-11-26 12:52:49 +01:00
04996ceaa5 refactor(core): découpage du service principal en modules métier et centralisation de la configuration globale 2025-11-26 12:40:36 +01:00
3eeef3fc9a refactor: remove unused modal components and related files 2025-11-25 10:42:02 +01:00
d072eb0831 fix: resolve TypeScript strict mode errors in service.ts 2025-11-25 10:38:24 +01:00
225dd27c2c Improved websocket to ensure the reconnection 2025-11-25 09:58:14 +01:00
8512b90d36 Added withToken func to remove the duplicated code 2025-11-25 09:57:57 +01:00
740a29688d Updated vite & ts config 2025-11-25 00:20:33 +01:00
86b488b492 Deleted all the unused files, deadCode & refactoring all the app structure 2025-11-25 00:10:06 +01:00
592759a9b6 Delete secrets flag 2025-11-24 15:42:15 +01:00
95e7044e0a fix(service): Remplacer le polling des clés par un listener pour éviter une race condition 2025-11-15 12:08:32 +01:00
f610a1bfa6 Moved the handleUpdateProcess complexe logic in service 2025-11-15 11:52:44 +01:00
6137b99d56 remove the flag waiting to ensure the reconnexion from the iframe 2025-11-14 10:33:38 +01:00
08bc930675 Add a waiting of __PAIRING_READY flag in handleGetPairingId 2025-11-14 10:21:55 +01:00
2ab9bd2976 fix: Refactoring prepareAndSendPairingTx to ensure auto-pairing workflow 2025-11-14 09:35:18 +01:00
99e7793fbb Fix: Add __PAIRING_READY flag to make handleRequestLink await auto-pairing 2025-11-12 16:18:27 +01:00
8c827944a2 Improved the handleRequestLink function to ensure the iframe authentication 2025-11-12 16:17:25 +01:00
de7a55e7bc revert 3a61ffe7a670e9b7011d41e91b3c3ab864715a93
revert Automated the login with the iframe
2025-11-12 14:25:14 +00:00
bd0c40241f Added a forgotten , 2025-11-12 12:36:39 +01:00
c09fa6f2f8 Add beautiful loader step for the connexion with the iframe 2025-11-12 12:30:19 +01:00
3a61ffe7a6 Automated the login with the iframe 2025-11-12 12:26:17 +01:00
b473ddeefe Improved decrypAttribute func 2025-11-12 09:26:06 +01:00
6419e4e1c9 Fix: an used processId value was undefined 2025-11-10 13:04:08 +01:00
f75c87bd09 Deleted some logs with processId undefined 2025-11-10 13:01:39 +01:00
bd0e3b9114 Grouped the logs for decryptAttribute func 2025-11-07 19:54:49 +01:00
129b7cf32e Deleted an unused func 2025-11-07 19:53:21 +01:00
61c4c7c831 Removed the prdUpdate and approvechange while createProcess 2025-11-07 19:52:51 +01:00
8cc016c2a5 Adding secretsAreCompromised flag 2025-11-05 01:59:23 +01:00
af3503db86 Added blindbit location in nginx conf 2025-11-05 01:38:44 +01:00
26b5eaaf33 Delete unused file 2025-11-05 00:23:13 +01:00
bbb0c12506 Refactoring, upgrading & adding logs in router.ts 2025-11-04 23:04:03 +01:00