MarkNerdi996
MarkNerdi996
## Summary This PR updates the logic how we previously calculated activities for native token minting by using the foundry output and calculating the asset id ## Changelog ``` -...
### Task description We want to be able to filter activities by various conditions. So we need to add a filter menu to the activity pane. ### Requirements - [x]...
Now that we have `iota.js`, we can remove our copies of its classes and use those from the library - [ ] converter.js - [ ] base64.js - [ ]...
## Summary Now a log file per session is created in the `packages/desktop/log` folder. ## Changelog ``` - log-files per session - log folder ``` ## Relevant Issues Closes #4548...
I think we need some spacing when one is selected because it feels a little squished Another suggestion is instead of having long month name for dates we display them...
## Summary currently we check if txA is async and txB has txA as an input, we say txB is the claiming tx of txA. `if (txA === ASYNC &&...
https://discord.com/channels/397872799483428865/998627792717627443/1022423205828366396
## Summary By using `svelte-qrcode` the qr code gets generated as a blog instead of rendered as dom elements. ## Changelog ``` - use `svelte-qrcode` for qr code generation ```...