swarmcity / boardwalk-ts

Boardwalk implementation in TS
boardwalk-ts.vercel.app
MIT License
1 stars 0 forks source link

fix: initial profile sync #184

Closed filoozom closed 1 year ago

filoozom commented 1 year ago

Current state

The current version has issues for the initial profile sync:

1) It doesn't work when the user didn't select a profile picture 2) It asks for the password over and over again because of the profile picture cache

This solution is admittedly quite hacky, but given the demo, I won't be able to get something better out in time.

New state

When a new user is created, the profile is uploaded correctly and the password prompt only appears once. However, the profile (and thus profile picture) of the logged-in user isn't displayed correctly (only the fallback address is displayed) until the next refresh.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
boardwalk-ts ✅ Ready (Inspect) Visit Preview Oct 31, 2022 at 0:13AM (UTC)
github-actions[bot] commented 1 year ago

🐝 PR preview in Swarm

Preview URL: https://bah5acgzakz6nb3ioj7iibcof5zpvp6ajqtobxcoa4kusw6ch7e2y7iqc2rjq.bzz.link Swarm Hash: 567cd0ed0e4fd08089c5ee5f57f80984dc1b89c0e2a92b7847f9358fa202d453 Commit Hash: 58a230ccd3fba8f3f93dd3d078aa3dba46f0b5d8 Commit Message: fix: initial profile sync