From 917ff9084df4bb41eaf983dae49d3e438685b3e3 Mon Sep 17 00:00:00 2001 From: xdpirate <1757462+xdpirate@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:55:09 +0100 Subject: [PATCH] Refresh screenshot --- README.md | 2 +- index.php | 3 +++ js/startscripts.js | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a46b6b4..92e569d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple self-hosted tracker to keep track of upcoming, current and collected games. -![2023-06-30_18-30](https://github.com/xdpirate/gamehorizon/assets/1757462/c9c55c78-fbba-4d66-8dd8-882728f9a4ad) +![2023-11-26_19-54](https://github.com/xdpirate/gamehorizon/assets/1757462/1dbbee07-63b3-480f-b5a3-e15e476ca9e5) ## Features diff --git a/index.php b/index.php index 70238c1..c9a057c 100644 --- a/index.php +++ b/index.php @@ -173,6 +173,7 @@ + @@ -242,6 +243,7 @@ +
Name
@@ -286,6 +288,7 @@ +
Name
diff --git a/js/startscripts.js b/js/startscripts.js index d48961f..d88ef6f 100644 --- a/js/startscripts.js +++ b/js/startscripts.js @@ -116,6 +116,7 @@ function filterTable(table, searchStr) { if(platformLabels[j].innerText.trim().toLowerCase().includes(searchStr)) { rows[i].style.display = "table-row"; matched = true; + break; } }
Name