mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #536] [MERGED] Currency Conversion #910
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#910
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (10+)
d9b6b7cUpdated Currency Conversion Feature9257733Correcting syntax2158998Pep8 formatting changes5b8aa37Pep8 updates265f274Pep8 update3d1cb3dPep8 updateb01f251Requested Changes9fad8f7upstream updatec3a327bAdding Imports458ff47Formatting Update📊 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.