David de Kloet

Results 16 comments of David de Kloet

Can we perhaps use `Segment` and `SegmentButton`, like we use [here](https://github.com/dfinity/nns-dapp/blob/000bb175142aa1f095a886f0e545c4178d2a6919/frontend/src/lib/modals/accounts/CkBTCReceiveModal.svelte#L130) to switch between ckBTC and Bitcoin on the receive modal?

I think we should be careful about adding new design elements every time we add a new feature and try to reuse components as much as possible. Would be could...

I think it should be updated. That way we can see the file was up-to-date at that date. Otherwise it might look like a file is very stale while it's...

Maybe if none of the files have updates, we can not do any updates. But if any of the files have updates, we update all of them to the new...

It looks like transactions aren't being loaded during the e2e test. I guess it's getting the wrong index canister ID. Which probably means that here it now gets an index...

Actually, I forgot to bind the method to the object so I expect it won't work. I'll pause this until I can add a test that would have caught it.

If I remember correctly, I was not able to reproduce the issue solved by this import locally but investigated it based on CI runs. If we want to try this,...

Does it matter? It's marked as Draft already.

Applications can register themselves as handlers for certain protocols. So an application might register itself as handling the `icp` protocol and then if you click on a `icp:` link, it...

What happens if there's not enough space? Is it safe to do this before we add scrolling?