Adam Spiers

Results 452 issues of Adam Spiers

The default placeholder text for empty address book sections was previously shortened when the intro tour was added: https://github.com/rolod0x/rolod0x/pull/455/commits/d6baf0184592c610471c7344e5142f51ce8b20c0#diff-ad1e24a297a3391100ff1ff8d85ff03ffba6a3368013e9d3f50a8552b0fa29ccR39 This was a mistake. The text area is now too small...

enhancement
easy
UX

After rolod0x is installed, any pre-existing tabs won't have the content script loaded, which means rolod0x won't work straight away. So we need to somehow prevent the user from getting...

bug

Ideally rolod0x would be able to detect and label addresses even when they're substrings within an HTML element surrounded by other text, e.g. ```html Your wallet address is 0x976EA74026E726554dB657fA54763abd0C3a0aa9 ```...

enhancement
non-address labelling
performance

In https://app.palmeradao.xyz/, it seems that `` elements are reused when switching between safes, so the content ends up like: [new address] This may be due to only replacing added nodes...

bug
performance

If we added a new settings section allowing the user to choose which chains they are interested in, this could be a single clean solution for both #524 and #525....

enhancement

In the same way we want navigation to https://app.safe.global/ frontend to be in the available lookup actions (see #524), it would also be nice to include an action for https://eternalsafe.eth.limo/...

enhancement

The URL generated needs to select the chain the safe is on, so unless there's a way around this we have three options: 1. wait until we have #23, but...

enhancement

Would be good to have a markdown file (as part of the dev guide) which describes the high-level architecture of rolod0x, in particular the parser, mapper, replacer, abbreviators etc. This...

documentation

If an address is needed for populating a form field, when that form field is focused, hitting the lookup hotkey currently loses focus and the user needs to refocus it...

enhancement
UX

If we implement https://github.com/rolod0x/rolod0x/issues/526 then the block explorer lookup actions could be populated automatically according to the user's selection of chains. See also #524.

enhancement