summaryrefslogtreecommitdiffstats
path: root/examples/system_information (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-45/+31
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-5/+2
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-1/+2
2022-05-04Show `Loading` screen when refreshing in `system_information` exampleLibravatar Héctor Ramón Jiménez1-0/+2
2022-04-30Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez1-2/+2
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard2-13/+7
2022-04-27Rename `system::information` to `fetch_information`Libravatar Richard1-2/+2
2022-04-26Add memory usage to `Information` structLibravatar Richard1-6/+37
2022-04-26Improve example readabilityLibravatar Richard1-8/+9
2022-04-26Add graphics information to exampleLibravatar Richard1-0/+12
2022-04-26Add unformated memory total to exampleLibravatar Richard1-1/+7
2022-04-26Add `system_information` exampleLibravatar Richard2-0/+129