Barnaby Keene

Results 317 comments of Barnaby Keene

Reactions need a post-MVP rework for sure - I'm just going to copy Discord's UX here as it's pretty much all we need.

Reworked entirely last week, looking all good so far!

this should probably be 3 months default but configurable by the installation host.

Some more thoughts around this: I've removed the idea of "Subscriptions" here, instead the platform itself will encode subscriptions into certain data models such as posts and mentions. So instead...

Looks interesting, thanks for sharing! It's still quite early for now, I'm using a library called [Restrict](https://github.com/el-mike/restrict) however the last commit was over 2 years ago and it's missing a...

Hey @el-mike thanks for reaching out! I've looked around and I still think Restrict does the best job of providing a simple abstraction for RBAC compared to the very "feature-rich"...

@el-mike Yeah that was it, accounts holding multiple roles was the blocker. Right now there’s only a single role: Admin so it’s served quite well so far but the near...

Amazing thank you! I can get that integrated once ready and provide feedback, when you push a branch I can take a look too. I think once Storyden is using...

Auth: - Ready for WebAuthn and FIDO - Web3 login (Metamask, etc...) Built a small PoC for WebAuthn and Metamask shouldn't be too hard. I'm considering removing the email address...

Also a note regarding frontend type generation: the current codegen literally only generates types and nothing else. There's no swr or fetcher implementation. Orval seems the best bet but it's...