Feature: GameDig Widget (#1717)

* Adding Counter-Strike: Global Offensive (CSGO)

Adding Counter-Strike: Global Offensive (CSGO) widget

* Changed to GameDig

Converted csgo widget to gamedig
Added game server type as widget parameter
Added more fields

* Limited widget displayed fields to 4

* Moved fields limit to gamedig widget
This commit is contained in:
fredodiable 2023-07-27 07:06:45 +02:00 committed by GitHub
parent 6586af17a3
commit 420aa896d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 497 additions and 3 deletions

View file

@ -22,6 +22,7 @@ const components = {
fileflows: dynamic(() => import("./fileflows/component")),
flood: dynamic(() => import("./flood/component")),
freshrss: dynamic(() => import("./freshrss/component")),
gamedig: dynamic(() => import("./gamedig/component")),
ghostfolio: dynamic(() => import("./ghostfolio/component")),
gluetun: dynamic(() => import("./gluetun/component")),
gotify: dynamic(() => import("./gotify/component")),