[PR #1134] [CLOSED] Implement upstream #1090

Closed
opened 2026-02-25 20:37:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/1134
Author: @GoudronViande24
Created: 3/24/2024
Status: Closed

Base: mainHead: benbusby-main


📝 Commits (10+)

📊 Changes

16 files changed (+47 additions, -216 deletions)

View changed files

.github/workflows/buildx.yml (+0 -59)
.github/workflows/docker_main.yml (+0 -28)
.github/workflows/docker_tests.yml (+0 -26)
.github/workflows/pypi.yml (+0 -68)
📝 .gitignore (+2 -0)
📝 app/filter.py (+4 -0)
📝 app/static/css/dark-theme.css (+2 -2)
📝 app/static/css/light-theme.css (+2 -2)
📝 app/static/css/main.css (+7 -0)
📝 app/static/css/search.css (+7 -0)
app/static/img/bg.svg (+1 -0)
📝 app/templates/display.html (+1 -0)
📝 app/templates/footer.html (+9 -7)
📝 app/templates/index.html (+2 -1)
📝 app/templates/logo.html (+1 -18)
📝 docker-compose.yml (+9 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/1134 **Author:** [@GoudronViande24](https://github.com/GoudronViande24) **Created:** 3/24/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `benbusby-main` --- ### 📝 Commits (10+) - [`2898705`](https://github.com/benbusby/whoogle-search/commit/2898705c577a2ed817dffc2d9af83f7697786d84) Start making custom whoogle - [`61a59c1`](https://github.com/benbusby/whoogle-search/commit/61a59c190b4778ff3618aa2332eff5d103119ca7) change logo - [`56a953d`](https://github.com/benbusby/whoogle-search/commit/56a953de78560f29f11dc69b6c200806d72fd20e) Fix logo size - [`13bcfbd`](https://github.com/benbusby/whoogle-search/commit/13bcfbd44a0d7f5da1f4e89907b162303a8aac20) change background image - [`8465415`](https://github.com/benbusby/whoogle-search/commit/8465415d29c3614eb3fc423780f29329b73fe65d) wrong bg url - [`ea9315f`](https://github.com/benbusby/whoogle-search/commit/ea9315f3d35e3e08ba34907a42e0ec3274c006ba) bg was overwritten by themes - [`b0990c3`](https://github.com/benbusby/whoogle-search/commit/b0990c3badc9d76f2fcb4bb09eaf9dc944e1d659) apply to search results too - [`f300c71`](https://github.com/benbusby/whoogle-search/commit/f300c71fcd10b0343e515e4eb46231da66ac04ce) hide footer - [`cef6928`](https://github.com/benbusby/whoogle-search/commit/cef692809e72ba77dbf4bd4b0ee897c3c683d2f4) maybe this works? - [`86297a6`](https://github.com/benbusby/whoogle-search/commit/86297a6ec86eb23fc4c36ca7533c90f445ebd12c) remove actions ### 📊 Changes **16 files changed** (+47 additions, -216 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/buildx.yml` (+0 -59) ➖ `.github/workflows/docker_main.yml` (+0 -28) ➖ `.github/workflows/docker_tests.yml` (+0 -26) ➖ `.github/workflows/pypi.yml` (+0 -68) 📝 `.gitignore` (+2 -0) 📝 `app/filter.py` (+4 -0) 📝 `app/static/css/dark-theme.css` (+2 -2) 📝 `app/static/css/light-theme.css` (+2 -2) 📝 `app/static/css/main.css` (+7 -0) 📝 `app/static/css/search.css` (+7 -0) ➕ `app/static/img/bg.svg` (+1 -0) 📝 `app/templates/display.html` (+1 -0) 📝 `app/templates/footer.html` (+9 -7) 📝 `app/templates/index.html` (+2 -1) 📝 `app/templates/logo.html` (+1 -18) 📝 `docker-compose.yml` (+9 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#1090
No description provided.