aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/flame/FlameModPage.ui
AgeCommit message (Collapse)Author
2022-03-02refactor: extract common code in mod pages and modelflow
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-21feat(ui): allow downloading multiple mods from CurseForge at onceflow
2022-01-16Added curseforge selectiontimoreo