Eduardo Flores
Eduardo Flores
# Release v0.1.2  # New features - Task lists are now grouped by task provider. - You can now edit the icon and title for every list. - It...
Would be nice to have lists export to PDF...
This feature will allow the user to open documentation as Markdown files directly in the terminal, without having to open the browser. There are some libraries/utilities that could help us...
During the development of my app I encountered the need for a feature that looks something like this: ```rust #[condition] gtk::Label::new(Some("This widget was rendered conditionally")) ``` There are cases where...
The `#[iterative]` syntax can currently render properties iteratively inside a widget, what if we could render widgets iteratively when no additional functionality is required, that way we reduce the use...
It would be nice to have the theme automatically adapt to Material You (Material 3) without having to specify a `SettingsThemeData`.
I noticed we don't have an **automatic** option for the theme.  If nobody's working on this I'd like to do it. Being worked on #162
### Pitch My proposal is that the compose form is moved to the top of the feed, that way the users will have more space to type their messages and...
**Describe the feature you'd like** When setting a reminder, the app should send notifications. **Additional context** Possible crate to use: [notify-rs](https://crates.io/crates/notify)
#### Summary Updates gtk4 to 0.8 and libadwaita to 0.6. It includes a new feature to enable libadwaita 1.5. #### Checklist - [x] cargo fmt - [x] cargo clippy -...