feat:refactored modpack ux

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-08-18 20:03:02 +03:00
parent e88418ab7f
commit 44ff247f5f
32 changed files with 679 additions and 163 deletions

View File

@ -42,6 +42,7 @@
#include "modplatform/modrinth/ModrinthPackManifest.h"
#include <QTimer>
#include <QWidget>
namespace Ui {
@ -88,4 +89,7 @@ class ModrinthPage : public QWidget, public BasePage {
Modrinth::Modpack current;
QString selectedVersion;
// Used to do instant searching with a delay to cache quick changes
QTimer m_search_timer;
};