[PR #517] [MERGED] Add Update Available warning #901

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

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/517
Author: @vacom13
Created: 11/1/2021
Status: Merged
Merged: 11/2/2021
Merged by: @benbusby

Base: mainHead: main


📝 Commits (3)

📊 Changes

7 files changed (+28 additions, -15 deletions)

View changed files

📝 app/__init__.py (+2 -0)
📝 app/routes.py (+13 -1)
📝 app/static/css/dark-theme.css (+1 -1)
📝 app/static/css/light-theme.css (+1 -1)
📝 app/templates/display.html (+1 -6)
app/templates/footer.html (+9 -0)
📝 app/templates/index.html (+1 -6)

📄 Description

Update available now shows up in the footer if "version_number" doesn't match the newest version.
Implements #305


🔄 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/517 **Author:** [@vacom13](https://github.com/vacom13) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/2/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`c794749`](https://github.com/benbusby/whoogle-search/commit/c7947492a0e2eb083ba60e06e935c83fac579cd4) Update Available banner added. Implements #305 - [`3a2b279`](https://github.com/benbusby/whoogle-search/commit/3a2b279e33deea22777aae3c297008a3eb77e596) Implemented the requested changes - [`86403fe`](https://github.com/benbusby/whoogle-search/commit/86403fe07a7c642b1a7f3d4ac25b86faea3a8f39) PEP8 changes ### 📊 Changes **7 files changed** (+28 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `app/__init__.py` (+2 -0) 📝 `app/routes.py` (+13 -1) 📝 `app/static/css/dark-theme.css` (+1 -1) 📝 `app/static/css/light-theme.css` (+1 -1) 📝 `app/templates/display.html` (+1 -6) ➕ `app/templates/footer.html` (+9 -0) 📝 `app/templates/index.html` (+1 -6) </details> ### 📄 Description Update available now shows up in the footer if "version_number" doesn't match the newest version. Implements #305 --- <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:03 +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#901
No description provided.