Eduardo Flores

Results 27 issues of Eduardo Flores

# Release v0.1.2 ![image](https://user-images.githubusercontent.com/22224438/182532474-6bb22744-788b-4abc-a6d6-b8044827211e.png) # New features - Task lists are now grouped by task provider. - You can now edit the icon and title for every list. - It...

enhancement

Would be nice to have lists export to PDF...

enhancement
help wanted
good first issue
hacktoberfest

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

enhancement
hacktoberfest

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

enhancement

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

enhancement

It would be nice to have the theme automatically adapt to Material You (Material 3) without having to specify a `SettingsThemeData`.

Future plans

I noticed we don't have an **automatic** option for the theme. ![image](https://user-images.githubusercontent.com/22224438/131546486-93c8480d-c4b6-49d5-8c4f-8eb6ce89a9e5.png) If nobody's working on this I'd like to do it. Being worked on #162

enhancement

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

suggestion

**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)

enhancement
help wanted
good first issue
hacktoberfest

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