[PR #536] [MERGED] Currency Conversion #910

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

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/536
Author: @vacom13
Created: 11/18/2021
Status: Merged
Merged: 12/7/2021
Merged by: @benbusby

Base: mainHead: main


📝 Commits (10+)

📊 Changes

7 files changed (+159 additions, -4 deletions)

View changed files

📝 app/routes.py (+8 -2)
📝 app/static/css/dark-theme.css (+5 -1)
📝 app/static/css/input.css (+27 -0)
📝 app/static/css/light-theme.css (+5 -1)
app/static/js/currency.js (+9 -0)
📝 app/templates/display.html (+1 -0)
📝 app/utils/results.py (+104 -0)

📄 Description

Added a fully fledged currency conversion feature.
Implements #129


🔄 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/536 **Author:** [@vacom13](https://github.com/vacom13) **Created:** 11/18/2021 **Status:** ✅ Merged **Merged:** 12/7/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`d9b6b7c`](https://github.com/benbusby/whoogle-search/commit/d9b6b7c7b85810c10b20563fa36f02b7b9c75d75) Updated Currency Conversion Feature - [`9257733`](https://github.com/benbusby/whoogle-search/commit/92577330b6b82175174349978b23d84c92121bd4) Correcting syntax - [`2158998`](https://github.com/benbusby/whoogle-search/commit/21589980090eff1af2f88277500045c043226c02) Pep8 formatting changes - [`5b8aa37`](https://github.com/benbusby/whoogle-search/commit/5b8aa37327bbb85df8b199457a90270af6e0ffa0) Pep8 updates - [`265f274`](https://github.com/benbusby/whoogle-search/commit/265f2740ee9930b64b587c3025ed542c68357cd1) Pep8 update - [`3d1cb3d`](https://github.com/benbusby/whoogle-search/commit/3d1cb3d3e078d16d976495c09a737de6ea8495c9) Pep8 update - [`b01f251`](https://github.com/benbusby/whoogle-search/commit/b01f25114e86529fa4dc872eae78a496c41b3446) Requested Changes - [`9fad8f7`](https://github.com/benbusby/whoogle-search/commit/9fad8f7af580cd2df34bdf9ad0f2ff6109a026ac) upstream update - [`c3a327b`](https://github.com/benbusby/whoogle-search/commit/c3a327b60878d0924d9e33e28ccdf76690273a6b) Adding Imports - [`458ff47`](https://github.com/benbusby/whoogle-search/commit/458ff472e17299a9e240229a4822ef047d4209d9) Formatting Update ### 📊 Changes **7 files changed** (+159 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/routes.py` (+8 -2) 📝 `app/static/css/dark-theme.css` (+5 -1) 📝 `app/static/css/input.css` (+27 -0) 📝 `app/static/css/light-theme.css` (+5 -1) ➕ `app/static/js/currency.js` (+9 -0) 📝 `app/templates/display.html` (+1 -0) 📝 `app/utils/results.py` (+104 -0) </details> ### 📄 Description Added a fully fledged currency conversion feature. Implements #129 --- <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:05 +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#910
No description provided.