tfuxu
tfuxu
This fixes a bug in _input persist_ (or draft message) function of the message composer. **Before**, when user typed a letter into composer, the contents of the text field were...
This PR implements custom Spoiler widget used as a overlay on messages wrapped in `||` tags. **Note**: Putting this as a draft for now, as there are a couple `MarkdownViewer`...
When working on implementing spoilers, I've encountered this bug where when you send a textblock inside of a spoiler, a content handler (or presumably `MarkdownViewer`) creates an `Gtk.TextView` object normally...
[Message Components](https://discord.com/developers/docs/interactions/message-components) is a small framework inside Discord with interactive elements. #### Implemented components: - [ ] Action Row - [ ] Button - [ ] Select Menu - [...
Geopard has GSettings entries for window width and height, but it doesn't have any logic code implemented to load and save those entries.
~~Instead of globally storing zoom level, it should be stored by each webview page (and it should be disabled completely in custom pages, eg. input page)~~ We should disable zoom...
This will reduce the amount of code that would be needed to implement preferences window. @ranfdev What's your opinion on this?
This PR makes Meson configuration more readable, by adding comments and using different formatting. I also added more constants in `build_config` module, updated dependencies versions in `meson.build` and added `export...
This PR _will_ contain an dedicated window for bookmarks management, `Add Bookmark` popover and redesigned bookmarks structure based on TOML file format. ### Things to do: - [ ] Create...
Currently when an error occurs while accessing/rendering content, the backend usually returns an error message from Gio or other underlying library, the contents of which can be cryptic for users....