Results 175 comments of Friedger

I would like to get early feedback. This is in a state that works. To get a working app we would need connect support, wouldn't we?

Wallet-sdk PR is here: https://github.com/hirosystems/stacks.js/pull/1351

@kyranjamie thank you. I'll contact you for a date. @markmhx I try to get this updated as quickly as possible. 😁

@markmhx In order to get integration tests going we need support by connect: https://github.com/hirosystems/connect/pull/274

![image](https://user-images.githubusercontent.com/1449049/194152749-b2b85ee4-01a6-46e8-a8dd-c133bed354ce.png) Profile updating via test app works. Next: * fix missing properties in connect: https://github.com/hirosystems/connect/pull/277 * add proper integration tests with the help of @kyranjamie * define supported profile properties...

I have updated the screenshot in the description with the current design. This PR just needs a new release of connect (https://github.com/hirosystems/connect/pull/279) using stacks.js from https://github.com/hirosystems/stacks.js/pull/1381

Profile image is shown in addition to the plain data. For the image, it is `image[0].contentUrl`

@markmhx Looks good. How are array items separated from each other? Like two images.

`sameAs` is also an array. Between two arrays, there is only a `,`, not `],[`

I have replaced the screenshot in the PR description with the current state. Known issues: * The screenshot shows "requested by unknown app" due to an older version of connect....