mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #414] [FEATURE] Client side setting #276
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#276
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?
Originally created by @alefvanoon on GitHub (Sep 3, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/414
Way to save and apply setting on client side
Today if you change whoogle setting on public instance it will apply to all user and setting will changing on server side.
This makes difficult to use public instance.
So It would be great if user can change setting like theme or language on client side and saving this setting setting to browser cookie like searx engine.
@alefvanoon commented on GitHub (Nov 18, 2021):
Nice, thanks.