Start library management UI implementation

Minor layout fixes
Minor refactorings
This commit is contained in:
grimsi
2025-03-30 21:54:09 +02:00
parent dd145b466f
commit a589b9dbfb
33 changed files with 81 additions and 32 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ dependencies {
ksp("care.better.pf4j:pf4j-kotlin-symbol-processing:${rootProject.extra["pf4jKspVersion"]}")
// IGDB API client
implementation("io.github.husnjak:igdb-api-jvm:1.2.0")
implementation("io.github.husnjak:igdb-api-jvm:1.3.1")
// Fuzzy string matching
implementation("me.xdrop:fuzzywuzzy:1.4.0")