CryptoAlgo
CryptoAlgo
Thanks for reporting this bug, i think the issue here is that messages sent by the current user doesn't move the state of the last read message forward, so Swiftcord...
Deleting the whole sandbox container folder (at `~/Library/Containers/io.cryptoalgo.swiftcord`) might lead to unexpected consequences (since it stores quite a bit more than caches lol). The bulk of the storage is used...
Also, the cache is crucial to smooth message history scrolling. Without it, reloading every profile image and media every time they scroll into view causes poor performance. And as such,...
However since there is interest for such an option (and it doesn't seem too hard to implement), I'll probably implement a "clear image cache" button.
Thanks for the idea. I have attempted to add an iPad target early on, but although Swiftcord's interface is built in SwiftUI, we rely on a ton of other macOS...
@now-its-dark thanks for the suggestion. As @Sjmarf has mentioned, it appears to be difficult to harmoniously implement always-displayed server-names, so I'd love to hear about potential UI designs/mockups from you...
@now-its-dark sure, I look forward to your mockups. I think it should be possible to accommodate an expandable server list with the current version of SwiftUI, I think the issue...
@now-its-dark thank you for getting back! Apologies for the issue you're experiencing, a temporary fix has been posted in Swiftcord's Discord server and will be incorporated in the next release....
#126 - Use `List` for displaying message history
One problem here is that it looks like it would scroll to the last message only upon loading, which is not the current (desired) behaviour. Flipping the List has the...