dan
dan
Maybe instead of minimum width we could do something else in styling? The intention is to avoid the line being _too_ short when it’s just a few items, like “All”...
Fixed in https://github.com/bluesky-social/social-app/pull/7095
How do we differentiate multiple top-level replies vs a thread? Or multiple spawned threads, each from its own root reply.
Eh, apparently https://bsky.app/ in prod has `EXPO_PUBLIC_ENV` set to `undefined` so the logic is wonky. We need to rethink this a bit more.
I recall just suppressing the linter with a comment in some sandboxes to work around this. Another alternative is to tweak the text to make it clear the lint error...
I think we could just remember the selection across reloads which would solve that
I changed to Mentions to reduce bikeshedding, for familiarity, and because we already use the word "Conversations" in DMs.
talked to @pfrazee, merging to test
It's kind of inconvenient to add `await connection()` to every callsite... What I'm trying to express is: - Some specific DB calls (which are same for all users and don't...
@arunanshub I found this explanation pretty helpful: https://github.com/vercel/next.js/issues/85240#issuecomment-3560124078