Added functions to send and see proof before valid participation from random challenge

This commit is contained in:
2026-04-12 19:06:52 +01:00
parent 4d5380b40c
commit 6ab77fe800
59 changed files with 1067 additions and 1650 deletions
@@ -1,7 +1,7 @@
<div [ngClass]="{
'border-l-red-700': color() == 'red',
'border-l-green-700': color() == 'green'}"
class="ml-4 mr-5 pl-4 border border-gray-400 rounded-r-xl border-l-{{color()}}-700 border-l-4 bg-[#f7f6f2]">
class="mt-4 mb-4 pl-4 border border-gray-400 rounded-r-xl border-l-{{color()}}-700 border-l-4 bg-[#f7f6f2]">
<p class="text-[11px] text-gray-600">
<strong class="text-gray-900">{{ title() }}</strong>
— {{ content() }}