Diamond
Diamond
It would be better for gtkcord4 to fetch a tiny thumbnail first before fetching a larger thumbnail. This is especially good for videos.
As the package is being added into more and more places, I would like to automate notifying maintainers of new releases to minimize surprises. For this reason, I'm proposing the...
Right now, forums behave like threads with no chatting (so the user can't "open" the room). This makes it hard to actually browse the forums. It would be nice if...
This allows notifications to go to phones without needing to close gtkcord4.
See: https://github.com/diamondburned/gtkcord4/blob/f33800f1cdfcacac0b2e405a3bcf6aea00ebd764/nix/so.libdb.gtkcord4.service#L3C12-L3C12 This should be `Exec=gtkcord4 ...`, I think.
The current autocompletion API is too weak to implement actual slash commands in the input. It's also really hard to fit rich text boxes within the `TextInput`, and handling text...
``` panic: interface conversion: glib.Objector is *glib.Object, not *gdk.Display [recovered] panic: closure error: unexpected panic caught: interface conversion: glib.Objector is *glib.Object, not *gdk.Display Closure added at: github.com/diamondburned/gotk4/pkg/gio/v2.(*ListModel).ConnectItemsChanged at /home/diamond/.go/pkg/mod/github.com/diamondburned/gotk4/[email protected]/gio/v2/gio.go:31800 github.com/diamondburned/gotkit/gtkutil.bindDisplayManager...
Spoilers aren't implemented in gtkcord4 yet, even though they were implemented in gtkcord3. There are 2 main approaches: 1. Attach an EventController to check for mouse hovering events, if the...
A popover to list pings that can switch to the pinged channel, or even better, the message.
This is the same behavior as the official client. It should also be toggleable, since collapsed categories should still be muted as usual, and guild unread indicators behave that way.