braid-org / braid-spec

Working area for Braid extensions to HTTP
https://braid.org
233 stars 16 forks source link

Profile details not saved after signup #86

Closed balupton closed 3 years ago

balupton commented 3 years ago

Just created a new account on braid.news and then clicked my username, edit (thinking it will edit the page), and got a prompt with details (full name) that I previously filled in at signup now missing:

Screen Shot 2021-02-10 at 5 35 31 am
toomim commented 3 years ago

Haha. Yeah, that's funny. That's because it's using literally the same client code as https://invisible.college, but it doesn't actually implement full profiles on the server.

Anyway, I'm not going to fix this now because it's a minor feature, and are likely to revamp the website in a bigger way soon.

toomim commented 3 years ago

Oh, but if you want to work on it, the problem is because it's using the user account code from invisible.college/client/common.coffee. Just view the meta-source code for the site at braid.news/*. You'll need to reload twice before it works the first time. Welcome to the duct tape.