SweetIRC
SweetIRC copied to clipboard
IRC client for macOS written in Swift with SwiftUI
Currently, messages from the server are coming in via the `Dispatcher` class. But they are not displayed nowhere in the UI. It would be nice to see them inside the...
In the RoomListView, aka, the view that opens when you want to join a room, listing all rooms that can be joined, it would be nice if their individual description...
Messages are currently rendered in a `ForEach` SwiftUIView builder, and they don't have any other identity than the explicit provided key-path of `.\self` finding a way to add a better...
There hasn't been a commit in over a year. I would love it if this project got traction from other contributors if the original author doesn't have any time/effort to...