<% autofocus = false %><%= rendered "components/search_box" %>
From e4880b83a7de5f7f256617ef4bd6c8ab087c4cfc Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sat, 19 Oct 2024 23:35:01 -0400
Subject: [PATCH 02/11] update job interval (again)
---
src/invidious/jobs/token_monitor.cr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/jobs/token_monitor.cr b/src/invidious/jobs/token_monitor.cr
index a26b8e61..d2b0f884 100644
--- a/src/invidious/jobs/token_monitor.cr
+++ b/src/invidious/jobs/token_monitor.cr
@@ -11,7 +11,7 @@ class Invidious::Jobs::MonitorCfgTokensJob < Invidious::Jobs::BaseJob
LOGGER.info("jobs: MonitorCfgTokensJob: pot: " + ReloadTokens.pot.as(String))
LOGGER.info("jobs: MonitorCfgTokensJob: vdata: " + ReloadTokens.vdata.as(String))
- sleep 15.seconds
+ sleep 1.minutes
end
end
end
From 93bdde2c3313a092c46ae58e4abba2ad5c529c76 Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sat, 19 Oct 2024 23:54:31 -0400
Subject: [PATCH 03/11] updated to use img
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index 9654565c..f79ee517 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
-
+
<% autofocus = false %><%= rendered "components/search_box" %>
From a28092ef628b278489d37b5b0478b06abcc1dcc3 Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sun, 20 Oct 2024 00:06:32 -0400
Subject: [PATCH 04/11] resize icons 1
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index f79ee517..1c34f4e1 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
-
+
<% autofocus = false %><%= rendered "components/search_box" %>
From 211cb3a273d200375e26202a737c9cabc9bdad59 Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sun, 20 Oct 2024 00:13:42 -0400
Subject: [PATCH 05/11] fixing alignment 1
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index 1c34f4e1..d57758d5 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
-
+
<% autofocus = false %><%= rendered "components/search_box" %>
From ad806287ba2e15dc139a95a4772df48807de878f Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sun, 20 Oct 2024 00:20:04 -0400
Subject: [PATCH 06/11] fixing alignment 1
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index d57758d5..4e734007 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
-
+
<% autofocus = false %><%= rendered "components/search_box" %>
From 93c2f8b33d45cb7eccdfdfe44d8dc47d21980dd4 Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sun, 20 Oct 2024 00:24:24 -0400
Subject: [PATCH 07/11] fixing alignment 3
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index 4e734007..0ceccfb8 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
<% autofocus = false %><%= rendered "components/search_box" %>
From 5b7b3afe661519f9aff33e3348edd469be0782d0 Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sun, 20 Oct 2024 00:30:17 -0400
Subject: [PATCH 08/11] fixing alignment 4
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index 0ceccfb8..2eafef7d 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
<% autofocus = false %><%= rendered "components/search_box" %>
From fbb1a24acb48ff4344fda8fd3cbdd002375867b8 Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sun, 20 Oct 2024 00:35:42 -0400
Subject: [PATCH 09/11] fixing alignment 4
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index 2eafef7d..8c4e2703 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
<% autofocus = false %><%= rendered "components/search_box" %>
From 2455fdb7b605a454bc31b5fdd031fa1f8753be9f Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sun, 20 Oct 2024 00:39:55 -0400
Subject: [PATCH 10/11] fixing size 4
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index 8c4e2703..4e752d59 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
<% autofocus = false %><%= rendered "components/search_box" %>
From 02381ca5244ce4c3e769159f5d14305dc1121403 Mon Sep 17 00:00:00 2001
From: mooleshacat <43627985+mooleshacat@users.noreply.github.com>
Date: Sun, 20 Oct 2024 00:41:01 -0400
Subject: [PATCH 11/11] removed div
---
src/invidious/views/template.ecr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index 4e752d59..133c7d07 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -32,7 +32,7 @@
<% if navbar_search %>
<% autofocus = false %><%= rendered "components/search_box" %>