arj03 / ssb-browser-core

ssb-server in a browser
Other
50 stars 8 forks source link

Use ssb-social-index #16

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

This seems to actually be working now.

arj03 commented 3 years ago

You also need to remove the about-profile.js index plugin. It should not be used anymore. Also would be nice to test the ssb-suggest PR.

KyleMaas commented 3 years ago

ssb-suggest is now included. Doesn't work great, but it does work, as long as you make these changes to ssb-suggest:

https://github.com/ssbc/ssb-suggest/pull/9#issuecomment-767225097

The way it behaves looks like it's not actually able to get anything from ssb-suggest until it's connected to a server. It also skips the profile images, because those come in as blob IDs (I think) and I don't know how to convert those, synchronously, to something that v-select likes. So, yeah, it kinda works. But it does seem like a pretty big downgrade from the way it used to work.

arj03 commented 3 years ago

This looks really good. Will test. Thanks @KyleMaas :)

arj03 commented 3 years ago

This was exactly right. Waiting for ssb-suggest & ssb-social-index PRs to be merged and for ssb-brower-demo PR to be 100% ready.

KyleMaas commented 3 years ago

Awesome.