mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[PR #1012] [CLOSED] Add color picker widget #1049
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#1049
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/1012
Author: @ellieeet123
Created: 5/31/2023
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
2bb2767redoing the commit because I have extremely inadequate git skills9a0dd99nope17f4f6aI sincerely hope it works this time📊 Changes
4 files changed (+620 additions, -30 deletions)
View changed files
📝
app/routes.py(+2 -2)➕
app/static/widgets/color_picker.html(+575 -0)📝
app/utils/search.py(+1 -0)📝
app/utils/widgets.py(+42 -28)📄 Description
Adds a color picker widget above search results when the keyword "color" or "colour" is in the query. Also slightly refactors the widget inserting code in the backend.
Note - During the writing of this I was interrupted by some real-life drama and had to step away from it for a few months and kind of forgot what I was doing here, so the code's quality isn't amazing. If you want to (or want me to) feel free to improve it or ask me to. But as far as I know it works for now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.