mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #227] [MERGED] Allow user-defined CSS/theming #814
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#814
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/227
Author: @benbusby
Created: 3/18/2021
Status: ✅ Merged
Merged: 3/21/2021
Merged by: @benbusby
Base:
develop← Head:feature/custom-css📝 Commits (7)
9832c61Add custom CSS field to configc429046Symlink all app static files to test dirbbbcc08Refactor app/misc/.json -> app/static/settings/.json072abdbMerge branch 'develop' into feature/custom-csscf92d7aMerge remote-tracking branch 'origin/develop' into feature/custom-css2aff393Fix light theme variables in dark theme cssc972b80Minor style tweaking📊 Changes
18 files changed (+381 additions, -213 deletions)
View changed files
📝
app/__init__.py(+4 -4)📝
app/models/config.py(+7 -0)📝
app/routes.py(+2 -2)📝
app/static/css/dark-theme.css(+93 -18)➕
app/static/css/light-theme.css(+130 -0)📝
app/static/css/main.css(+48 -25)➖
app/static/css/search-dark.css(+0 -40)➖
app/static/css/search.css(+0 -39)➕
app/static/css/variables.css(+24 -0)➕
app/static/img/whoogle.svg(+1 -0)📝
app/static/js/controller.js(+0 -40)📝
app/static/settings/countries.json(+0 -0)📝
app/static/settings/languages.json(+0 -0)📝
app/templates/display.html(+4 -5)📝
app/templates/header.html(+8 -8)📝
app/templates/index.html(+56 -29)📝
run(+4 -2)➖
test/misc(+0 -1)📄 Description
Introduces a new config page element for setting colors for both light and
dark themes, as well as adding custom CSS for any other elements.
Values documented in the wiki, as well as the current user contributed custom themes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.