* remove backgrounds (fixes #379) * remove UI elements * remove gif modals lol * . * remove unused gif modal. * add alembic migration
This commit is contained in:
parent
7aa3dc373e
commit
56087f889e
11 changed files with 43 additions and 291 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue