A couple "this might be nice" ideas ... A translate option (I downloaded the app which Im struggling finding a way to translate languages) Reply option - might be nice to know if someone is replying to the group in general or more specific. Idk how involved these are, and am really enjoying this space as is for the pared down vibe.

Thank you for the suggestions! I've been looking into how I might introduce a translate button. Google has an API that I can use, so that's probably the most straightforward option. Replies should be doable. It's mostly the UI I'm undecided about, where I want nested comments, or maybe just a short quote to give context, or an expand button. I might have to mock up a few different solutions and see what works best.

for the reply function, i've just been DIYing it by typing the name of the person i'm replying to, then on the next line down using the little "quote" button at the top of the text box to give a little indent and line, and then copy pasting the part of the comment i'm replying to like this: Alicia: A translate option (I downloaded the app which Im struggling finding a way to translate languages) and then putting my response to the quoted text on the next line down after that, with no indent. it would still be nice to have some automatic way of doing it, but i figured this suggestion could be helpful for anyone who wants to handle replies and conversation change while there's no built-in way just yet (Bethany, I'm not rushing you, i promise! web dev takes a whileeeee lol)

Haha, no pressure taken! I actually really appreciate the specific example of how it could look, it helps be get over the design indecision and get started.

If you're interested, you can see the features/issues I'm planning to tackle over the next week or so here: https://github.com/BethanyDrake/neo-nano/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A%22Mid%20Nov%22 Let me know if there are other things you feel should be higher priority.

Replying to spidersPatch: for the reply function, i've just been DIYing it by typing the name of the person i'm replying to, t... ↩️ Something like this, maybe?

Replying to Bethany: Replying to spidersPatch: for the reply function, i've just been DIYing it by typing the name of the... ↩️this is awesome! exactly like what i was thinking