Adam Spiers

Results 454 issues of 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...

enhancement

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.

enhancement

Bard suggests: ```ts useEffect(() => { const handleKeyDown = (event) => { if (event.ctrlKey && event.key === 's') { yourCallbackFunction(); } }; window.addEventListener('keydown', handleKeyDown); return () => window.removeEventListener('keydown', handleKeyDown); //...

enhancement

Get rid of the `src/pages` stuff.

enhancement
tech debt

It should provide a choice between sensible display styles, and hide the custom formatting and associated help in an accordion section.

enhancement
UX

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...

enhancement

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,...

enhancement

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.

enhancement
non-address labelling

Address labelling is just the starting point. We can also label many other things, including transactions.

enhancement
non-address labelling

Address labelling is just the starting point. We can also label many other things, including OZ access roles

enhancement
non-address labelling