amiantos / inneal

Inneal is an LLM chatbot/roleplay client for the AI Horde, built with SwiftUI and SwiftData
GNU General Public License v3.0
22 stars 3 forks source link

Manual First Message Doesn’t Swipe #27

Closed amiantos closed 4 months ago

amiantos commented 5 months ago

If you delete all messages and let the bot write the first message, you cannot swipe on it to get message alternates.

amiantos commented 4 months ago

You also can't edit the first message in some cases, in general there is cleanup to be done around how messages work. I also think that when a message is pending, it should swap out the dynamic last message for the regular last message to avoid display issues and other wonkiness that happens when freezing chat. I'll probably need to replace the pending bubble behavior with something better than what exists now…

amiantos commented 4 months ago

I fixed this by essentially being less opinionated about when the swiper will appear. Essentially now it doesn't matter if it's a first message or not, you can swipe it, even if this might seem silly in some cases.