remove backgrounds (fixes #379) (#536)

* remove backgrounds (fixes #379)

* remove UI elements

* remove gif modals lol

* .

* remove unused gif modal.

* add alembic migration
This commit is contained in:
justcool393 2023-03-28 11:47:53 -07:00 committed by GitHub
parent 7aa3dc373e
commit 56087f889e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 43 additions and 291 deletions

View file

@ -37,8 +37,8 @@ ROLES={}
LEADERBOARD_LIMIT: Final[int] = 25
THEMES = {"TheMotte", "dramblr", "reddit", "transparent", "win98", "dark",
"light", "coffee", "tron", "4chan", "midnight"}
THEMES = ["TheMotte", "dramblr", "reddit", "win98", "dark",
"light", "coffee", "tron", "4chan", "midnight"]
SORTS_COMMON = {
"top": 'fa-arrow-alt-circle-up',
"bottom": 'fa-arrow-alt-circle-down',