Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-27 | Added progress widget to some modpack providers | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2022-10-08 | feat: add image support for modrinth modpack pages | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | fix: don't use uniform sizes in Modrinth modpack viewer | flow | |
Apparently, when Qt sees an icon with the height smaller than the rest, with this option set, it will change the height of all other items to be that one, causing #828. While we do lose some performance changing this option, the issue is gone, so :| Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-05-20 | fix(ui): make CF and MR modpack dialogs more consistent | Sefa Eyeoglu | |
2022-05-17 | Update launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui | Sefa Eyeoglu | |
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-05-15 | change: add alpha note to modrinth page | flow | |
2022-05-14 | fix: download icon as well when importing modrinth modpacks | flow | |
2022-05-14 | Add support for importing Modrinth packs from files | kb1000 | |
2022-03-02 | refactor: extract common code in mod pages and model | flow | |
This creates a hierarchy in which ModPage and ModModel are the parents of every mod provider, providing the basic functionality common to all of them. It also imposes a unique .ui file (they were already equal before, just duplicated basically) on all mod providers. | |||
2022-02-21 | feat(ui): allow downloading multiple mods in Modrinth at once | flow | |
2022-01-14 | Start of mod downloading | timoreo | |