From fbd5bc020dc7390b3ea83da6a4ab1215b52ebfd6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 16:08:30 +0200 Subject: [PATCH 01/48] fdfd --- files/templates/award_modal.html | 3 +-- files/templates/default.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index eecf2c7f08..2fb75f547b 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -1,4 +1,3 @@ - From 44215b0be474de2a19e205bdad929246082047f6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 16:37:51 +0200 Subject: [PATCH 10/48] fsdfsd --- files/templates/award_modal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 4176acac8e..a532a64604 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -11,16 +11,16 @@
{% for award in v.user_awards %} - + - {% endfor %}
+ From 4287f806d2b864d0991ecc80f5b93b0147b29dcb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 16:38:19 +0200 Subject: [PATCH 11/48] fdfd --- files/templates/award_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index a532a64604..ec394f6eeb 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -20,7 +20,7 @@ {% endfor %} - + From 5c159fdc6abfb9d5298fbb228834e734a035f2e0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 16:49:56 +0200 Subject: [PATCH 12/48] dfsdf --- files/templates/award_modal.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index ec394f6eeb..6855dd2bf1 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -11,12 +11,11 @@
{% for award in v.user_awards %} - - + {% endfor %}
@@ -35,28 +34,26 @@ display: none; } - .awards-wrapper label { + .awards-wrapper a { cursor: pointer; padding: 15px; text-align: center; text-transform: none!important; } - .awards-wrapper label i { + .awards-wrapper a i { font-size: 45px; } - .awards-wrapper label.disabled { + .awards-wrapper a.disabled { opacity: 0.6; } - .awards-wrapper label:hover { - /*background-color: rgba(173, 226, 255, 0.7)!important;*/ + .awards-wrapper a:hover { background-color: var(--primary)!important; } - .awards-wrapper input[type="radio"]:checked+label { - /*background-color: rgba(173, 226, 255, 0.9)!important;*/ + .awards-wrapper input[type="radio"]:checked+a { background-color: var(--primary)!important; } \ No newline at end of file From 2aefb1bfd0d8554683ab1fe62ebe7bc21ce965d7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 16:50:32 +0200 Subject: [PATCH 13/48] fdfd --- files/templates/award_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 6855dd2bf1..ba2c2f2571 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -49,7 +49,7 @@ opacity: 0.6; } - .awards-wrapper a:hover { + .awards-wrapper a:hover, .awards-wrapper a:focus { background-color: var(--primary)!important; } From d3f569bf79c003e708b8103db6c310fbf343bc99 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 16:52:45 +0200 Subject: [PATCH 14/48] dfsfsd --- files/routes/awards.py | 1 + files/templates/award_modal.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 8e2aeb4374..78ae34b2d9 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -208,6 +208,7 @@ def award_post(pid, v): kind = request.form.get("kind", "") + print("sex") if kind not in AWARDS: return {"error": "That award doesn't exist."}, 404 diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index ba2c2f2571..a089425115 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -13,7 +13,7 @@ {% for award in v.user_awards %}
- {{award.title}} + {{award.title}} {{award.owned}} owned
{% endfor %} From a8a62aae8d375a1077ba09db3beb5ce0f6af25a1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 16:58:10 +0200 Subject: [PATCH 15/48] dffd --- files/templates/award_modal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index a089425115..68c735469e 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -11,7 +11,7 @@
{% for award in v.user_awards %} - +
{{award.title}} {{award.owned}} owned @@ -49,7 +49,7 @@ opacity: 0.6; } - .awards-wrapper a:hover, .awards-wrapper a:focus { + .awards-wrapper a:hover, picked { background-color: var(--primary)!important; } From c70277ef29b234a04ce55100fb140202fd20bd33 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 16:59:43 +0200 Subject: [PATCH 16/48] fd --- files/templates/award_modal.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 68c735469e..64dad9dcbe 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -11,7 +11,9 @@
{% for award in v.user_awards %} - +
{{award.title}} {{award.owned}} owned From e37ae8d721def26aabd7bcbbc6b4a6c29d1b1784 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 17:00:12 +0200 Subject: [PATCH 17/48] fddf --- files/templates/award_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 64dad9dcbe..e34999d281 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -13,7 +13,7 @@ {% for award in v.user_awards %}
+ document.getElementById('{{award.kind}}').classList.toggle('picked')">
{{award.title}} {{award.owned}} owned From 6c3023a6f1a423caf19859b3eceab1df1dcc8c75 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 17:01:32 +0200 Subject: [PATCH 18/48] dffd --- files/templates/award_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index e34999d281..f526d83785 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -51,7 +51,7 @@ opacity: 0.6; } - .awards-wrapper a:hover, picked { + .awards-wrapper a:hover, .picked { background-color: var(--primary)!important; } From b51b9f0771cf17d3b5b815598ad523579fa87a13 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 17:03:30 +0200 Subject: [PATCH 19/48] dfdf --- files/templates/award_modal.html | 1 + 1 file changed, 1 insertion(+) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index f526d83785..f1acb022e0 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -13,6 +13,7 @@ {% for award in v.user_awards %}

{{award.title}} From f2d5f5e058daedb6eaf844da4622b526a92b3a5b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 17:05:07 +0200 Subject: [PATCH 20/48] fdfd --- files/templates/award_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index f1acb022e0..f8f5902869 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -13,7 +13,7 @@ {% for award in v.user_awards %}

{{award.title}} From 1db2cbf94cf1e66a8bec0d46c2ad2cbe33a4c36a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 17:08:07 +0200 Subject: [PATCH 21/48] sfsf --- files/templates/award_modal.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index f8f5902869..1fa32b0d77 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -1,3 +1,13 @@ + +