SweetIRC icon indicating copy to clipboard operation
SweetIRC copied to clipboard

IRC client for macOS written in Swift with SwiftUI

Results 4 SweetIRC issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
good first issue

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...

enhancement
good first issue

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...

enhancement
good first issue

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...