refactor transaction details page items#1945
Conversation
e1060d7 to
fd2faf3
Compare
|
I need to add a screenshot here to make it easy to review |
831bbbd to
60f7ddf
Compare
|
Hey @claude do you spot any bugs or regression among these changes? |
|
Claude finished @ethicnology's task in 4m 39s —— View job Review: bugs & regressionsI focused on the 3 PR commits ( 🐛 1. LN swap address explorer link routes to the wrong network on Liquid wallets
final addressIsLiquid = swap.isChainSwap ? !isLiquid : false;
return addressIsLiquid
? locator<MempoolUrlBuilder>().liquidAddress(toAddress, ...)
: locator<MempoolUrlBuilder>().bitcoinAddress(toAddress, ...);For Fix idea: derive
|
|
Hey @basantagoswami we need your answers regarding claude suggestions |
3741fae to
016f317
Compare
|
@claude are you satisfied ? |
|
Claude finished @ethicnology's task in 1m 13s —— View job Not fully satisfied yet — 2 of my 3 earlier points still standI re-reviewed after the two new commits ( 🐛 1. LN swap address link still routes to the wrong network — NOT fixed
final addressIsLiquid = swap.isChainSwap ? !isLiquid : false;For final addressIsLiquid = swap.isChainSwap ? !isLiquid : isLiquid;
|
|
Closing this PR, working on the redesign of the screen and will raise another PR |
No description provided.