Great
Great
GTK Xfce Dark  GTK Xfce light 
Covered in this commits: CA's, Orderers, Peers, Channels, Chaincodes, SImple network tests
Updated the vagrantfile to follow the new method Vagrant uses to download boxes. Avoiding this error below: ``` An error occurred while downloading the remote file. The error message, if...
Testing out the binary version of reka Ran on the terminal : ``` reka web ``` Output: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...
Write tests for each tool
The idea of this issue is to simplify the fablo init generator in ``src/init/index.ts``, the content of [fablo-config-hlf2-1org-1chaincode.json](https://github.com/hyperledger-labs/fablo/blob/main/samples/fablo-config-hlf2-1org-1chaincode.json) should be hardcoded in [src/init/index.ts](https://github.com/hyperledger-labs/fablo/blob/main/src/init/index.ts) and we no longer need to copy...
The innerRef prop is deprecated in styled-components v5+ and react-router v6+. This causes ui to crash a bit after login Closes #5311 **What changed?** - Refactored Link component to use...
**Describe the bug** After logging in, the UI crashes with the following React error: This occurs because the codebase uses the deprecated `innerRef` prop (from older styled-components/react-router patterns) in the...