Major redesign #73
.envrc.gitignore.pre-commit-config.yaml
.vscode
CHANGELOG.mdcommon
games
deviceviews.pyforms.py
manage.pypoetry.lockpyproject.tomlshell.nixmigrations
models.pypurchaseviews.pysessionviews.pystatic
templates
add_purchase.htmlbase.htmlcomponents.yml
components
button_group_button_sm.htmlbutton_group_sm.htmlgame_link.htmlpopover.htmlsimple_table.htmltable.htmltable_row.htmltable_td.html
list_purchases.htmllist_sessions.htmlnavbar.htmlregistration
stats.htmlview_game.htmltemplatetags
urls.pyviews.pytimetracker
@ -1736,10 +1736,6 @@ input:checked + .toggle-bg {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-ellipsis {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
.whitespace-nowrap {
|
.whitespace-nowrap {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@ -2215,10 +2211,6 @@ input:checked + .toggle-bg {
|
|||||||
min-width: 30ch;
|
min-width: 30ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-w-30char {
|
|
||||||
max-width: 30ch;
|
|
||||||
}
|
|
||||||
|
|
||||||
.\[a-zA-Z\:\\-\] {
|
.\[a-zA-Z\:\\-\] {
|
||||||
a-z-a--z: \-;
|
a-z-a--z: \-;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
from datetime import datetime
|
|
||||||
from typing import Any, Callable
|
from typing import Any, Callable
|
||||||
|
|
||||||
from django.contrib.auth.decorators import login_required
|
from django.contrib.auth.decorators import login_required
|
||||||
|
Reference in New Issue
Block a user