# ethui 0.2.0 - UI level-up **Published by:** [ethui](https://paragraph.com/@ethui/) **Published on:** 2023-06-01 **URL:** https://paragraph.com/@ethui/ethui-0-2-0-ui-level-up ## Content Gm. Around a week after the first public release, here’s a new batch of updates. This time, the focus is a significantly improved UI, but there are also some interesting updates regarding secure wallets. https://github.com/iron-wallet/iron/releases/tag/v0.2.1Address AliasesYou can now right-click any address and assign it an alias. This should greatly improve readability, and help you understand which accounts or contracts you’re interacting with. (#203) https://github.com/iron-wallet/video-demos/raw/main/0.2.0-alias.mp4?autoplay=true&loop=true&controls=trueCommand BarCtrl+K will likely be the main navigation tool within the app. Quick network & account switching is now a breeze. (#182, #207) https://github.com/iron-wallet/video-demos/raw/main/0.2.0-kbar.mp4?autoplay=true&loop=true&controls=trueSecure wallets (JSON Keystore)The initial release only supported a single wallet type: a plaintext mnemonic, meant purely for testing purposes and not fit for storing actual funds. Two steps were missing to enable asset security and confidence when interacting with mainnet: secure wallets, and an external indexer. This is the first step towards that. While JSON Keystores are not the most popular, they’re a solid foundation on the way to broader support. Having this means we now have first-class support for multiple types of wallets (essential for good abstractions), proper logic for handling wallet unlock through dialogs, and a lot of the foundations needed to properly store secrets in memory (more on this in a future, more technical, blog post). https://github.com/iron-wallet/video-demos/raw/main/0.2.0-json-keystore.mp4?autoplay=true&loop=true&controls=trueCopy to clipboardA small but effective detail. Clicking on various elements (addresses, ETH amounts, transaction hashes, …) will now copy its raw value to your clipboard.Viem & smaller bundleWe migrated from ethers.js to the newer viem.sh. This significantly reduces the UI’s bundle size of the UI build. (#204, #205).What’s nextHere are some of the main highlights of what we’re already working on:mainnet data indexing. initially through alchemy.com but other providers to come laterSupport for encrypted mnemonic walletsA proper logoAll updates will be done via Mirror and Github, so keep an eye out, and feel free to create issues if anything comes up! ## Publication Information - [ethui](https://paragraph.com/@ethui/): Publication homepage - [All Posts](https://paragraph.com/@ethui/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@ethui): Subscribe to updates - [Twitter](https://twitter.com/naps62): Follow on Twitter