Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-15 | rework: make the filter as a tabbed widget in the dialog itself | flow | |
Still needs a clear indication that the filter only applies after you click the search button... | |||
2022-04-15 | feat: Integrate newly created filter dialog in ModPage | flow | |
2022-03-24 | chore: resolve conflicts and merge upstream | flow | |
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. |