mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #152] [CLOSED] Patch 1 #800
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#800
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/152
Author: @gomberg5264
Created: 11/30/2020
Status: ❌ Closed
Base:
develop← Head:patch-1📝 Commits (7)
a8914e4Release v0.2.1 (#116)776d618Fix improper header styling, remove shopping tab links4bae5caFix main page visibility for noscript usersf898a8eHotfix: update ad filter for portugese config2ecde83Hotfix: update invidious url, remove www from link8431fc5Hotfix: Remove mobile subdomain for invidious redirectbf577f0Update routes.py📊 Changes
24 files changed (+352 additions, -310 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/feature_request.md(+0 -3)➕
.replit(+2 -0)📝
README.md(+19 -7)📝
app/__init__.py(+2 -2)📝
app/filter.py(+19 -69)📝
app/models/config.py(+5 -2)📝
app/request.py(+7 -3)📝
app/routes.py(+63 -170)➕
app/static/css/dark-theme.css(+42 -0)📝
app/static/css/main.css(+11 -5)📝
app/static/js/autocomplete.js(+27 -5)📝
app/static/js/controller.js(+23 -17)📝
app/templates/display.html(+3 -0)📝
app/templates/header.html(+2 -6)📝
app/templates/index.html(+36 -6)📝
app/templates/opensearch.xml(+4 -3)➕
app/utils/filter_utils.py(+79 -0)📝
app/utils/routing_utils.py(+1 -1)📝
app/utils/session_utils.py(+0 -5)📝
setup.py(+1 -1)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.