mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #469] [MERGED] Feature to show clients ip address #886
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#886
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/469
Author: @vacom13
Created: 10/18/2021
Status: ✅ Merged
Merged: 10/21/2021
Merged by: @benbusby
Base:
main← Head:main📝 Commits (10+)
e2ada26Implements #455b5370aeFix pep8 issues, move hostname declaration out of loopff046e7Merge branch 'benbusby:main' into main8df2322Feature to show client's public ip address when 'my ip' is used as a search keyword #40708fe263PEP8 Styling change08d2074PEP8 Formatting update6ea18a4PEP8 Correction638db1ePEP8 FIXe2adfa3Another PEP8 update4b80529Merge branch 'benbusby:main' into main📊 Changes
6 files changed (+86 additions, -9 deletions)
View changed files
📝
app/routes.py(+13 -6)📝
app/static/css/dark-theme.css(+4 -0)📝
app/static/css/light-theme.css(+4 -0)📝
app/static/css/search.css(+8 -0)📝
app/utils/results.py(+42 -0)📝
app/utils/search.py(+15 -3)📄 Description
Feature to show client's public ip address when "my ip" or a variation of it is used as search keyword.
Implements #407
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.