Add country dropdown and flags (#28)

* Add country dropdown and flags

* Fix build for country flags

* Improve country select filtering and scoreboard teams

* Fix country select display value

* Fix country select input display
This commit is contained in:
Pandipipas
2026-02-09 22:42:00 +01:00
committed by GitHub
parent 2dfd57786d
commit 547f9ab95f
7 changed files with 236 additions and 3 deletions
+4
View File
@@ -88,5 +88,9 @@
"vite-plugin-nodecg": {
"vite": "$vite"
}
},
"dependencies": {
"country-list": "^2.4.1",
"flag-icons": "^7.5.0"
}
}