diff --git a/.eslintignore b/.eslintignore
index 14378b521..5b37a9993 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -13,6 +13,8 @@ node_modules/
/js/battle-animations.js
/js/battle-tooltips.js
/js/battle-scene-stub.js
+/js/battle-search.js
+/js/battle-searchresults.js
/js/client-core.js
/js/client-main.js
/js/client-connection.js
@@ -23,4 +25,5 @@ node_modules/
/js/panel-rooms.js
/js/panel-chat.js
/js/panel-teambuilder.js
+/js/panel-teambuilder-team.js
/js/panel-teamdropdown.js
diff --git a/.gitignore b/.gitignore
index e1a1820be..775c6638a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,8 @@ package-lock.json
/js/battle-animations.js
/js/battle-tooltips.js
/js/battle-scene-stub.js
+/js/battle-search.js
+/js/battle-searchresults.js
/js/client-core.js
/js/client-main.js
/js/client-connection.js
@@ -34,6 +36,7 @@ package-lock.json
/js/panel-rooms.js
/js/panel-chat.js
/js/panel-teambuilder.js
+/js/panel-teambuilder-team.js
/js/panel-teamdropdown.js
/replays/caches/
diff --git a/preactalpha.template.html b/preactalpha.template.html
index b351ecb58..6f09b6bf5 100644
--- a/preactalpha.template.html
+++ b/preactalpha.template.html
@@ -48,7 +48,7 @@
linkStyle("/style/sim-types.css");
linkStyle("/style/battle.css");
linkStyle("/style/teambuilder.css");
- linkStyle("/style/utilichart.css");
+ linkStyle("style/battle-search.css");
linkStyle("/style/font-awesome.css");
@@ -73,7 +73,12 @@
+
+
+
+
+