Adam Spiers
Adam Spiers
Currently the lookup dialog introduced in #132 for #18 only copies the address to the clipboard. After selecting an address, there should be an action menu where you can choose...
A similar approach to https://github.com/fregante/browser-extension-template#publishing can be used. Worth doing manually for initial launch to learn the ropes, but probably worth automating soon after launch.
Bard suggests: ```ts useEffect(() => { const handleKeyDown = (event) => { if (event.ctrlKey && event.key === 's') { yourCallbackFunction(); } }; window.addEventListener('keydown', handleKeyDown); return () => window.removeEventListener('keydown', handleKeyDown); //...
It should provide a choice between sensible display styles, and hide the custom formatting and associated help in an accordion section.
If there is a way to use (preferably closed) shadow DOMs to provide overlays instead of substituting existing text nodes, that would provide greater isolation than the current approach. However...
For example, going to a block explorer, and doing a contract read which returns a list of addresses within a single HTML text element will not trigger normal rolod0x translation,...
Address labelling is just the starting point. We can also label many other things, including DID credentials like the ones used by https://disco.xyz.
Address labelling is just the starting point. We can also label many other things, including transactions.
Address labelling is just the starting point. We can also label many other things, including OZ access roles